Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-12-09 | 13 | -171/+497 |
|\ | |||||
| * | Use posix_openpt() if available. | Arnold D. Robbins | 2012-12-09 | 5 | -4/+19 |
| | | |||||
| * | Fix awkforai.txt to avoid copyright issues. | Arnold D. Robbins | 2012-12-09 | 4 | -198/+74 |
| | | |||||
| * | Change BINMODE to use symbolic values. | Arnold D. Robbins | 2012-12-09 | 6 | -18/+37 |
| | | |||||
* | | Merge branch 'gawk-4.0-stable'. fflush is now POSIX. | Arnold D. Robbins | 2012-12-07 | 9 | -368/+370 |
|\| | |||||
| * | fflush() is now POSIX. Fix code and document. | Arnold D. Robbins | 2012-12-07 | 10 | -282/+321 |
| | | |||||
* | | Update tables in gawk.texi. | Arnold D. Robbins | 2012-12-03 | 3 | -361/+366 |
| | | |||||
* | | Update translations from a dist check. | Arnold D. Robbins | 2012-12-02 | 23 | -3456/+3456 |
| | | |||||
* | | Update TODO. | Arnold D. Robbins | 2012-12-02 | 1 | -6/+11 |
| | | |||||
* | | Add extension/README.fts to distribution. | Arnold D. Robbins | 2012-12-02 | 3 | -2/+8 |
| | | |||||
* | | Minor fix for VMS. | Arnold D. Robbins | 2012-12-02 | 2 | -7/+7 |
| | | |||||
* | | Doc updates. | Arnold D. Robbins | 2012-12-01 | 5 | -148/+182 |
| | | |||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-12-01 | 2 | -2/+22 |
|\| | |||||
| * | Apply realloc optimization to wide string values. | Arnold D. Robbins | 2012-12-01 | 2 | -2/+22 |
| | | |||||
* | | Add awk_true and awk_false to API. | Arnold D. Robbins | 2012-11-30 | 10 | -84/+96 |
| | | |||||
* | | Sync regex routines with GLIBC. | Arnold D. Robbins | 2012-11-30 | 5 | -12/+25 |
| | | |||||
* | | Further awk.h cleanup. | Arnold D. Robbins | 2012-11-30 | 5 | -51/+45 |
| | | |||||
* | | Change fflush() behavior to match BWK and document. | Arnold D. Robbins | 2012-11-27 | 8 | -341/+375 |
| | | |||||
* | | Doc updates. | Arnold D. Robbins | 2012-11-27 | 4 | -76/+81 |
| | | |||||
* | | Record more TODOs. | Arnold D. Robbins | 2012-11-26 | 1 | -0/+12 |
| | | |||||
* | | Merge LIMATIONS into gawk.texi, fix Makefile.am. | Arnold D. Robbins | 2012-11-24 | 7 | -539/+592 |
| | | |||||
* | | Merged various files into one TODO. | Arnold D. Robbins | 2012-11-24 | 6 | -352/+202 |
| | | |||||
* | | Update TODO.xgawk. | Arnold D. Robbins | 2012-11-24 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-11-24 | 2 | -3/+8 |
|\| | |||||
| * | Minor VMS fix. | Arnold D. Robbins | 2012-11-24 | 2 | -3/+8 |
| | | |||||
* | | API minor fixes and doc update. | Arnold D. Robbins | 2012-11-22 | 5 | -142/+195 |
| | | |||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-11-22 | 5 | -5/+39 |
|\| | |||||
| * | Add some notes for VMS. | Arnold D. Robbins | 2012-11-22 | 1 | -0/+8 |
| | | |||||
| * | Bring VMS test suite up to date. | Arnold D. Robbins | 2012-11-22 | 2 | -4/+22 |
| | | |||||
| * | Minor fixes for MingGW. | Arnold D. Robbins | 2012-11-22 | 2 | -1/+9 |
| | | |||||
* | | Clean up of awk.h. | Arnold D. Robbins | 2012-11-22 | 7 | -153/+187 |
| | | |||||
* | | Add 3rd argument to stat() extension. | Arnold D. Robbins | 2012-11-21 | 6 | -101/+147 |
| | | |||||
* | | Simplify readdir extension. | Arnold D. Robbins | 2012-11-19 | 10 | -258/+119 |
| | | |||||
* | | First pass on Nelson's comments on API chapter. | Arnold D. Robbins | 2012-11-16 | 5 | -220/+266 |
| | | |||||
* | | Minor cleanup in calls to mpfr routines. | Arnold D. Robbins | 2012-11-14 | 5 | -12/+27 |
| | | |||||
* | | Bug fix in readdir extension. | Arnold D. Robbins | 2012-11-14 | 2 | -10/+26 |
| | | |||||
* | | Minor doc edit in API chapter. | Arnold D. Robbins | 2012-11-14 | 3 | -139/+149 |
| | | |||||
* | | VMS updates. Should now build, pass some tests. | Arnold D. Robbins | 2012-11-14 | 5 | -41/+27 |
| | | |||||
* | | Restore sorted order of tests. | Arnold D. Robbins | 2012-11-13 | 4 | -18/+22 |
| | | |||||
* | | Bug fix. | Arnold D. Robbins | 2012-11-13 | 2 | -1/+6 |
| | | |||||
* | | Initial changes for VMS building. | Arnold D. Robbins | 2012-11-12 | 6 | -9/+24 |
| | | |||||
* | | Fix pc os_isreadable. | Arnold D. Robbins | 2012-11-12 | 2 | -1/+5 |
| | | |||||
* | | Adjust symtab6 test. | Arnold D. Robbins | 2012-11-12 | 4 | -3/+7 |
| | | |||||
* | | YABF in symtab6 test. | Arnold D. Robbins | 2012-11-10 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'gawk-4.0-stable'. Bump version. | Arnold D. Robbins | 2012-11-10 | 29 | -1696/+2019 |
|\| | |||||
| * | Update version info. Start a release cycle. | Arnold D. Robbins | 2012-11-10 | 29 | -41/+41 |
| | | |||||
* | | Some VMS fixes. | Arnold D. Robbins | 2012-11-10 | 2 | -3/+8 |
| | | |||||
* | | Merge branch 'gawk-4.0-stable' (go to bison 2.6.5) | Arnold D. Robbins | 2012-11-10 | 4 | -348/+276 |
|\| | |||||
| * | Update to bison 2.6.5. | Arnold D. Robbins | 2012-11-10 | 4 | -344/+272 |
| | | |||||
* | | Add symtab6.ok file. | Arnold D. Robbins | 2012-11-10 | 1 | -0/+27 |
| | |