Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch 'master' into feature/cmake | Arnold D. Robbins | 2015-07-30 | 4 | -72/+77 | |
|\| | | ||||||
| * | | Small typo fix in the doc. | Arnold D. Robbins | 2015-07-30 | 4 | -72/+77 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/cmake | Arnold D. Robbins | 2015-07-01 | 4 | -38/+49 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-07-01 | 4 | -38/+49 | |
| |\| | ||||||
| | * | Update doc on quiktrim awk. | Arnold D. Robbins | 2015-07-01 | 4 | -38/+49 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/cmake | Arnold D. Robbins | 2015-06-30 | 4 | -171/+363 | |
|\| | | ||||||
| * | | Document that sometimes the debugger is invasive. | Arnold D. Robbins | 2015-06-30 | 4 | -171/+363 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/cmake | Arnold D. Robbins | 2015-06-28 | 4 | -311/+396 | |
|\| | | ||||||
| * | | Improve values returned by typeof. Fix tests and doc. | Arnold D. Robbins | 2015-06-26 | 4 | -311/+396 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/cmake | Arnold D. Robbins | 2015-06-19 | 6 | -1866/+2297 | |
|\| | | ||||||
| * | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-06-19 | 6 | -1383/+1455 | |
| |\ \ | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-06-19 | 3 | -1290/+1279 | |
| | |\| | ||||||
| | | * | Minor doc fix. | Arnold D. Robbins | 2015-06-19 | 3 | -1290/+1279 | |
| | | | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2015-06-17 | 4 | -87/+107 | |
| | |\| | ||||||
| | | * | Document inplace shortcomings (no ACL preservation and no signal handling). | Andrew J. Schorr | 2015-06-17 | 4 | -86/+106 | |
| | | | | ||||||
| | * | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2015-06-17 | 4 | -93/+156 | |
| | |\| | ||||||
| | | * | For the inplace extension, add inplace variable to control whether it's active. | Andrew J. Schorr | 2015-06-17 | 4 | -92/+155 | |
| | | | | ||||||
| * | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-06-15 | 4 | -269/+264 | |
| |\| | | ||||||
| * | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-06-12 | 3 | -0/+27 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-06-11 | 5 | -608/+591 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-05-21 | 7 | -455/+450 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-05-16 | 4 | -374/+432 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Regenerate info file. | Arnold D. Robbins | 2015-05-12 | 1 | -489/+489 | |
| | | | | | | | | ||||||
| * | | | | | | | Minor fixes in strongly typed regex doc. | Arnold D. Robbins | 2015-05-11 | 2 | -4/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | Add doc on conversions for strongly typed regexps. | Arnold D. Robbins | 2015-05-11 | 4 | -13087/+13093 | |
| | | | | | | | | ||||||
| * | | | | | | | Add initial doc for @/.../ and typeof. | Arnold D. Robbins | 2015-05-03 | 4 | -572/+914 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'master' into feature/cmake | Arnold D. Robbins | 2015-06-17 | 4 | -269/+291 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-06-13 | 4 | -269/+264 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | Remove an unneeded exercise from the doc. | Arnold D. Robbins | 2015-06-13 | 4 | -267/+262 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-06-12 | 3 | -0/+27 | |
| |\| | | | | | | |_|_|_|/ | |/| | | | | ||||||
| | * | | | | Add another Chet Ramey pithy saying to the doc. | Arnold D. Robbins | 2015-06-12 | 3 | -0/+27 | |
| | | | | | | ||||||
* | | | | | | A little more work in using-git.texi | Arnold D. Robbins | 2015-06-08 | 1 | -5/+0 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'master' into feature/cmake | Arnold D. Robbins | 2015-06-08 | 5 | -607/+590 | |
|\| | | | | | ||||||
| * | | | | | POSIX now allows \n for default field splitting. Fix code and doc. | Arnold D. Robbins | 2015-05-31 | 5 | -604/+583 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-30 | 4 | -307/+311 | |
| |\| | | | | | |_|_|/ | |/| | | | ||||||
| | * | | | Improve handling and doc of compl(). | Arnold D. Robbins | 2015-05-30 | 4 | -305/+309 | |
| | | | | | ||||||
* | | | | | Some changes in using-git.texi. | Arnold D. Robbins | 2015-05-26 | 1 | -30/+44 | |
| | | | | | ||||||
* | | | | | Merge branch 'master' into feature/cmake | Arnold D. Robbins | 2015-05-21 | 7 | -455/+450 | |
|\| | | | | ||||||
| * | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-19 | 5 | -423/+359 | |
| |\| | | | ||||||
| | * | | | Use modern @image, fix a .txt image file. | Arnold D. Robbins | 2015-05-19 | 5 | -421/+357 | |
| | | | | | ||||||
| * | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-19 | 6 | -32/+60 | |
| |\| | | | ||||||
| | * | | | Changes for 4.1.3 release. | Arnold D. Robbins | 2015-05-19 | 5 | -86/+99 | |
| | | | | | ||||||
| | * | | | Update texinfo.tex. | Arnold D. Robbins | 2015-05-19 | 2 | -13/+36 | |
| | | | | | ||||||
| * | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-18 | 3 | -0/+31 | |
| |\| | | | | |_|/ | |/| | | ||||||
| | * | | Add a commented out quote from Chet Ramey. | Arnold D. Robbins | 2015-05-18 | 3 | -0/+31 | |
| | | | | ||||||
* | | | | Merge branch 'master' into feature/cmake | Arnold D. Robbins | 2015-05-16 | 4 | -13055/+13102 | |
|\| | | | ||||||
| * | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-16 | 4 | -366/+371 | |
| |\| | | ||||||
| | * | | Doc fix for nextfile. | Arnold D. Robbins | 2015-05-16 | 4 | -364/+369 | |
| | | | | ||||||
| * | | | Add PROCINFO["argv"] array to contain the command-line arguments. | Andrew J. Schorr | 2015-05-15 | 3 | -0/+42 | |
| | | | | ||||||
| * | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-14 | 4 | -13050/+13050 | |
| |\| | | | |/ | |/| |