summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Minor style edits in doc.feature/api-parserArnold D. Robbins2017-04-114-510/+513
|
* Merge branch 'master' into feature/api-parserArnold D. Robbins2017-04-114-0/+33
|\
| * Fix EPIPE handling in the MinGW build.Eli Zaretskii2017-04-084-0/+33
| |
* | Trivial change to field.c set_FIELDWIDTHS for type consistency.Andrew J. Schorr2017-04-102-1/+6
| |
* | Update texinfo docs to document new FIELDWIDTHS and API input parser ↵Andrew J. Schorr2017-04-104-569/+839
| | | | | | | | capabilities.
* | Fix comment in fw_parse_field and white space in gawkapi.h.Andrew J. Schorr2017-04-093-5/+10
| |
* | Merge branch 'master' into feature/api-parserArnold 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/api-parserArnold 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.dead-branches/doc/using-gitArnold D. Robbins2017-04-032-1/+7
| |
* | Merge branch 'master' into feature/api-parserArnold 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
| |
* | Revise fwtest* test names and files to match.Arnold D. Robbins2017-03-2711-32/+38
| |
* | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-271-6/+6
|\ \ | |/
| * Minor cleanup in main.c:usage.Arnold D. Robbins2017-03-271-6/+6
| |
* | Minor edits in feature/api-parser prepatory to merging.Arnold D. Robbins2017-03-276-20/+39
| |
* | Merge branch 'master' into feature/api-parserArnold 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/api-parserArnold 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/api-parserArnold 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/api-parserArnold 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
| | |
* | | Fix compile warnings in some of the extensions.Arnold D. Robbins2017-03-234-3/+13
| | |
* | | Update NEWS and doc/gawk.1 to document new PROCINFO["FS"] value "API".Andrew J. Schorr2017-03-224-2/+12
| | |
* | | Start to document new FIELDWIDTHS and API input parser capabilities.Andrew J. Schorr2017-03-225-5/+32
| | |
* | | Fix gawkapi.h comment describing the new get_record field_width argument.Andrew J. Schorr2017-03-222-9/+11
| | |
* | | Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with ↵Andrew J. Schorr2017-03-2112-134/+226
| | | | | | | | | | | | API field parsing.
* | | Merge branch 'master' into feature/api-parserArnold 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/api-parserArnold D. Robbins2017-03-2024-646/+888
|\ \ \ | |/ /
| * | 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
| | |
* | | 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
|\ \ \ | |/ /
| * | Stop installing the extension testext library, since it is useful only for ↵Andrew J. Schorr2017-03-073-15/+50
| | | | | | | | | | | | testing.
* | | 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
| | |