aboutsummaryrefslogtreecommitdiff
path: root/tran.c
AgeCommit message (Expand)Author
2020-06-25Rename dprintf to DPRINTF and use C99 cpp variadic arguments. (#82)Todd C. Miller
2020-02-06Restore zoulas fixes, step 1.Arnold D. Robbins
2020-02-06Revert zoulas changes until we can keep tests passing.Arnold D. Robbins
2020-02-06misc fixes (#69)zoulasc
2020-01-06Minor fixes.Arnold D. Robbins
2020-01-05Fix merging of concatenated string constants.Arnold D. Robbins
2020-01-01Cleanups from valgrind.Arnold D. Robbins
2019-11-10Convert variables to bool and enum.Arnold D. Robbins
2019-10-24More cleanups: (#53)zoulasc
2019-07-28Grammar optimization from NetBSD: Two adjacent string constants are merged.Arnold D. Robbins
2019-07-28Remove trailing whitespace on lines in all files.Arnold D. Robbins
2019-07-26Add support for "\a" and "\v" to regex and command line args (#44)Martijn Dekker
2019-07-16MFV r300961: one-true-awk: replace 0 with NULL for pointerspfg
2019-06-14Update field-splitting behaviour to match POSIX definitionCody Peter Mello
2019-01-21Merge branch 'master' into subseponetrueawk
2018-09-23Handle numeric FS, RS, OFS, and ORS valuesCody Peter Mello
2018-09-17Fix issues with numeric SUBSEP and large SUBSEP valuesCody Peter Mello
2018-09-14Protect against overflowing during OFMT/CONVFMT conversionsCody Peter Mello
2018-08-27disallow $ in printf formatsBrian Kernighan
2018-08-22Fix multiple long-standing bugs, improve test suite.Arnold D. Robbins
2012-12-22initial commit for githubBrian Kernighan