aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-241-0/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-231-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Update NEWS and doc/gawk.1 to document new PROCINFO["FS"] value "API".Andrew J. Schorr2017-03-221-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Start to document new FIELDWIDTHS and API input parser capabilities.Andrew J. Schorr2017-03-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Fix gawkapi.h comment describing the new get_record field_width argument.Andrew J. Schorr2017-03-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with ↵Andrew J. Schorr2017-03-211-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API field parsing.
| * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-201-0/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | For API input field parsing, use an array of structs instead of an array of ↵Andrew J. Schorr2017-03-091-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | integers.
| * | | | | | | | | | | | | | | | | | | | | | | | Minor style edits in field.c.Arnold D. Robbins2017-03-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Rename variable in field.c and added a comment for improved clarity.Andrew J. Schorr2017-03-061-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Add a 6th argument to the API get_record function instead of having a ↵Andrew J. Schorr2017-03-061-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-051-0/+34
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the default gawk field parsing mechanism.
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-04-111-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix EPIPE handling in the MinGW build.Eli Zaretskii2017-04-081-0/+8
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-03-271-0/+9
|\| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Die with SIGPIPE when EPIPE happens on stdout.Arnold D. Robbins2017-03-271-0/+9
| | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-03-251-0/+5
|\| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Small improvement in io.c:flush_io.Arnold D. Robbins2017-03-251-0/+5
| | |_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-03-241-0/+10
|\| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Improve handling of flushing for non-fatal files.Arnold D. Robbins2017-03-241-0/+10
| | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-03-231-0/+4
|\| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Update config.sub.Arnold D. Robbins2017-03-231-0/+4
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-03-201-0/+29
|\| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Update config.* and install-sh from GNULIB.Arnold D. Robbins2017-03-201-0/+5
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Improve handling of EPIPE and fflush.Arnold D. Robbins2017-03-201-0/+20
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Cleanups in configure.ac.Arnold D. Robbins2017-03-161-0/+4
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-02-231-0/+18
|\| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Change return type on some functions from int to bool.Arnold D. Robbins2017-02-231-0/+7
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Add optional 2nd argument to mktime to request UTC instead of local time.Andrew J. Schorr2017-02-221-0/+11
| | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-02-171-0/+5
|\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix typeof on null fields.Arnold D. Robbins2017-02-171-0/+5
| | |_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-02-051-0/+5
|\| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | In set_profile_text, use emalloc instead of estrdup to improve clarity.Andrew J. Schorr2017-02-031-0/+5
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-02-021-0/+5
|\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Undo change, but update comments as to why not needed.Arnold D. Robbins2017-02-021-0/+5
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-02-021-0/+6
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Improve memory hygiene in set_profile_text.Arnold D. Robbins2017-02-021-0/+6
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-02-011-0/+12
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Improve making of profile number code and also MPFR case thereof.Arnold D. Robbins2017-02-011-0/+6
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix up mbc_char_count to be correct.Arnold D. Robbins2017-02-011-0/+6
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-01-271-0/+18
|\| | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-01-271-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Typo fix in ChangeLog.Arnold D. Robbins2017-01-271-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-01-271-0/+12
| |\| | | | | | | | | | | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Fix assignment from gensub to $0.Arnold D. Robbins2017-01-271-0/+5
| | | | | | | | | | |
| | * | | | | | | | | Improve messge translatability in debug.c. Update copyright in interpret.h.Arnold D. Robbins2017-01-271-0/+7
| | | | | | | | | | |
| * | | | | | | | | | Minor tweak to block allocator to remove pointless BLOCK_INVALID header.Andrew J. Schorr2017-01-261-0/+6
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-01-261-0/+19
|\| | | | | | | | |
| * | | | | | | | | Minor rewrite of block allocator to improve clarity.Andrew J. Schorr2017-01-251-0/+19
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-01-251-0/+9
|\| | | | | | | |