Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Misc edits in io.c and gawkapi.h. | Arnold D. Robbins | 2017-07-07 | 1 | -4/+7 |
| | |||||
* | Replace malloc+memset with calloc, mostly by using the new ezalloc macro. | Andrew J. Schorr | 2017-06-22 | 1 | -4/+2 |
| | |||||
* | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-12 | 1 | -9/+15 |
|\ | |||||
| * | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-04-11 | 1 | -0/+12 |
| |\ | |||||
| * \ | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-27 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-25 | 1 | -2/+2 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-24 | 1 | -5/+14 |
| |\ \ \ \ | |||||
| * | | | | | Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with ↵ | Andrew J. Schorr | 2017-03-21 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | API field parsing. | ||||
| * | | | | | Merge branch 'master' into feature/api-parser | Arnold D. Robbins | 2017-03-20 | 1 | -25/+44 |
| |\ \ \ \ \ | |||||
| * | | | | | | For API input field parsing, use an array of structs instead of an array of ↵ | Andrew J. Schorr | 2017-03-09 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | integers. | ||||
| * | | | | | | Add a 6th argument to the API get_record function instead of having a ↵ | Andrew J. Schorr | 2017-03-06 | 1 | -9/+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 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the default gawk field parsing mechanism. | ||||
* | | | | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-04-11 | 1 | -0/+12 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Fix EPIPE handling in the MinGW build. | Eli Zaretskii | 2017-04-08 | 1 | -0/+12 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-27 | 1 | -1/+1 |
|\| | | | | | |||||
| * | | | | | Die with SIGPIPE when EPIPE happens on stdout. | Arnold D. Robbins | 2017-03-27 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-25 | 1 | -2/+2 |
|\| | | | | |||||
| * | | | | Small improvement in io.c:flush_io. | Arnold D. Robbins | 2017-03-25 | 1 | -2/+2 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-24 | 1 | -5/+14 |
|\| | | | |||||
| * | | | Improve handling of flushing for non-fatal files. | Arnold D. Robbins | 2017-03-24 | 1 | -5/+14 |
| | |/ | |/| | |||||
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-03-20 | 1 | -25/+44 |
|\| | | |||||
| * | | Improve handling of EPIPE and fflush. | Arnold D. Robbins | 2017-03-20 | 1 | -25/+44 |
| |/ | |||||
* | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-02-23 | 1 | -2/+2 |
|\| | |||||
| * | Change return type on some functions from int to bool. | Arnold D. Robbins | 2017-02-23 | 1 | -2/+2 |
| | | |||||
* | | Minor speedup to inetfile to use memcmp instead of strncmp. | Andrew J. Schorr | 2017-01-28 | 1 | -3/+3 |
| | | |||||
* | | Protect against string overrun in redirection strings and inet parsing. | Andrew J. Schorr | 2017-01-27 | 1 | -21/+35 |
|/ | |||||
* | Speed up programs that toggle IGNORECASE a lot. | Arnold D. Robbins | 2017-01-19 | 1 | -9/+8 |
| | |||||
* | Audit use of stptr for NUL termination. Update doc before merge to master. | Arnold D. Robbins | 2016-11-18 | 1 | -7/+23 |
| | |||||
* | Further code improvements and doc changes as diff until merge. | Arnold D. Robbins | 2016-11-12 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-31 | 1 | -2/+3 |
|\ | |||||
| * | Fix some valgrind errors. | Arnold D. Robbins | 2016-10-31 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-26 | 1 | -1/+3 |
|\| | |||||
| * | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-10-26 | 1 | -1/+3 |
| |\ | |||||
| | * | Minor bug fix for init_awkpath. | Arnold D. Robbins | 2016-10-26 | 1 | -1/+3 |
| | | | |||||
* | | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-25 | 1 | -32/+44 |
|\| | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-10-25 | 1 | -32/+44 |
| |\| | |||||
| | * | Restore null elements in paths being same as dot. | Arnold D. Robbins | 2016-10-25 | 1 | -31/+44 |
| | | | |||||
* | | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-23 | 1 | -50/+50 |
|\| | | |||||
| * | | Remove trailing whitespace everywhere. Fix Unicode into ASCII. | Arnold D. Robbins | 2016-10-23 | 1 | -50/+50 |
| | | | |||||
* | | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-07-23 | 1 | -3/+5 |
|\| | | |||||
| * | | Make return status of close on a pipe like system. | Arnold D. Robbins | 2016-07-23 | 1 | -3/+5 |
| | | | |||||
* | | | Document string termination in header files and remove no-longer-needed ↵ | Andrew J. Schorr | 2016-07-06 | 1 | -1/+0 |
|/ / | | | | | | | string termination logic in various places. | ||||
* | | Call fixtype in a few more places to make sure we check types properly. | Andrew J. Schorr | 2016-06-20 | 1 | -1/+1 |
| | | |||||
* | | Add a new boolval function to awk.h to make sure we handle this consistently. | Andrew J. Schorr | 2016-06-14 | 1 | -7/+2 |
| | | |||||
* | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions ↵ | Andrew J. Schorr | 2016-06-13 | 1 | -4/+3 |
| | | | | | | | | and lint checks. | ||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-30 | 1 | -1/+2 |
|\| | |||||
| * | Changes toward release and test tarball. | Arnold D. Robbins | 2016-05-30 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-12 | 1 | -0/+15 |
|\| | |||||
| * | Fix issues with SIGPIPE. | Arnold D. Robbins | 2016-05-12 | 1 | -0/+15 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-27 | 1 | -1/+1 |
|\| |