summaryrefslogtreecommitdiff
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gawk-5.2-stable'Arnold D. Robbins2023-04-141-25/+28
|\
| * Merge branch 'private/stable-int-max-fx' into gawk-5.2-stableArnold D. Robbins2023-04-141-24/+27
| |\
| | * Allow input records longer than INT_MAX.Arnold D. Robbins2023-03-181-24/+27
| * | Update copyright year in a bunch of files.Arnold D. Robbins2023-04-141-1/+1
| |/
* | Finally csv behavior w.r.t. CRs.Arnold D. Robbins2023-04-131-9/+8
* | Improve CSV record handling.Arnold D. Robbins2023-04-071-10/+9
* | Fix for set_RS() in CSV mode.Arnold D. Robbins2023-03-241-3/+6
* | CSV input, string CRs.Arnold D. Robbins2023-03-231-1/+9
* | Add initial csvscan() routine.Arnold D. Robbins2023-03-211-1/+37
* | Start revamp of CSV handling.Arnold D. Robbins2023-03-161-4/+41
* | Merge branch 'gawk-5.2-stable'Arnold D. Robbins2023-02-271-5/+12
|\ \ | |/
| * Squashed commit of the following:Arnold D. Robbins2023-02-271-5/+12
* | Merge branch 'gawk-5.2-stable'Arnold D. Robbins2023-02-241-7/+7
|\ \ | |/
| * Code improvement: RED_NOBUF -> RED_FLUSH.Arnold D. Robbins2023-02-231-6/+6
| * Improve finding an input parser.Arnold D. Robbins2023-02-231-1/+1
* | New minor feature: Allow buffering of pipes.Arnold D. Robbins2023-02-101-1/+17
|/
* Small typo fix.Arnold D. Robbins2023-02-051-1/+1
* Small fix for undefined behavior.Arnold D. Robbins2023-02-051-2/+6
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawkArnold D. Robbins2022-07-291-1/+1
|\
| * Kill some compiler warnings.Arnold D. Robbins2022-07-261-1/+1
* | Improve error checking on output.Arnold D. Robbins2022-07-291-1/+1
|/
* Remove DJGPP support.Arnold D. Robbins2022-07-061-9/+1
* Squashed commit of the following:Arnold D. Robbins2022-07-051-43/+13
* Update copyright year in a bunch of files.Arnold D. Robbins2022-07-011-1/+1
* Have cant_happen() give more information.Arnold D. Robbins2022-02-271-3/+3
* Fix resource links found by Coverity.Arnold D. Robbins2022-02-221-2/+2
* Fix bug in exit status returned by close for a previously exited process.Andrew J. Schorr2022-02-101-2/+2
* Make a number of variables and functions be static.Arnold D. Robbins2021-12-171-1/+1
* Convert w32_maybe_set_errno to os_maybe_set_errno.Arnold D. Robbins2021-12-011-12/+6
* Flush output to redirections before closing to detect output errors.Andrew J. Schorr2021-11-301-0/+3
* Fix assigning to ARGC on command line and add test.Arnold D. Robbins2021-02-131-4/+1
* Update a bunch of copyright years.Arnold D. Robbins2021-01-091-1/+1
* Improve use of types throughout.Arnold D. Robbins2021-01-081-10/+12
* Bug fix when RS matches null string.Arnold D. Robbins2021-01-071-1/+1
* Small improvement for regexp maybe_long criteria.Arnold D. Robbins2020-10-111-1/+1
* Add lint checks for same redirection used multiple ways.Arnold D. Robbins2020-09-211-15/+77
* Make all messages consistent: no final periods.Arnold D. Robbins2020-08-241-4/+4
* Add mbuilov fixes. Still needs review.Arnold D. Robbins2020-06-101-1/+1
* Update copyright years.Arnold D. Robbins2020-03-201-1/+1
* First round of message improvements.Arnold D. Robbins2020-03-091-34/+34
* Fix assigning typed regex to FS and RS.Arnold D. Robbins2019-10-131-1/+1
* Update copyright years. Fix a typo in ChangeLog.1.Arnold D. Robbins2019-07-211-1/+1
* Add --lint=no-ext to disable "xxx is a gawk extension" warnings.Arnold D. Robbins2019-05-221-1/+1
* 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