aboutsummaryrefslogtreecommitdiff
path: root/lib.c
AgeCommit message (Expand)Author
2020-07-30Move exclusively to bison as parser generator.Arnold D. Robbins
2020-06-25Rename dprintf to DPRINTF and use C99 cpp variadic arguments. (#82)Todd C. Miller
2020-06-12Fix Issue 78 and apply PR 80.Arnold D. Robbins
2020-06-05In fldbld(), check that inputFS is set.Arnold D. Robbins
2020-02-283 more fixes (#75)zoulasc
2020-02-19More minor fixes: (#73)zoulasc
2020-02-18argument parsing cleanups, dynamic program file allocation, fpe error enhance...zoulasc
2020-01-31Use MB_LEN_MAX instead of MB_CUR_MAX to avoid VLA (#70)Michael Forney
2020-01-24Small fixes (#68)zoulasc
2019-11-10Convert variables to bool and enum.Arnold D. Robbins
2019-11-08From Ori Bernstein, ori@eigenstate.org, for FS="" in multibyte locale.Arnold D. Robbins
2019-10-25more cleanups (#55)zoulasc
2019-10-24More cleanups: (#53)zoulasc
2019-10-06Make RS as regexp work without ifdef. Add doc, bump version.Arnold D. Robbins
2019-09-10Add RS as regex code, ifdefed-out, from NetBSD.Arnold D. Robbins
2019-07-28Remove trailing whitespace on lines in all files.Arnold D. Robbins
2019-07-16Apply the following from FreeBSD / OpenBSD:M. Warner Losh
2019-07-16Apply r323963 from FreeBSD (pulling in the fix from OpenBSD)M. Warner Losh
2019-06-14Update field-splitting behaviour to match POSIX definitionCody Peter Mello
2019-05-29Fix Issue #38 - don't require non-= after = in cmd line assignment.Arnold D. Robbins
2019-01-21Merge branch 'master' into nf-self-assignonetrueawk
2019-01-21Merge branch 'master' into subseponetrueawk
2018-11-12Fix initial "fields" buffer sizeCody Peter Mello
2018-09-25Print an error message for negative NF valuesCody Peter Mello
2018-09-23Handle numeric FS, RS, OFS, and ORS valuesCody Peter Mello
2018-08-22Fix multiple long-standing bugs, improve test suite.Arnold D. Robbins
2018-08-15set baseline so Arnold can send pull requestBrian Kernighan
2012-12-22initial commit for githubBrian Kernighan