Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have cant_happen() give more information. | Arnold D. Robbins | 2022-02-27 | 1 | -3/+3 |
| | |||||
* | Fix resource links found by Coverity. | Arnold D. Robbins | 2022-02-22 | 1 | -2/+2 |
| | |||||
* | Fix bug in exit status returned by close for a previously exited process. | Andrew J. Schorr | 2022-02-10 | 1 | -2/+2 |
| | |||||
* | Make a number of variables and functions be static. | Arnold D. Robbins | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Convert w32_maybe_set_errno to os_maybe_set_errno. | Arnold D. Robbins | 2021-12-01 | 1 | -12/+6 |
| | |||||
* | Flush output to redirections before closing to detect output errors. | Andrew J. Schorr | 2021-11-30 | 1 | -0/+3 |
| | |||||
* | Fix assigning to ARGC on command line and add test. | Arnold D. Robbins | 2021-02-13 | 1 | -4/+1 |
| | |||||
* | Update a bunch of copyright years. | Arnold D. Robbins | 2021-01-09 | 1 | -1/+1 |
| | |||||
* | Improve use of types throughout. | Arnold D. Robbins | 2021-01-08 | 1 | -10/+12 |
| | |||||
* | Bug fix when RS matches null string. | Arnold D. Robbins | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | Small improvement for regexp maybe_long criteria. | Arnold D. Robbins | 2020-10-11 | 1 | -1/+1 |
| | |||||
* | Add lint checks for same redirection used multiple ways. | Arnold D. Robbins | 2020-09-21 | 1 | -15/+77 |
| | |||||
* | Make all messages consistent: no final periods. | Arnold D. Robbins | 2020-08-24 | 1 | -4/+4 |
| | |||||
* | Add mbuilov fixes. Still needs review. | Arnold D. Robbins | 2020-06-10 | 1 | -1/+1 |
| | |||||
* | Update copyright years. | Arnold D. Robbins | 2020-03-20 | 1 | -1/+1 |
| | |||||
* | First round of message improvements. | Arnold D. Robbins | 2020-03-09 | 1 | -34/+34 |
| | |||||
* | Fix assigning typed regex to FS and RS. | Arnold D. Robbins | 2019-10-13 | 1 | -1/+1 |
| | |||||
* | Update copyright years. Fix a typo in ChangeLog.1. | Arnold D. Robbins | 2019-07-21 | 1 | -1/+1 |
| | |||||
* | Add --lint=no-ext to disable "xxx is a gawk extension" warnings. | Arnold D. Robbins | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | Fix compile problem for AIX. | Arnold D. Robbins | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | Remove \n from calls to lintwarn, warning, and fatal. | Arnold D. Robbins | 2018-09-07 | 1 | -3/+3 |
| | |||||
* | Fix a corner case with EPIPE to stdout/stderr. | Arnold D. Robbins | 2018-06-17 | 1 | -1/+8 |
| | |||||
* | Minor cleanups (bool to int, move a macro). | Arnold D. Robbins | 2018-03-05 | 1 | -2/+2 |
| | |||||
* | Update copyright years. | Arnold D. Robbins | 2018-02-19 | 1 | -1/+1 |
| | |||||
* | Small fix in sockets if only loopback interface is up. | Arnold D. Robbins | 2018-02-09 | 1 | -1/+14 |
| | |||||
* | Code cleanup for opening ptys. | Arnold D. Robbins | 2018-01-15 | 1 | -14/+7 |
| | |||||
* | Fix io.c to build on VMS. | John Malmberg | 2018-01-09 | 1 | -0/+4 |
| | |||||
* | Fix pty handling on non-AIX, non-HP-UX systems. | Arnold D. Robbins | 2018-01-04 | 1 | -101/+203 |
| | |||||
* | Fix the OS/2 build. | KO Myung-Hun | 2017-10-21 | 1 | -0/+6 |
| | |||||
* | Small code cleanup in io.c. | Arnold D. Robbins | 2017-09-28 | 1 | -3/+1 |
| | |||||
* | Use gai_strerror for error messages if getaddrinfo fails. | Arnold D. Robbins | 2017-08-28 | 1 | -0/+10 |
| | |||||
* | 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 |
|\| | | |