index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
cron_changes
dscho-kill-gently
embed
fix_backslash
join2
long_paths
manifest
master
merge
merge_1_19
merge_1_20
mount_point
noconsole
noconsole2
old
path_search
propagate_sigint
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
waitfor
wget-post-file
wip
zstd
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
awk.tests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'busybox' into merge
Ron Yorston
2026-07-08
1
-2
/
+64
|
\
|
*
awk: fix printf "%o\n", -1
Denys Vlasenko
2026-07-06
1
-0
/
+2
|
*
awk: fix printing of very large numbers with printf("%d")
Denys Vlasenko
2026-07-02
1
-1
/
+23
|
*
awk: add '*' as a valid specifier for width and precision in printf
Denys Vlasenko
2026-07-01
1
-0
/
+37
|
*
testing stripts: allow to skip "awk gsub erroneous word start match" test
Denys Vlasenko
2026-05-14
1
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-07-10
1
-11
/
+20
|
\
|
|
*
awk: restore assignment precedence to be lower than ternary ?:
Denys Vlasenko
2024-07-09
1
-11
/
+20
*
|
Merge branch 'busybox' into merge
Ron Yorston
2024-01-05
1
-0
/
+7
|
\
|
|
*
awk: fix handling of empty fields
Denys Vlasenko
2023-12-31
1
-0
/
+7
*
|
Merge branch 'busybox' into merge
Ron Yorston
2023-06-16
1
-0
/
+116
|
\
|
|
*
awk: fix subst code to handle "start of word" pattern correctly (needs REG_ST...
Denys Vlasenko
2023-06-08
1
-13
/
+15
|
*
awk: fix backslash handling in sub() builtins
Denys Vlasenko
2023-06-03
1
-0
/
+47
|
*
awk: fix precedence of = relative to ==
Denys Vlasenko
2023-05-30
1
-0
/
+5
|
*
awk: fix splitting with default FS
Denys Vlasenko
2023-05-27
1
-0
/
+7
|
*
awk: fix use-after-realloc (CVE-2021-42380), closes 15601
Denys Vlasenko
2023-05-26
1
-0
/
+55
*
|
awk: CRLF handling
Ron Yorston
2023-01-30
1
-0
/
+14
|
/
*
awk: fix use after free (CVE-2022-30065)
Natanael Copa
2022-07-11
1
-0
/
+6
*
awk: input numbers are never octal or hex (only program consts can be)
Denys Vlasenko
2022-01-08
1
-1
/
+11
*
awk: fix printf %%
Daniel Thau
2021-09-05
1
-0
/
+6
*
awk: fix testsuite
Denys Vlasenko
2021-08-16
1
-1
/
+1
*
awk: disallow break/continue outside of loops
Denys Vlasenko
2021-07-14
1
-7
/
+2
*
awk: fix printf "%-10c", 0
Denys Vlasenko
2021-07-12
1
-0
/
+8
*
awk: unbreak "cmd" | getline
Denys Vlasenko
2021-07-11
1
-0
/
+5
*
awk: undo TI_PRINT, it introduced a bug (print with any redirect acting as pr...
Denys Vlasenko
2021-07-11
1
-0
/
+5
*
awk: fix beavior of "exit" without parameter
Denys Vlasenko
2021-07-02
1
-0
/
+5
*
awk: evaluate all, even superfluous function args
Denys Vlasenko
2021-06-30
1
-1
/
+7
*
awk: allow empty fuinctions with no arguments, disallow function redefinitions
Denys Vlasenko
2021-06-30
1
-0
/
+10
*
awk: fix parsing of expressions such as "v (a)"
Denys Vlasenko
2021-06-29
1
-0
/
+11
*
awk: allow printf('%c') to output NUL, closes 13486
Ron Yorston
2021-02-02
1
-0
/
+5
*
awk: add a test that $NF is empty
Denys Vlasenko
2020-12-04
1
-2
/
+9
*
awk: FS regex matches only non-empty separators (gawk compat)
Denys Vlasenko
2020-12-02
1
-0
/
+7
*
awk: disallow "str"++, closes bug 12981
Denys Vlasenko
2020-06-09
1
-0
/
+8
*
awk: fix more "length" cases, closes 12486
Denys Vlasenko
2020-02-02
1
-1
/
+22
*
awk: fix testsuite
Denys Vlasenko
2019-06-08
1
-0
/
+6
*
awk: Fix overly permissive func arg list parsing
Brian Foley
2019-01-21
1
-0
/
+12
*
awk: Syntax error if delete isn't given an arg.
Brian Foley
2019-01-21
1
-2
/
+5
*
awk: Guard pointer chasing when parsing ternary expressions.
Brian Foley
2019-01-21
1
-0
/
+3
*
awk: do not allow $(-1)
Denys Vlasenko
2018-04-23
1
-0
/
+6
*
awk: fix 'delete array[var--]' decrementing var twice
Denys Vlasenko
2018-01-07
1
-0
/
+19
*
awk: fix segfault on for loop syntax error
Brian Foley
2016-10-24
1
-0
/
+3
*
awk: support "length" form of "length()". Closes 8371
Denys Vlasenko
2015-10-02
1
-0
/
+5
*
awk: fix handling of "if ... break ; else ..." - closes 7226
Denys Vlasenko
2014-06-26
1
-0
/
+16
*
fix failures found by randomconfig builds
Denys Vlasenko
2013-12-31
1
-1
/
+5
*
awk: fix a bug in argc counting in recent change
Denys Vlasenko
2013-11-21
1
-1
/
+13
*
awk: fix length(array)
Denys Vlasenko
2013-10-12
1
-0
/
+5
*
awk: Fix handling of functions with empty body
Bernhard Reutner-Fischer
2013-07-31
1
-0
/
+28
*
awk.tests: add test for recent large integer fix
Denys Vlasenko
2013-07-22
1
-3
/
+8
*
awk: Fix handling of functions with empty body
Bernhard Reutner-Fischer
2013-03-13
1
-0
/
+19
*
awk: fix FS assignment behavior. Closes 5108
Denys Vlasenko
2012-07-11
1
-0
/
+7
*
awk: make -F STR interpret escape sequences. Closes 5126
Denys Vlasenko
2012-06-22
1
-0
/
+5
[next]