aboutsummaryrefslogtreecommitdiff
path: root/testsuite/awk.tests
AgeCommit message (Expand)Author
2021-02-02awk: allow printf('%c') to output NUL, closes 13486Ron Yorston
2020-12-04awk: add a test that $NF is emptyDenys Vlasenko
2020-12-02awk: FS regex matches only non-empty separators (gawk compat)Denys Vlasenko
2020-06-09awk: disallow "str"++, closes bug 12981Denys Vlasenko
2020-02-02awk: fix more "length" cases, closes 12486Denys Vlasenko
2019-06-08awk: fix testsuiteDenys Vlasenko
2019-01-21awk: Fix overly permissive func arg list parsingBrian Foley
2019-01-21awk: Syntax error if delete isn't given an arg.Brian Foley
2019-01-21awk: Guard pointer chasing when parsing ternary expressions.Brian Foley
2018-04-23awk: do not allow $(-1)Denys Vlasenko
2018-01-07awk: fix 'delete array[var--]' decrementing var twiceDenys Vlasenko
2016-10-24awk: fix segfault on for loop syntax errorBrian Foley
2015-10-02awk: support "length" form of "length()". Closes 8371Denys Vlasenko
2014-06-26awk: fix handling of "if ... break ; else ..." - closes 7226Denys Vlasenko
2013-12-31fix failures found by randomconfig buildsDenys Vlasenko
2013-11-21awk: fix a bug in argc counting in recent changeDenys Vlasenko
2013-10-12awk: fix length(array)Denys Vlasenko
2013-07-31awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer
2013-07-22awk.tests: add test for recent large integer fixDenys Vlasenko
2013-03-13awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer
2012-07-11awk: fix FS assignment behavior. Closes 5108Denys Vlasenko
2012-06-22awk: make -F STR interpret escape sequences. Closes 5126Denys Vlasenko
2012-06-11testsuite: some more awk tests related to conditionsTanguy Pruvot
2011-09-11awk: fix a SEGVDenys Vlasenko
2010-10-23awk: fix segfault on closing non-opened fileDenys Vlasenko
2010-10-05awk: 00.123 is not a octal constant; neither is 009.123. fixing thisDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-05-11randomtest fixesDenys Vlasenko
2010-05-10more randomconfig testsuite fixesDenys Vlasenko
2010-05-10randomconfig testsuite fixesDenys Vlasenko
2010-03-11awk: add two tests we currently failDenys Vlasenko
2010-03-10awk: fix the case where nested "for" loops with the same variable misbehaveDenys Vlasenko
2010-02-26awk: skip whitespace between array name and subscriptAlexander Shishkin
2009-11-30awk: fix an incorrect casting to string (bug 725). -44 bytes.Denys Vlasenko
2009-11-04tests: fix POSIX shell source styleMike Frysinger
2009-04-12awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)Denis Vlasenko
2009-03-15awk: fix compat issue found by gpm buildDenis Vlasenko
2009-01-25awk: in BEGIN section $0 should be "", not "0".Denis Vlasenko
2008-09-02awk: improve nadling of negative numbers in bitwise ops;Denis Vlasenko
2008-08-29build system: echo and test features may be enabledDenis Vlasenko
2008-07-15comm: almost total rewrite; add testsuiteDenis Vlasenko
2008-07-01awk: fix a case with multiple -f options. simplify -f file reading.Denis Vlasenko
2007-07-18awk: actually do "svn add" for testsuiteDenis Vlasenko