aboutsummaryrefslogtreecommitdiff
path: root/testsuite/awk.tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* awk: CRLF handlingRon Yorston2023-01-301-0/+14
* awk: fix use after free (CVE-2022-30065)Natanael Copa2022-07-111-0/+6
* awk: input numbers are never octal or hex (only program consts can be)Denys Vlasenko2022-01-081-1/+11
* awk: fix printf %%Daniel Thau2021-09-051-0/+6
* awk: fix testsuiteDenys Vlasenko2021-08-161-1/+1
* awk: disallow break/continue outside of loopsDenys Vlasenko2021-07-141-7/+2
* awk: fix printf "%-10c", 0Denys Vlasenko2021-07-121-0/+8
* awk: unbreak "cmd" | getlineDenys Vlasenko2021-07-111-0/+5
* awk: undo TI_PRINT, it introduced a bug (print with any redirect acting as pr...Denys Vlasenko2021-07-111-0/+5
* awk: fix beavior of "exit" without parameterDenys Vlasenko2021-07-021-0/+5
* awk: evaluate all, even superfluous function argsDenys Vlasenko2021-06-301-1/+7
* awk: allow empty fuinctions with no arguments, disallow function redefinitionsDenys Vlasenko2021-06-301-0/+10
* awk: fix parsing of expressions such as "v (a)"Denys Vlasenko2021-06-291-0/+11
* awk: allow printf('%c') to output NUL, closes 13486Ron Yorston2021-02-021-0/+5
* awk: add a test that $NF is emptyDenys Vlasenko2020-12-041-2/+9
* awk: FS regex matches only non-empty separators (gawk compat)Denys Vlasenko2020-12-021-0/+7
* awk: disallow "str"++, closes bug 12981Denys Vlasenko2020-06-091-0/+8
* awk: fix more "length" cases, closes 12486Denys Vlasenko2020-02-021-1/+22
* awk: fix testsuiteDenys Vlasenko2019-06-081-0/+6
* awk: Fix overly permissive func arg list parsingBrian Foley2019-01-211-0/+12
* awk: Syntax error if delete isn't given an arg.Brian Foley2019-01-211-2/+5
* awk: Guard pointer chasing when parsing ternary expressions.Brian Foley2019-01-211-0/+3
* awk: do not allow $(-1)Denys Vlasenko2018-04-231-0/+6
* awk: fix 'delete array[var--]' decrementing var twiceDenys Vlasenko2018-01-071-0/+19
* awk: fix segfault on for loop syntax errorBrian Foley2016-10-241-0/+3
* awk: support "length" form of "length()". Closes 8371Denys Vlasenko2015-10-021-0/+5
* awk: fix handling of "if ... break ; else ..." - closes 7226Denys Vlasenko2014-06-261-0/+16
* fix failures found by randomconfig buildsDenys Vlasenko2013-12-311-1/+5
* awk: fix a bug in argc counting in recent changeDenys Vlasenko2013-11-211-1/+13
* awk: fix length(array)Denys Vlasenko2013-10-121-0/+5
* awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2013-07-311-0/+28
* awk.tests: add test for recent large integer fixDenys Vlasenko2013-07-221-3/+8
* awk: Fix handling of functions with empty bodyBernhard Reutner-Fischer2013-03-131-0/+19
* awk: fix FS assignment behavior. Closes 5108Denys Vlasenko2012-07-111-0/+7
* awk: make -F STR interpret escape sequences. Closes 5126Denys Vlasenko2012-06-221-0/+5
* testsuite: some more awk tests related to conditionsTanguy Pruvot2012-06-111-0/+7
* awk: fix a SEGVDenys Vlasenko2011-09-111-0/+3
* awk: fix segfault on closing non-opened fileDenys Vlasenko2010-10-231-0/+6
* awk: 00.123 is not a octal constant; neither is 009.123. fixing thisDenys Vlasenko2010-10-051-0/+6
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* randomtest fixesDenys Vlasenko2010-05-111-0/+2
* more randomconfig testsuite fixesDenys Vlasenko2010-05-101-1/+1
* randomconfig testsuite fixesDenys Vlasenko2010-05-101-2/+4
* awk: add two tests we currently failDenys Vlasenko2010-03-111-16/+97
* awk: fix the case where nested "for" loops with the same variable misbehaveDenys Vlasenko2010-03-101-0/+38
* awk: skip whitespace between array name and subscriptAlexander Shishkin2010-02-261-0/+3
* awk: fix an incorrect casting to string (bug 725). -44 bytes.Denys Vlasenko2009-11-301-0/+17
* tests: fix POSIX shell source styleMike Frysinger2009-11-041-1/+1
* awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)Denis Vlasenko2009-04-121-0/+6
* awk: fix compat issue found by gpm buildDenis Vlasenko2009-03-151-0/+5