summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-10-24awk: fix segfault on for loop syntax errorBrian Foley2-1/+4
2015-10-02awk: support "length" form of "length()". Closes 8371Denys Vlasenko2-48/+72
2014-06-26awk: fix handling of "if ... break ; else ..." - closes 7226Denys Vlasenko2-0/+18
2013-12-31fix failures found by randomconfig buildsDenys Vlasenko7-13/+34
2013-11-21awk: fix a bug in argc counting in recent changeDenys Vlasenko2-9/+21
2013-10-12awk: fix length(array)Denys Vlasenko2-1/+14
2013-07-31awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2-1/+29
2013-07-22awk.tests: add test for recent large integer fixDenys Vlasenko1-3/+8
2013-03-13awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2-1/+21
2012-07-10awk: fix FS assignment behavior. Closes 5108Denys Vlasenko2-0/+19
2012-06-22awk: make -F STR interpret escape sequences. Closes 5126Denys Vlasenko2-7/+24
2012-06-11testsuite: some more awk tests related to conditionsTanguy Pruvot1-0/+7
2011-09-10awk: fix a SEGVDenys Vlasenko2-9/+65
2010-10-23awk: fix segfault on closing non-opened fileDenys Vlasenko2-86/+102
2010-10-05awk: 00.123 is not a octal constant; neither is 009.123. fixing thisDenys Vlasenko2-8/+46
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-05-11randomtest fixesDenys Vlasenko31-58/+120
2010-05-10more randomconfig testsuite fixesDenys Vlasenko6-58/+66
2010-05-10randomconfig testsuite fixesDenys Vlasenko10-6/+43
2010-03-11awk: add two tests we currently failDenys Vlasenko1-16/+97
2010-03-10awk: fix the case where nested "for" loops with the same variable misbehaveDenys Vlasenko2-10/+58
2010-02-26awk: skip whitespace between array name and subscriptAlexander Shishkin2-1/+4
2009-11-30awk: fix an incorrect casting to string (bug 725). -44 bytes.Denys Vlasenko2-6/+25
2009-11-04tests: fix POSIX shell source styleMike Frysinger35-36/+36
2009-04-12awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)Denis Vlasenko2-1/+10
2009-03-15awk: fix compat issue found by gpm buildDenis Vlasenko2-3/+19
2009-01-25awk: in BEGIN section $0 should be "", not "0".Denis Vlasenko2-13/+16
2008-09-02awk: improve nadling of negative numbers in bitwise ops;Denis Vlasenko2-14/+34
2008-08-29build system: echo and test features may be enabledDenis Vlasenko2-2/+7
2008-07-15comm: almost total rewrite; add testsuiteDenis Vlasenko3-56/+61
2008-07-01awk: fix a case with multiple -f options. simplify -f file reading.Denis Vlasenko3-27/+92
2007-07-18awk: actually do "svn add" for testsuiteDenis Vlasenko1-0/+20