aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | For API input field parsing, use an array of structs instead of an array of ↵Andrew J. Schorr2017-03-097-29/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integers.
| * | | | | | | | | | | | | | Minor style edits in field.c.Arnold D. Robbins2017-03-092-8/+10
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' into feature/api-parserAndrew J. Schorr2017-03-073-7/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add new test readdir_test to check whether API get_record field_width ↵Andrew J. Schorr2017-03-064-9/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parsing is working.
| * | | | | | | | | | | | | | | Create new extension readdir_test for testing new get_record field_width ↵Andrew J. Schorr2017-03-064-19/+407
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parsing.
| * | | | | | | | | | | | | | | Rename variable in field.c and added a comment for improved clarity.Andrew J. Schorr2017-03-062-4/+16
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Add a 6th argument to the API get_record function instead of having a ↵Andrew J. Schorr2017-03-063-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. Schorr2017-03-056-36/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the default gawk field parsing mechanism.
* | | | | | | | | | | | | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-114-0/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix EPIPE handling in the MinGW build.Eli Zaretskii2017-04-084-0/+33
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-075-4/+10
|\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix spelling errors in gawkworkflow.texi and spellchecking in doc/Makefile.am.Arnold D. Robbins2017-04-075-4/+10
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-079-1210/+4374
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Remove using-git.texi. Add gawkworkflow.texi.Arnold D. Robbins2017-04-077-1209/+4367
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Fix a message in extension/inplace.c.Arnold D. Robbins2017-04-032-1/+7
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-294-15/+18
|\| | | | | | | | | | |
| * | | | | | | | | | | Bump version for test dist.Arnold D. Robbins2017-03-293-15/+18
| | | | | | | | | | | |
| * | | | | | | | | | | Add gmo file for pt_BR.Arnold D. Robbins2017-03-291-0/+0
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-271-6/+6
|\| | | | | | | | | |
| * | | | | | | | | | Minor cleanup in main.c:usage.Arnold D. Robbins2017-03-271-6/+6
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-277-8/+28
|\| | | | | | | | |
| * | | | | | | | | Die with SIGPIPE when EPIPE happens on stdout.Arnold D. Robbins2017-03-275-4/+18
| | | | | | | | | |
| * | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-03-272-4/+10
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | / | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | Fix argarray test on VMSJohn Malmberg2017-03-252-1/+7
| | | | | | | | |
* | | | | | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-252-2/+7
|\| | | | | | | |
| * | | | | | | | Small improvement in io.c:flush_io.Arnold D. Robbins2017-03-252-2/+7
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-243-9/+33
|\| | | | | | |
| * | | | | | | Improve handling of flushing for non-fatal files.Arnold D. Robbins2017-03-243-9/+33
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-236-25/+36
|\| | | | | |
| * | | | | | Sync dfa.c with GNULIB.Arnold D. Robbins2017-03-232-23/+16
| | | | | | |
| * | | | | | Update config.sub.Arnold D. Robbins2017-03-234-2/+20
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-202-3/+25
|\| | | | |
| * | | | | Improvements in update-branches.sh helper script.Arnold D. Robbins2017-03-202-3/+25
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-2024-646/+889
|\| | | |
| * | | | Update config.* and install-sh from GNULIB.Arnold D. Robbins2017-03-2010-16/+40
| | | | |
| * | | | Improve handling of EPIPE and fflush.Arnold D. Robbins2017-03-205-38/+89
| | | | |
| * | | | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2017-03-194-20/+15
| |\| | |
| | * | | Patch argarray test to work regardless of how configure is invoked.Andrew J. Schorr2017-03-194-20/+15
| | | | |
| * | | | Improve doc on MS-Windows quoting.Arnold D. Robbins2017-03-174-550/+696
| | | | |
| * | | | Cleanups in configure.ac.Arnold D. Robbins2017-03-163-22/+48
| | |_|/ | |/| |
* | | | Merge branch 'master' into feature/stringfixAndrew J. Schorr2017-03-073-15/+50
|\| | |
| * | | Stop installing the extension testext library, since it is useful only for ↵Andrew J. Schorr2017-03-073-15/+50
| | |/ | |/| | | | | | | testing.
* | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-035-429/+430
|\| |
| * | Another very small doc change.Arnold D. Robbins2017-03-033-0/+7
| | |
| * | Remove hardregex.txt file, no longer needed.Arnold D. Robbins2017-03-021-24/+0
| | |
| * | Doc edits before release.Arnold D. Robbins2017-03-024-405/+423
| | |
* | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-232-0/+23
|\| |
| * | Add script to update branches from master.Arnold D. Robbins2017-02-232-0/+23
| | |
* | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-233-4/+9
|\| |
| * | Minor typo fix in doc.Arnold D. Robbins2017-02-233-4/+9
| | |