- e63d7cd awk: fix use after free (CVE-2022-30065) by Natanael Copa · 2 years, 6 months ago
- e2952df awk: input numbers are never octal or hex (only program consts can be) by Denys Vlasenko · 2 years, 11 months ago
- 7d06d6e awk: fix printf %% by Daniel Thau · 3 years, 3 months ago
- 8e8cea2 awk: fix testsuite by Denys Vlasenko · 3 years, 4 months ago
- d3480dd awk: disallow break/continue outside of loops by Denys Vlasenko · 3 years, 5 months ago
- 8d269ef awk: fix printf "%-10c", 0 by Denys Vlasenko · 3 years, 5 months ago
- 39aabfe awk: unbreak "cmd" | getline by Denys Vlasenko · 3 years, 5 months ago
- 3d57a84 awk: undo TI_PRINT, it introduced a bug (print with any redirect acting as printf) by Denys Vlasenko · 3 years, 5 months ago
- 4d902ea awk: fix beavior of "exit" without parameter by Denys Vlasenko · 3 years, 5 months ago
- d7354df awk: evaluate all, even superfluous function args by Denys Vlasenko · 3 years, 5 months ago
- d150710 awk: allow empty fuinctions with no arguments, disallow function redefinitions by Denys Vlasenko · 3 years, 5 months ago
- 6872c19 awk: fix parsing of expressions such as "v (a)" by Denys Vlasenko · 3 years, 5 months ago
- e8fe9f9 awk: allow printf('%c') to output NUL, closes 13486 by Ron Yorston · 3 years, 10 months ago
- 758c2bd awk: add a test that $NF is empty by Denys Vlasenko · 4 years ago
- 665a659 awk: FS regex matches only non-empty separators (gawk compat) by Denys Vlasenko · 4 years ago
- 6f7a009 awk: disallow "str"++, closes bug 12981 by Denys Vlasenko · 4 years, 6 months ago
- bd8b05b awk: fix more "length" cases, closes 12486 by Denys Vlasenko · 4 years, 10 months ago
- 22cc928 awk: fix testsuite by Denys Vlasenko · 5 years ago
- 1c42c18 awk: Fix overly permissive func arg list parsing by Brian Foley · 6 years ago
- 08a514c awk: Syntax error if delete isn't given an arg. by Brian Foley · 6 years ago
- dac15a1 awk: Guard pointer chasing when parsing ternary expressions. by Brian Foley · 6 years ago
- 2454e67 awk: do not allow $(-1) by Denys Vlasenko · 7 years ago
- 6f4a785 awk: fix 'delete array[var--]' decrementing var twice by Denys Vlasenko · 7 years ago
- 61d5997 awk: fix segfault on for loop syntax error by Brian Foley · 8 years ago
- 28b00ce awk: support "length" form of "length()". Closes 8371 by Denys Vlasenko · 9 years ago
- 5f8daef awk: fix handling of "if ... break ; else ..." - closes 7226 by Denys Vlasenko · 10 years ago
- 198b02f fix failures found by randomconfig builds by Denys Vlasenko · 11 years ago
- bd0e221 awk: fix a bug in argc counting in recent change by Denys Vlasenko · 11 years ago
- 7985bc1 awk: fix length(array) by Denys Vlasenko · 11 years ago
- a060a1a awk: Fix handling of functions with empty body by Bernhard Reutner-Fischer · 11 years ago
- b855460 awk.tests: add test for recent large integer fix by Denys Vlasenko · 11 years ago
- b79a0fe awk: Fix handling of functions with empty body by Bernhard Reutner-Fischer · 12 years ago
- df8066a awk: fix FS assignment behavior. Closes 5108 by Denys Vlasenko · 12 years ago
- ea664dd awk: make -F STR interpret escape sequences. Closes 5126 by Denys Vlasenko · 12 years ago
- 0a393cf testsuite: some more awk tests related to conditions by Tanguy Pruvot · 12 years ago
- 7b46d11 awk: fix a SEGV by Denys Vlasenko · 13 years ago
- 6a0d749 awk: fix segfault on closing non-opened file by Denys Vlasenko · 14 years ago
- d527e0c awk: 00.123 is not a octal constant; neither is 009.123. fixing this by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- bfa1b2e randomtest fixes by Denys Vlasenko · 15 years ago
- 8e3aff0 more randomconfig testsuite fixes by Denys Vlasenko · 15 years ago
- e3d90a9 randomconfig testsuite fixes by Denys Vlasenko · 15 years ago
- 90f19fa awk: add two tests we currently fail by Denys Vlasenko · 15 years ago
- 3cb60c3 awk: fix the case where nested "for" loops with the same variable misbehave by Denys Vlasenko · 15 years ago
- d03cd3b awk: skip whitespace between array name and subscript by Alexander Shishkin · 15 years ago
- 1284774 awk: fix an incorrect casting to string (bug 725). -44 bytes. by Denys Vlasenko · 15 years ago
- caa7940 tests: fix POSIX shell source style by Mike Frysinger · 15 years ago
- 67b5eeb awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com) by Denis Vlasenko · 16 years ago
- 7a67664 awk: fix compat issue found by gpm build by Denis Vlasenko · 16 years ago
- 41d5ebe awk: in BEGIN section $0 should be "", not "0". by Denis Vlasenko · 16 years ago
- a2e1eea awk: improve nadling of negative numbers in bitwise ops; by Denis Vlasenko · 16 years ago
- 66496d7 build system: echo and test features may be enabled by Denis Vlasenko · 16 years ago
- bb13079 comm: almost total rewrite; add testsuite by Denis Vlasenko · 16 years ago
- 3bb2bbd awk: fix a case with multiple -f options. simplify -f file reading. by Denis Vlasenko · 16 years ago
- 960eca6 awk: actually do "svn add" for testsuite by Denis Vlasenko · 17 years ago