Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2013-01-06 | 1 | -6/+497 |
|\ | |||||
| * | Add doc on BWK awk being available from Git Hub. | Arnold D. Robbins | 2013-01-06 | 1 | -440/+449 |
* | | Add Software Tools quote in lib chapter. | Arnold D. Robbins | 2013-01-06 | 1 | -272/+287 |
* | | Remove sym_constant() API and tests. | Arnold D. Robbins | 2012-12-25 | 1 | -118/+102 |
* | | Move read_func from IOBUF into awk_input_buf_t. | Arnold D. Robbins | 2012-12-19 | 1 | -111/+135 |
* | | Move old extension doc to end of appendix. | Arnold D. Robbins | 2012-12-16 | 1 | -66/+66 |
* | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-12-16 | 1 | -365/+370 |
|\ \ | |||||
| * | | Move API design decisions to appendix. | Arnold D. Robbins | 2012-12-16 | 1 | -744/+750 |
| * | | Minor doc fixes. | Arnold D. Robbins | 2012-12-15 | 1 | -19/+19 |
* | | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-12-15 | 1 | -918/+288 |
|\| | | |||||
* | | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-12-09 | 1 | -13/+135 |
|\| | | |||||
| * | | Allow only ASCII letters for a an extension name. | Arnold D. Robbins | 2012-12-09 | 1 | -539/+128 |
| * | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-12-09 | 1 | -3/+420 |
| |\| | |||||
| | * | Fix awkforai.txt to avoid copyright issues. | Arnold D. Robbins | 2012-12-09 | 1 | -52/+53 |
* | | | Merge branch 'master' into array-iface. fflush() is in POSIX. | Arnold D. Robbins | 2012-12-07 | 1 | -31/+545 |
|\| | | |||||
| * | | Merge branch 'gawk-4.0-stable'. fflush is now POSIX. | Arnold D. Robbins | 2012-12-07 | 1 | -318/+318 |
| |\| | |||||
| | * | fflush() is now POSIX. Fix code and document. | Arnold D. Robbins | 2012-12-07 | 1 | -220/+228 |
* | | | Add minimal doc that old extension is still around. | Arnold D. Robbins | 2012-12-03 | 1 | -512/+554 |
|/ / | |||||
* | | Update tables in gawk.texi. | Arnold D. Robbins | 2012-12-03 | 1 | -292/+292 |
* | | Doc updates. | Arnold D. Robbins | 2012-12-01 | 1 | -128/+133 |
* | | Change fflush() behavior to match BWK and document. | Arnold D. Robbins | 2012-11-27 | 1 | -301/+309 |
* | | Doc updates. | Arnold D. Robbins | 2012-11-27 | 1 | -74/+74 |
* | | Merge LIMATIONS into gawk.texi, fix Makefile.am. | Arnold D. Robbins | 2012-11-24 | 1 | -512/+550 |
* | | Merged various files into one TODO. | Arnold D. Robbins | 2012-11-24 | 1 | -44/+15 |
* | | API minor fixes and doc update. | Arnold D. Robbins | 2012-11-22 | 1 | -119/+135 |
* | | Add 3rd argument to stat() extension. | Arnold D. Robbins | 2012-11-21 | 1 | -85/+97 |
* | | Simplify readdir extension. | Arnold D. Robbins | 2012-11-19 | 1 | -91/+77 |
* | | First pass on Nelson's comments on API chapter. | Arnold D. Robbins | 2012-11-16 | 1 | -167/+181 |
* | | Minor doc edit in API chapter. | Arnold D. Robbins | 2012-11-14 | 1 | -133/+135 |
* | | Merge branch 'gawk-4.0-stable'. Bump version. | Arnold D. Robbins | 2012-11-10 | 1 | -11/+11 |
|\| | |||||
| * | Update version info. Start a release cycle. | Arnold D. Robbins | 2012-11-10 | 1 | -11/+11 |
* | | Rationalize @caption text. | Arnold D. Robbins | 2012-11-06 | 1 | -527/+528 |
* | | Document local arrays. | Arnold D. Robbins | 2012-11-06 | 1 | -267/+303 |
* | | Add parts to gawk.texi, rearrange chapters. | Arnold D. Robbins | 2012-11-06 | 1 | -2013/+2034 |
* | | Doc updates, fix up images. | Arnold D. Robbins | 2012-11-05 | 1 | -123/+122 |
* | | Finally! Integrated API chapter into gawk doc. | Arnold D. Robbins | 2012-11-04 | 1 | -993/+4204 |
* | | And images in gawk.texi fixed up. | Arnold D. Robbins | 2012-11-03 | 1 | -32/+36 |
* | | Doc updates. | Arnold D. Robbins | 2012-10-28 | 1 | -29/+34 |
* | | SYMTAB enhancements, bug fix. Doc additions. | Arnold D. Robbins | 2012-10-19 | 1 | -264/+285 |
* | | Merge branch 'symtab' | Arnold D. Robbins | 2012-10-05 | 1 | -272/+330 |
|\ \ | |||||
| * | | More SYMTAB and FUNCTAB improvements. | Arnold D. Robbins | 2012-10-03 | 1 | -281/+285 |
| * | | Document SYMTAB and FUNCTAB. Disable for --posix. | Arnold D. Robbins | 2012-10-02 | 1 | -272/+326 |
* | | | Fix full name of ISO in doc. | Arnold D. Robbins | 2012-10-02 | 1 | -23/+27 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Fix full name of ISO in the doc. | Arnold D. Robbins | 2012-10-02 | 1 | -23/+27 |
* | | Update some things that are now POSIX. | Arnold D. Robbins | 2012-09-25 | 1 | -299/+306 |
|\| | |||||
| * | Update some things that are now POSIX. | Arnold D. Robbins | 2012-09-25 | 1 | -272/+279 |
* | | Minor doc updates. | Arnold D. Robbins | 2012-08-27 | 1 | -448/+448 |
* | | More edits to arithmetic chapter. | Arnold D. Robbins | 2012-08-26 | 1 | -245/+242 |
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-08-26 | 1 | -881/+884 |
|\| | |||||
* | | Rearrange chapters in gawk doc some. | Arnold D. Robbins | 2012-08-24 | 1 | -1571/+1574 |