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