aboutsummaryrefslogtreecommitdiff
path: root/tran.c
AgeCommit message (Expand)Author
2023-05-17fixes to --csv with embedded newlinesBrian Kernighan
2023-05-15first cut at proper csv with embedded newlinesBrian Kernighan
2022-09-12remove unnecessary variable in qstringozan yigit
2022-05-23Fix memory leak in string assignment to built-insMiguel Pineiro Jr
2021-02-15Fix compiling with g++.Arnold D. Robbins
2020-12-18Inf and NaN values fixed and printing improved. "This time for sure!"Arnold D. Robbins
2020-12-08Rework floating point conversions. (#98)Arnold Robbins
2020-10-13Make it compile with g++.Arnold D. Robbins
2020-08-07printf: The argument p shall be a pointer to void. (#93)Chris
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-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