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