Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-06-19 | 1 | -2/+25 |
|\ | |||||
| * | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2015-06-17 | 1 | -0/+4 |
| |\ | |||||
| | * | Document inplace shortcomings (no ACL preservation and no signal handling). | Andrew J. Schorr | 2015-06-17 | 1 | -0/+4 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2015-06-17 | 1 | -2/+21 |
| |\| | |||||
| | * | For the inplace extension, add inplace variable to control whether it's active. | Andrew J. Schorr | 2015-06-17 | 1 | -2/+21 |
| | | | |||||
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-06-15 | 1 | -0/+3 |
|\| | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-06-13 | 1 | -0/+3 |
| |\| | |||||
| | * | Remove an unneeded exercise from the doc. | Arnold D. Robbins | 2015-06-13 | 1 | -0/+3 |
| | | | |||||
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-06-12 | 1 | -0/+11 |
|\| | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-06-12 | 1 | -0/+11 |
| |\| | |||||
| | * | Add another Chet Ramey pithy saying to the doc. | Arnold D. Robbins | 2015-06-12 | 1 | -0/+11 |
| | | | |||||
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-06-11 | 1 | -17/+14 |
|\| | | |||||
| * | | POSIX now allows \n for default field splitting. Fix code and doc. | Arnold D. Robbins | 2015-05-31 | 1 | -16/+13 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-30 | 1 | -1/+1 |
| |\| | |||||
| | * | Improve handling and doc of compl(). | Arnold D. Robbins | 2015-05-30 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-05-21 | 1 | -35/+15 |
|\| | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-19 | 1 | -33/+0 |
| |\| | |||||
| | * | Use modern @image, fix a .txt image file. | Arnold D. Robbins | 2015-05-19 | 1 | -33/+0 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-19 | 1 | -2/+2 |
| |\| | |||||
| | * | Changes for 4.1.3 release. | Arnold D. Robbins | 2015-05-19 | 1 | -2/+5 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-18 | 1 | -0/+13 |
| |\| | |||||
| | * | Add a commented out quote from Chet Ramey. | Arnold D. Robbins | 2015-05-18 | 1 | -0/+13 |
| | | | |||||
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-05-16 | 1 | -2/+23 |
|\| | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-16 | 1 | -2/+2 |
| |\| | |||||
| | * | Doc fix for nextfile. | Arnold D. Robbins | 2015-05-16 | 1 | -2/+2 |
| | | | |||||
| * | | Add PROCINFO["argv"] array to contain the command-line arguments. | Andrew J. Schorr | 2015-05-15 | 1 | -0/+19 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-14 | 1 | -0/+2 |
| |\| | |||||
| | * | Update Bugs section in doc to ask for plain text. | Arnold D. Robbins | 2015-05-14 | 1 | -0/+2 |
| | | | |||||
* | | | Minor fixes in strongly typed regex doc. | Arnold D. Robbins | 2015-05-11 | 1 | -2/+2 |
| | | | |||||
* | | | Add doc on conversions for strongly typed regexps. | Arnold D. Robbins | 2015-05-11 | 1 | -0/+4 |
| | | | |||||
* | | | Add initial doc for @/.../ and typeof. | Arnold D. Robbins | 2015-05-03 | 1 | -3/+122 |
|/ / | |||||
* | | Make builtin shadowing work. Add test and doc. | Arnold D. Robbins | 2015-04-16 | 1 | -0/+7 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-08 | 1 | -0/+9 |
|\| | |||||
| * | More doc updates towards release. | Arnold D. Robbins | 2015-04-08 | 1 | -0/+9 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-07 | 1 | -1/+1 |
|\| | |||||
| * | Update copyrights and prep towards release. | Arnold D. Robbins | 2015-04-07 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-07 | 1 | -0/+5 |
|\| | |||||
| * | Minor doc update. | Arnold D. Robbins | 2015-04-07 | 1 | -0/+5 |
| | | |||||
* | | Another small doc fix. | Arnold D. Robbins | 2015-04-05 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-05 | 1 | -17/+9 |
|\| | |||||
| * | Doc fixes. | Arnold D. Robbins | 2015-04-05 | 1 | -17/+9 |
| | | |||||
* | | Rename "div()" to "intdiv()". | Arnold D. Robbins | 2015-04-03 | 1 | -28/+31 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-31 | 1 | -6/+19 |
|\| | |||||
| * | Small doc fix. | Arnold D. Robbins | 2015-03-31 | 1 | -2/+2 |
| | | |||||
| * | Update doc on calling built-ins indirectly. | Arnold D. Robbins | 2015-03-31 | 1 | -4/+17 |
| | | |||||
* | | Minor doc edits. | Arnold D. Robbins | 2015-03-31 | 1 | -4/+8 |
| | | |||||
* | | Some more cleanups. Ready to merge! | Arnold D. Robbins | 2015-03-27 | 1 | -4/+6 |
| | | |||||
* | | General cleanups prepatory to merging. | Arnold D. Robbins | 2015-03-24 | 1 | -43/+56 |
| | | |||||
* | | Merge branch 'master' into select | Arnold D. Robbins | 2015-03-24 | 1 | -2/+20 |
|\ \ | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-24 | 1 | -2/+20 |
| |\| |