Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Merge branch 'gawk-4.0-stable'. fflush is now POSIX. | Arnold D. Robbins | 2012-12-07 | 1 | -15/+17 | |
| |\| | ||||||
| | * | fflush() is now POSIX. Fix code and document. | Arnold D. Robbins | 2012-12-07 | 1 | -16/+28 | |
| | | | ||||||
* | | | Add minimal doc that old extension is still around. | Arnold D. Robbins | 2012-12-03 | 1 | -0/+38 | |
|/ / | ||||||
* | | Update tables in gawk.texi. | Arnold D. Robbins | 2012-12-03 | 1 | -69/+68 | |
| | | ||||||
* | | Doc updates. | Arnold D. Robbins | 2012-12-01 | 1 | -17/+19 | |
| | | ||||||
* | | Change fflush() behavior to match BWK and document. | Arnold D. Robbins | 2012-11-27 | 1 | -6/+16 | |
| | | ||||||
* | | Doc updates. | Arnold D. Robbins | 2012-11-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge LIMATIONS into gawk.texi, fix Makefile.am. | Arnold D. Robbins | 2012-11-24 | 1 | -1/+33 | |
| | | ||||||
* | | Merged various files into one TODO. | Arnold D. Robbins | 2012-11-24 | 1 | -38/+5 | |
| | | ||||||
* | | API minor fixes and doc update. | Arnold D. Robbins | 2012-11-22 | 1 | -7/+22 | |
| | | ||||||
* | | Add 3rd argument to stat() extension. | Arnold D. Robbins | 2012-11-21 | 1 | -8/+20 | |
| | | ||||||
* | | Simplify readdir extension. | Arnold D. Robbins | 2012-11-19 | 1 | -23/+6 | |
| | | ||||||
* | | First pass on Nelson's comments on API chapter. | Arnold D. Robbins | 2012-11-16 | 1 | -32/+54 | |
| | | ||||||
* | | Minor doc edit in API chapter. | Arnold D. Robbins | 2012-11-14 | 1 | -6/+9 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable'. Bump version. | Arnold D. Robbins | 2012-11-10 | 1 | -1/+1 | |
|\| | ||||||
| * | Update version info. Start a release cycle. | Arnold D. Robbins | 2012-11-10 | 1 | -2/+2 | |
| | | ||||||
* | | Rationalize @caption text. | Arnold D. Robbins | 2012-11-06 | 1 | -12/+12 | |
| | | ||||||
* | | Document local arrays. | Arnold D. Robbins | 2012-11-06 | 1 | -1/+42 | |
| | | ||||||
* | | Add parts to gawk.texi, rearrange chapters. | Arnold D. Robbins | 2012-11-06 | 1 | -1962/+1999 | |
| | | ||||||
* | | Doc updates, fix up images. | Arnold D. Robbins | 2012-11-05 | 1 | -33/+0 | |
| | | ||||||
* | | Finally! Integrated API chapter into gawk doc. | Arnold D. Robbins | 2012-11-04 | 1 | -575/+3946 | |
| | | ||||||
* | | And images in gawk.texi fixed up. | Arnold D. Robbins | 2012-11-03 | 1 | -31/+31 | |
| | | ||||||
* | | Doc updates. | Arnold D. Robbins | 2012-10-28 | 1 | -24/+45 | |
| | | ||||||
* | | API doc additions and related other edits. | Arnold D. Robbins | 2012-10-26 | 1 | -9/+22 | |
| | | ||||||
* | | SYMTAB enhancements, bug fix. Doc additions. | Arnold D. Robbins | 2012-10-19 | 1 | -0/+25 | |
| | | ||||||
* | | Merge branch 'symtab' | Arnold D. Robbins | 2012-10-05 | 1 | -0/+64 | |
|\ \ | ||||||
| * | | More SYMTAB and FUNCTAB improvements. | Arnold D. Robbins | 2012-10-03 | 1 | -2/+6 | |
| | | | ||||||
| * | | Document SYMTAB and FUNCTAB. Disable for --posix. | Arnold D. Robbins | 2012-10-02 | 1 | -0/+60 | |
| | | | ||||||
* | | | Fix full name of ISO in doc. | Arnold D. Robbins | 2012-10-02 | 1 | -1/+4 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Fix full name of ISO in the doc. | Arnold D. Robbins | 2012-10-02 | 1 | -1/+4 | |
| | | ||||||
* | | Update some things that are now POSIX. | Arnold D. Robbins | 2012-09-25 | 1 | -23/+39 | |
|\| | ||||||
| * | Update some things that are now POSIX. | Arnold D. Robbins | 2012-09-25 | 1 | -23/+39 | |
| | | ||||||
* | | Minor doc updates. | Arnold D. Robbins | 2012-08-27 | 1 | -12/+13 | |
| | | ||||||
* | | More edits to arithmetic chapter. | Arnold D. Robbins | 2012-08-26 | 1 | -42/+37 | |
| | | ||||||
* | | Rearrange chapters in gawk doc some. | Arnold D. Robbins | 2012-08-24 | 1 | -1248/+1255 | |
| | | ||||||
* | | Documentation updates. | Arnold D. Robbins | 2012-08-24 | 1 | -1/+14 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-08-17 | 1 | -10/+55 | |
|\| | ||||||
| * | Fix doc on ranges and locales again. Add test. | Arnold D. Robbins | 2012-08-12 | 1 | -3/+1 | |
| | | ||||||
| * | Fix doc on RS = "a" case. | Arnold D. Robbins | 2012-08-05 | 1 | -3/+9 | |
| | | ||||||
| * | Document Eli Zaretskii's site. | Arnold D. Robbins | 2012-08-05 | 1 | -0/+4 | |
| | | ||||||
| * | Fix doc on ranges and locales. | Arnold D. Robbins | 2012-07-20 | 1 | -6/+20 | |
| | | ||||||
| * | Doc update and new test on getline with side effects. | Arnold D. Robbins | 2012-07-13 | 1 | -0/+28 | |
| | | ||||||
| * | Minor doc update w.r.t. mawk. | Arnold D. Robbins | 2012-06-29 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'extgawk' | Arnold D. Robbins | 2012-08-17 | 1 | -882/+717 | |
|\ \ | ||||||
| * | | Discuss derived files in the git repo in the doc. | Arnold D. Robbins | 2012-08-10 | 1 | -5/+222 | |
| | | | ||||||
| * | | Doc updates. Mostly about the API. | Arnold D. Robbins | 2012-08-10 | 1 | -920/+529 | |
| | | | ||||||
| * | | Update input_parser interface for RT. | Arnold D. Robbins | 2012-07-29 | 1 | -0/+1 | |
| | | | ||||||
| * | | Extend or(), and(), xor() to N arguments, N >= 2. | Arnold D. Robbins | 2012-07-09 | 1 | -8/+7 | |
| | | | ||||||
| * | | Add time extension providing gettimeofday and sleep. | Andrew J. Schorr | 2012-06-10 | 1 | -12/+12 | |
| | | | ||||||
| * | | First working version of new API mechanism (probably has memory leaks). | Andrew J. Schorr | 2012-05-24 | 1 | -17/+6 | |
| | | |