summaryrefslogtreecommitdiff
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* Fix compile problem for AIX.Arnold D. Robbins2018-09-211-1/+1
* Remove \n from calls to lintwarn, warning, and fatal.Arnold D. Robbins2018-09-071-3/+3
* Fix a corner case with EPIPE to stdout/stderr.Arnold D. Robbins2018-06-171-1/+8
* Minor cleanups (bool to int, move a macro).Arnold D. Robbins2018-03-051-2/+2
* Update copyright years.Arnold D. Robbins2018-02-191-1/+1
* Small fix in sockets if only loopback interface is up.Arnold D. Robbins2018-02-091-1/+14
* Code cleanup for opening ptys.Arnold D. Robbins2018-01-151-14/+7
* Fix io.c to build on VMS.John Malmberg2018-01-091-0/+4
* Fix pty handling on non-AIX, non-HP-UX systems.Arnold D. Robbins2018-01-041-101/+203
* Fix the OS/2 build.KO Myung-Hun2017-10-211-0/+6
* Small code cleanup in io.c.Arnold D. Robbins2017-09-281-3/+1
* Use gai_strerror for error messages if getaddrinfo fails.Arnold D. Robbins2017-08-281-0/+10
* Misc edits in io.c and gawkapi.h.Arnold D. Robbins2017-07-071-4/+7
* Replace malloc+memset with calloc, mostly by using the new ezalloc macro.Andrew J. Schorr2017-06-221-4/+2
* Merge branch 'master' into feature/stringfixArnold D. Robbins2017-04-121-9/+15
|\
| * Merge branch 'master' into feature/api-parserArnold D. Robbins2017-04-111-0/+12
| |\
| * \ Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-271-1/+1
| |\ \
| * \ \ Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-251-2/+2
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-241-5/+14
| |\ \ \ \
| * | | | | Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with API...Andrew J. Schorr2017-03-211-6/+6
| * | | | | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-201-25/+44
| |\ \ \ \ \
| * | | | | | For API input field parsing, use an array of structs instead of an array of i...Andrew J. Schorr2017-03-091-5/+6
| * | | | | | Add a 6th argument to the API get_record function instead of having a separat...Andrew J. Schorr2017-03-061-9/+14
| * | | | | | Enable an API input parser to supply an array of field widths to override the...Andrew J. Schorr2017-03-051-3/+3
* | | | | | | Merge branch 'master' into feature/stringfixfeature/stringfixArnold D. Robbins2017-04-111-0/+12
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix EPIPE handling in the MinGW build.Eli Zaretskii2017-04-081-0/+12
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-271-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Die with SIGPIPE when EPIPE happens on stdout.Arnold D. Robbins2017-03-271-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-251-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Small improvement in io.c:flush_io.Arnold D. Robbins2017-03-251-2/+2
| | |_|/ | |/| |
* | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-241-5/+14
|\ \ \ \ | |/ / /
| * | | Improve handling of flushing for non-fatal files.Arnold D. Robbins2017-03-241-5/+14
| | |/ | |/|
* | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-201-25/+44
|\ \ \ | |/ /
| * | Improve handling of EPIPE and fflush.Arnold D. Robbins2017-03-201-25/+44
| |/
* | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-231-2/+2
|\ \ | |/
| * Change return type on some functions from int to bool.Arnold D. Robbins2017-02-231-2/+2
* | Minor speedup to inetfile to use memcmp instead of strncmp.Andrew J. Schorr2017-01-281-3/+3
* | Protect against string overrun in redirection strings and inet parsing.Andrew J. Schorr2017-01-271-21/+35
|/
* Speed up programs that toggle IGNORECASE a lot.Arnold D. Robbins2017-01-191-9/+8
* Audit use of stptr for NUL termination. Update doc before merge to master.Arnold D. Robbins2016-11-181-7/+23
* Further code improvements and doc changes as diff until merge.feature/nocopyArnold D. Robbins2016-11-121-3/+3
* Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-311-2/+3
|\
| * Fix some valgrind errors.Arnold D. Robbins2016-10-311-2/+3
* | Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-261-1/+3
|\ \ | |/
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-10-261-1/+3
| |\
| | * Minor bug fix for init_awkpath.Arnold D. Robbins2016-10-261-1/+3
* | | Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-251-32/+44
|\ \ \ | |/ /
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-10-251-32/+44
| |\ \ | | |/
| | * Restore null elements in paths being same as dot.Arnold D. Robbins2016-10-251-31/+44
* | | Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-231-50/+50
|\ \ \ | |/ /