Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disallow negative arguments to bitwise functions. Document same. | Arnold D. Robbins | 2016-10-25 | 1 | -6/+128 |
| | |||||
* | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-10-23 | 1 | -253/+30 |
|\ | |||||
| * | Remove references to MS-DOS and OS/2 from the doc. | Arnold D. Robbins | 2016-10-23 | 1 | -253/+30 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-10-02 | 1 | -35/+51 |
|\| | |||||
| * | Rework Bugs section in the manual. | Arnold D. Robbins | 2016-10-02 | 1 | -35/+51 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-09-20 | 1 | -3/+3 |
|\| | |||||
| * | Minor documentation fixes. | Arnold D. Robbins | 2016-09-20 | 1 | -3/+3 |
| | | |||||
* | | New POSIX rules for string comparison. | Arnold D. Robbins | 2016-08-25 | 1 | -11/+31 |
| | | |||||
* | | More spelling stuff. | Arnold D. Robbins | 2016-08-24 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-23 | 1 | -6/+6 |
|\| | |||||
| * | Doc updates, add 'spell' target for make. | Arnold D. Robbins | 2016-08-23 | 1 | -6/+6 |
| | | |||||
* | | Remove typed regexps until they can be done correctly. | Arnold D. Robbins | 2016-08-03 | 1 | -74/+1 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-01 | 1 | -15/+20 |
|\| | |||||
| * | Mark DJGPP port as unsupported. | Arnold D. Robbins | 2016-08-01 | 1 | -14/+19 |
| | | |||||
| * | Typo fix in the doc. | Arnold D. Robbins | 2016-07-24 | 1 | -1/+1 |
| | | |||||
* | | Make return status of close on a pipe like system. | Arnold D. Robbins | 2016-07-23 | 1 | -22/+40 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-07-19 | 1 | -0/+25 |
|\| | |||||
| * | Typo fix in the doc. | Arnold D. Robbins | 2016-07-18 | 1 | -0/+25 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-07-12 | 1 | -2/+21 |
|\| | |||||
| * | Improve doc on use of SYMTAB. | Arnold D. Robbins | 2016-07-12 | 1 | -2/+21 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-06-10 | 1 | -21/+22 |
|\| | |||||
| * | Update years and stuff in doc towards next release. | Arnold D. Robbins | 2016-06-10 | 1 | -2/+2 |
| | | |||||
| * | Documentation small fixes. | Arnold D. Robbins | 2016-06-10 | 1 | -19/+20 |
| | | |||||
* | | Allow extension functions to get more arguments than expected. | Arnold D. Robbins | 2016-05-30 | 1 | -4/+10 |
| | | |||||
* | | 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 | -1/+4 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-25 | 1 | -1/+1 |
|\| | |||||
| * | Small typo fix in the doc. | Arnold D. Robbins | 2016-05-25 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2016-05-03 | 1 | -9/+12 |
|\| | |||||
| * | Add CPP #defines for gawk_api_major_version and gawk_api_minor_version. | Andrew J. Schorr | 2016-05-03 | 1 | -9/+12 |
| | | |||||
* | | Allow r/w for a partially closed two-way pipe to be nonfatal. | Arnold D. Robbins | 2016-04-06 | 1 | -2/+9 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-05 | 1 | -0/+11 |
|\| | |||||
| * | Further doc on closing one end of a two-way pipe. | Arnold D. Robbins | 2016-04-04 | 1 | -0/+6 |
| | | |||||
| * | Document about using closed end of two-way pipes. | Arnold D. Robbins | 2016-04-04 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-04 | 1 | -0/+5 |
|\| | |||||
| * | Use braces in indexes in the documentation. | Arnold D. Robbins | 2016-04-04 | 1 | -0/+5 |
| | | |||||
* | | Doc update about comments in pretty printing. | Arnold D. Robbins | 2016-03-27 | 1 | -1/+6 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-03-11 | 1 | -1/+29 |
|\| | |||||
| * | Further improvements in system return value and doc. | Arnold D. Robbins | 2016-03-11 | 1 | -12/+13 |
| | | |||||
| * | Add info to ChangeLog. Update doc some more. | Arnold D. Robbins | 2016-03-10 | 1 | -2/+4 |
| | | |||||
| * | Improve algorithm for system() return value. | Arnold D. Robbins | 2016-03-08 | 1 | -9/+11 |
| | | |||||
| * | Improve return value of system. | Arnold D. Robbins | 2016-03-08 | 1 | -1/+24 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-02-20 | 1 | -0/+9 |
|\| | |||||
| * | Doc update: Unicode in bracket expresssions. | Arnold D. Robbins | 2016-02-20 | 1 | -0/+9 |
| | | |||||
* | | 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 | -8/+40 |
|\| | |||||
| * | Typo fix in the manual. Sigh. | Arnold D. Robbins | 2016-02-18 | 1 | -1/+1 |
| | | |||||
| * | Update info about texinfo.tex versions. | Arnold D. Robbins | 2016-02-18 | 1 | -4/+1 |
| | | |||||
| * | Fixes to sample programs in the doc. | Arnold D. Robbins | 2016-02-18 | 1 | -5/+40 |
| | |