Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | For API input field parsing, use an array of structs instead of an array of ↵ | Andrew J. Schorr | 2017-03-09 | 7 | -29/+69 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integers. | |||||
| * | | | | | | | | | | | | | | Minor style edits in field.c. | Arnold D. Robbins | 2017-03-09 | 2 | -8/+10 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'master' into feature/api-parser | Andrew J. Schorr | 2017-03-07 | 3 | -7/+26 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Add new test readdir_test to check whether API get_record field_width ↵ | Andrew J. Schorr | 2017-03-06 | 4 | -9/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parsing is working. | |||||
| * | | | | | | | | | | | | | | | Create new extension readdir_test for testing new get_record field_width ↵ | Andrew J. Schorr | 2017-03-06 | 4 | -19/+407 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parsing. | |||||
| * | | | | | | | | | | | | | | | Rename variable in field.c and added a comment for improved clarity. | Andrew J. Schorr | 2017-03-06 | 2 | -4/+16 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Add a 6th argument to the API get_record function instead of having a ↵ | Andrew J. Schorr | 2017-03-06 | 3 | -19/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | separate field_width array pointer in the input buf. | |||||
| * | | | | | | | | | | | | | | | Enable an API input parser to supply an array of field widths to override ↵ | Andrew J. Schorr | 2017-03-05 | 6 | -36/+155 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the default gawk field parsing mechanism. | |||||
* | | | | | | | | | | | | | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-11 | 4 | -0/+33 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix EPIPE handling in the MinGW build. | Eli Zaretskii | 2017-04-08 | 4 | -0/+33 | |
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-07 | 5 | -4/+10 | |
|\| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Fix spelling errors in gawkworkflow.texi and spellchecking in doc/Makefile.am. | Arnold D. Robbins | 2017-04-07 | 5 | -4/+10 | |
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-07 | 9 | -1210/+4374 | |
|\| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Remove using-git.texi. Add gawkworkflow.texi. | Arnold D. Robbins | 2017-04-07 | 7 | -1209/+4367 | |
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fix a message in extension/inplace.c. | Arnold D. Robbins | 2017-04-03 | 2 | -1/+7 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-29 | 4 | -15/+18 | |
|\| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Bump version for test dist. | Arnold D. Robbins | 2017-03-29 | 3 | -15/+18 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Add gmo file for pt_BR. | Arnold D. Robbins | 2017-03-29 | 1 | -0/+0 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-27 | 1 | -6/+6 | |
|\| | | | | | | | | | | ||||||
| * | | | | | | | | | | Minor cleanup in main.c:usage. | Arnold D. Robbins | 2017-03-27 | 1 | -6/+6 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-27 | 7 | -8/+28 | |
|\| | | | | | | | | | ||||||
| * | | | | | | | | | Die with SIGPIPE when EPIPE happens on stdout. | Arnold D. Robbins | 2017-03-27 | 5 | -4/+18 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2017-03-27 | 2 | -4/+10 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | / | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| | * | | | | | | | Fix argarray test on VMS | John Malmberg | 2017-03-25 | 2 | -1/+7 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-25 | 2 | -2/+7 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | Small improvement in io.c:flush_io. | Arnold D. Robbins | 2017-03-25 | 2 | -2/+7 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-24 | 3 | -9/+33 | |
|\| | | | | | | | ||||||
| * | | | | | | | Improve handling of flushing for non-fatal files. | Arnold D. Robbins | 2017-03-24 | 3 | -9/+33 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-23 | 6 | -25/+36 | |
|\| | | | | | | ||||||
| * | | | | | | Sync dfa.c with GNULIB. | Arnold D. Robbins | 2017-03-23 | 2 | -23/+16 | |
| | | | | | | | ||||||
| * | | | | | | Update config.sub. | Arnold D. Robbins | 2017-03-23 | 4 | -2/+20 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-20 | 2 | -3/+25 | |
|\| | | | | | ||||||
| * | | | | | Improvements in update-branches.sh helper script. | Arnold D. Robbins | 2017-03-20 | 2 | -3/+25 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-20 | 24 | -646/+889 | |
|\| | | | | ||||||
| * | | | | Update config.* and install-sh from GNULIB. | Arnold D. Robbins | 2017-03-20 | 10 | -16/+40 | |
| | | | | | ||||||
| * | | | | Improve handling of EPIPE and fflush. | Arnold D. Robbins | 2017-03-20 | 5 | -38/+89 | |
| | | | | | ||||||
| * | | | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2017-03-19 | 4 | -20/+15 | |
| |\| | | | ||||||
| | * | | | Patch argarray test to work regardless of how configure is invoked. | Andrew J. Schorr | 2017-03-19 | 4 | -20/+15 | |
| | | | | | ||||||
| * | | | | Improve doc on MS-Windows quoting. | Arnold D. Robbins | 2017-03-17 | 4 | -550/+696 | |
| | | | | | ||||||
| * | | | | Cleanups in configure.ac. | Arnold D. Robbins | 2017-03-16 | 3 | -22/+48 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'master' into feature/stringfix | Andrew J. Schorr | 2017-03-07 | 3 | -15/+50 | |
|\| | | | ||||||
| * | | | Stop installing the extension testext library, since it is useful only for ↵ | Andrew J. Schorr | 2017-03-07 | 3 | -15/+50 | |
| | |/ | |/| | | | | | | | testing. | |||||
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-03 | 5 | -429/+430 | |
|\| | | ||||||
| * | | Another very small doc change. | Arnold D. Robbins | 2017-03-03 | 3 | -0/+7 | |
| | | | ||||||
| * | | Remove hardregex.txt file, no longer needed. | Arnold D. Robbins | 2017-03-02 | 1 | -24/+0 | |
| | | | ||||||
| * | | Doc edits before release. | Arnold D. Robbins | 2017-03-02 | 4 | -405/+423 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-23 | 2 | -0/+23 | |
|\| | | ||||||
| * | | Add script to update branches from master. | Arnold D. Robbins | 2017-02-23 | 2 | -0/+23 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-23 | 3 | -4/+9 | |
|\| | | ||||||
| * | | Minor typo fix in doc. | Arnold D. Robbins | 2017-02-23 | 3 | -4/+9 | |
| | | |