Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add .info files back. | Arnold D. Robbins | 2016-10-26 | 1 | -0/+35781 |
* | Remove info files from repo. No need to keep updating them. | Arnold D. Robbins | 2016-10-25 | 1 | -35781/+0 |
* | Disallow negative arguments to bitwise functions. Document same. | Arnold D. Robbins | 2016-10-25 | 1 | -322/+370 |
* | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-10-23 | 1 | -776/+629 |
|\ | |||||
| * | Remove references to MS-DOS and OS/2 from the doc. | Arnold D. Robbins | 2016-10-23 | 1 | -769/+622 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-10-02 | 1 | -593/+628 |
|\| | |||||
| * | Rework Bugs section in the manual. | Arnold D. Robbins | 2016-10-02 | 1 | -586/+621 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-09-20 | 1 | -319/+319 |
|\| | |||||
| * | Minor documentation fixes. | Arnold D. Robbins | 2016-09-20 | 1 | -315/+315 |
* | | New POSIX rules for string comparison. | Arnold D. Robbins | 2016-08-25 | 1 | -406/+424 |
* | | More spelling stuff. | Arnold D. Robbins | 2016-08-24 | 1 | -527/+527 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-23 | 1 | -273/+273 |
|\| | |||||
| * | Doc updates, add 'spell' target for make. | Arnold D. Robbins | 2016-08-23 | 1 | -269/+269 |
* | | Remove typed regexps until they can be done correctly. | Arnold D. Robbins | 2016-08-03 | 1 | -550/+494 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-01 | 1 | -92/+96 |
|\| | |||||
| * | Mark DJGPP port as unsupported. | Arnold D. Robbins | 2016-08-01 | 1 | -77/+81 |
| * | Typo fix in the doc. | Arnold D. Robbins | 2016-07-24 | 1 | -75/+75 |
* | | Make return status of close on a pipe like system. | Arnold D. Robbins | 2016-07-23 | 1 | -438/+451 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-07-19 | 1 | -512/+535 |
|\| | |||||
| * | Typo fix in the doc. | Arnold D. Robbins | 2016-07-18 | 1 | -507/+530 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-07-12 | 1 | -364/+377 |
|\| | |||||
| * | Improve doc on use of SYMTAB. | Arnold D. Robbins | 2016-07-12 | 1 | -360/+373 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-06-10 | 1 | -577/+577 |
|\| | |||||
| * | Update years and stuff in doc towards next release. | Arnold D. Robbins | 2016-06-10 | 1 | -14/+14 |
| * | Documentation small fixes. | Arnold D. Robbins | 2016-06-10 | 1 | -558/+558 |
* | | Allow extension functions to get more arguments than expected. | Arnold D. Robbins | 2016-05-30 | 1 | -135/+141 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-30 | 1 | -2/+2 |
|\| | |||||
| * | Changes toward release and test tarball. | Arnold D. Robbins | 2016-05-30 | 1 | -2/+2 |
* | | Add nonfatal error message facility to extension API. | Arnold D. Robbins | 2016-05-25 | 1 | -124/+127 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-25 | 1 | -106/+106 |
|\| | |||||
| * | Small typo fix in the doc. | Arnold D. Robbins | 2016-05-25 | 1 | -104/+104 |
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2016-05-03 | 1 | -108/+112 |
|\| | |||||
| * | Add CPP #defines for gawk_api_major_version and gawk_api_minor_version. | Andrew J. Schorr | 2016-05-03 | 1 | -107/+111 |
* | | Allow r/w for a partially closed two-way pipe to be nonfatal. | Arnold D. Robbins | 2016-04-06 | 1 | -218/+224 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-05 | 1 | -215/+224 |
|\| | |||||
| * | Further doc on closing one end of a two-way pipe. | Arnold D. Robbins | 2016-04-04 | 1 | -211/+215 |
| * | Document about using closed end of two-way pipes. | Arnold D. Robbins | 2016-04-04 | 1 | -211/+216 |
| * | Use braces in indexes in the documentation. | Arnold D. Robbins | 2016-04-04 | 1 | -327/+326 |
* | | Doc update about comments in pretty printing. | Arnold D. Robbins | 2016-03-27 | 1 | -209/+218 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-03-11 | 1 | -322/+354 |
|\| | |||||
| * | Further improvements in system return value and doc. | Arnold D. Robbins | 2016-03-11 | 1 | -331/+335 |
| * | Add info to ChangeLog. Update doc some more. | Arnold D. Robbins | 2016-03-10 | 1 | -314/+318 |
| * | Improve algorithm for system() return value. | Arnold D. Robbins | 2016-03-08 | 1 | -324/+326 |
| * | Improve return value of system. | Arnold D. Robbins | 2016-03-08 | 1 | -317/+340 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-02-20 | 1 | -516/+524 |
|\| | |||||
| * | Doc update: Unicode in bracket expresssions. | Arnold D. Robbins | 2016-02-20 | 1 | -512/+520 |
* | | Doc fix in Heisenberg Physics example. | Arnold D. Robbins | 2016-02-18 | 1 | -3/+3 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-02-18 | 1 | -274/+305 |
|\| | |||||
| * | Typo fix in the manual. Sigh. | Arnold D. Robbins | 2016-02-18 | 1 | -247/+247 |
| * | Fixes to sample programs in the doc. | Arnold D. Robbins | 2016-02-18 | 1 | -272/+303 |