index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
awk.tests
Age
Commit message (
Expand
)
Author
2022-01-08
awk: input numbers are never octal or hex (only program consts can be)
Denys Vlasenko
2021-09-05
awk: fix printf %%
Daniel Thau
2021-08-16
awk: fix testsuite
Denys Vlasenko
2021-07-14
awk: disallow break/continue outside of loops
Denys Vlasenko
2021-07-12
awk: fix printf "%-10c", 0
Denys Vlasenko
2021-07-11
awk: unbreak "cmd" | getline
Denys Vlasenko
2021-07-11
awk: undo TI_PRINT, it introduced a bug (print with any redirect acting as pr...
Denys Vlasenko
2021-07-02
awk: fix beavior of "exit" without parameter
Denys Vlasenko
2021-06-30
awk: evaluate all, even superfluous function args
Denys Vlasenko
2021-06-30
awk: allow empty fuinctions with no arguments, disallow function redefinitions
Denys Vlasenko
2021-06-29
awk: fix parsing of expressions such as "v (a)"
Denys Vlasenko
2021-02-02
awk: allow printf('%c') to output NUL, closes 13486
Ron Yorston
2020-12-04
awk: add a test that $NF is empty
Denys Vlasenko
2020-12-02
awk: FS regex matches only non-empty separators (gawk compat)
Denys Vlasenko
2020-06-09
awk: disallow "str"++, closes bug 12981
Denys Vlasenko
2020-02-02
awk: fix more "length" cases, closes 12486
Denys Vlasenko
2019-06-08
awk: fix testsuite
Denys Vlasenko
2019-01-21
awk: Fix overly permissive func arg list parsing
Brian Foley
2019-01-21
awk: Syntax error if delete isn't given an arg.
Brian Foley
2019-01-21
awk: Guard pointer chasing when parsing ternary expressions.
Brian Foley
2018-04-23
awk: do not allow $(-1)
Denys Vlasenko
2018-01-07
awk: fix 'delete array[var--]' decrementing var twice
Denys Vlasenko
2016-10-24
awk: fix segfault on for loop syntax error
Brian Foley
2015-10-02
awk: support "length" form of "length()". Closes 8371
Denys Vlasenko
2014-06-26
awk: fix handling of "if ... break ; else ..." - closes 7226
Denys Vlasenko
2013-12-31
fix failures found by randomconfig builds
Denys Vlasenko
2013-11-21
awk: fix a bug in argc counting in recent change
Denys Vlasenko
2013-10-12
awk: fix length(array)
Denys Vlasenko
2013-07-31
awk: Fix handling of functions with empty body
Bernhard Reutner-Fischer
2013-07-22
awk.tests: add test for recent large integer fix
Denys Vlasenko
2013-03-13
awk: Fix handling of functions with empty body
Bernhard Reutner-Fischer
2012-07-11
awk: fix FS assignment behavior. Closes 5108
Denys Vlasenko
2012-06-22
awk: make -F STR interpret escape sequences. Closes 5126
Denys Vlasenko
2012-06-11
testsuite: some more awk tests related to conditions
Tanguy Pruvot
2011-09-11
awk: fix a SEGV
Denys Vlasenko
2010-10-23
awk: fix segfault on closing non-opened file
Denys Vlasenko
2010-10-05
awk: 00.123 is not a octal constant; neither is 009.123. fixing this
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-05-11
randomtest fixes
Denys Vlasenko
2010-05-10
more randomconfig testsuite fixes
Denys Vlasenko
2010-05-10
randomconfig testsuite fixes
Denys Vlasenko
2010-03-11
awk: add two tests we currently fail
Denys Vlasenko
2010-03-10
awk: fix the case where nested "for" loops with the same variable misbehave
Denys Vlasenko
2010-02-26
awk: skip whitespace between array name and subscript
Alexander Shishkin
2009-11-30
awk: fix an incorrect casting to string (bug 725). -44 bytes.
Denys Vlasenko
2009-11-04
tests: fix POSIX shell source style
Mike Frysinger
2009-04-12
awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com)
Denis Vlasenko
2009-03-15
awk: fix compat issue found by gpm build
Denis Vlasenko
2009-01-25
awk: in BEGIN section $0 should be "", not "0".
Denis Vlasenko
2008-09-02
awk: improve nadling of negative numbers in bitwise ops;
Denis Vlasenko
[next]