aboutsummaryrefslogtreecommitdiff
path: root/testdir
AgeCommit message (Expand)Author
2023-12-28fix for matchop dereferencing a pointer x->sval after freeing x.ozan yigit
2023-11-27comment out print stmt for prog.sozan yigit
2023-11-27Wilbert van der Poel's fixes to inconsistent handling of -F and --csv.ozan yigit
2023-11-23cleanup of the new test for issue #169ozan yigit
2023-11-23Integrate fix from Issue #169.Arnold D. Robbins
2023-11-15arnold's test fixesozan yigit
2023-11-15replace gcc with ccozan yigit
2023-11-11Fix two incorrect test cases.Arnold D. Robbins
2023-09-11Merge branch 'csv' into stagingozan yigit
2023-08-10minor awk.1 updateBrian Kernighan
2023-05-17fixes to --csv with embedded newlinesBrian Kernighan
2023-03-15fixed split with CSV (i think)Brian Kernighan
2023-02-06Fix regular expression clobbering in the lexerMiguel Pineiro Jr
2022-10-17update T.utfBrian Kernighan
2022-10-02"fixed" %c conversion for utf8 inputsBrian Kernighan
2022-10-02added test cases %-w.ps examplesBrian Kernighan
2022-09-05fixed split so if 3rd argument is a comma,Brian Kernighan
2022-08-27fixed (i think) the csv code in lib.c, added tests to T.csv,Brian Kernighan
2022-05-31Changes from BWK for Unicode support. More to do though.Arnold D. Robbins
2022-03-14Fix assignment operand handling to preserve ARGVMiguel Pineiro Jr
2021-11-25Revert "resolve parsing of a slash character within a cclass "/[/]/" without ...ozan yigit
2021-11-23resolve parsing of a slash character within a cclass "/[/]/" without escapeozan yigit
2021-07-24Merge branch 'fix-readrec' of https://github.com/mpinjr/awk into stagingozan yigit
2021-04-23Fix readrec's definition of a recordMiguel Pineiro Jr
2021-04-16Fix regular expression RS ^-anchoringMiguel Pineiro Jr
2021-01-10Change T.errmsg print to file fail test.ozan s. yigit
2020-07-29Fix the T.errmsg test (#91)Tim van der Molen
2020-02-283 more fixes (#75)zoulasc
2020-02-18argument parsing cleanups, dynamic program file allocation, fpe error enhance...zoulasc
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-31Fix a{0}, update tests.Arnold D. Robbins
2020-01-17Make I/O errors fatal instead of mere warnings (#63)Martijn Dekker
2020-01-10rename T.concat to T.csconcat to avoid case-insensitive conflict (#64)Martijn Dekker
2020-01-05Fix merging of concatenated string constants.Arnold D. Robbins
2019-12-27Bug fix in interval expressions.Arnold D. Robbins
2019-12-11Fix printf format conversions. (#59)zoulasc
2019-11-08Small fixes in the test suite.Arnold D. Robbins
2019-07-16Revise testdir/T.split per PR #42.Arnold D. Robbins
2019-07-16Update T.split to match code changes.Arnold D. Robbins
2019-06-23Extract testdir.Arnold D. Robbins