1. 758c2bd awk: add a test that $NF is empty by Denys Vlasenko · 4 years ago
  2. 665a659 awk: FS regex matches only non-empty separators (gawk compat) by Denys Vlasenko · 4 years ago
  3. 6f7a009 awk: disallow "str"++, closes bug 12981 by Denys Vlasenko · 4 years, 6 months ago
  4. bd8b05b awk: fix more "length" cases, closes 12486 by Denys Vlasenko · 4 years, 10 months ago
  5. 22cc928 awk: fix testsuite by Denys Vlasenko · 5 years ago
  6. 1c42c18 awk: Fix overly permissive func arg list parsing by Brian Foley · 6 years ago
  7. 08a514c awk: Syntax error if delete isn't given an arg. by Brian Foley · 6 years ago
  8. dac15a1 awk: Guard pointer chasing when parsing ternary expressions. by Brian Foley · 6 years ago
  9. 2454e67 awk: do not allow $(-1) by Denys Vlasenko · 7 years ago
  10. 6f4a785 awk: fix 'delete array[var--]' decrementing var twice by Denys Vlasenko · 7 years ago
  11. 61d5997 awk: fix segfault on for loop syntax error by Brian Foley · 8 years ago
  12. 28b00ce awk: support "length" form of "length()". Closes 8371 by Denys Vlasenko · 9 years ago
  13. 5f8daef awk: fix handling of "if ... break ; else ..." - closes 7226 by Denys Vlasenko · 10 years ago
  14. 198b02f fix failures found by randomconfig builds by Denys Vlasenko · 11 years ago
  15. bd0e221 awk: fix a bug in argc counting in recent change by Denys Vlasenko · 11 years ago
  16. 7985bc1 awk: fix length(array) by Denys Vlasenko · 11 years ago
  17. a060a1a awk: Fix handling of functions with empty body by Bernhard Reutner-Fischer · 11 years ago
  18. b855460 awk.tests: add test for recent large integer fix by Denys Vlasenko · 11 years ago
  19. b79a0fe awk: Fix handling of functions with empty body by Bernhard Reutner-Fischer · 12 years ago
  20. df8066a awk: fix FS assignment behavior. Closes 5108 by Denys Vlasenko · 12 years ago
  21. ea664dd awk: make -F STR interpret escape sequences. Closes 5126 by Denys Vlasenko · 12 years ago
  22. 0a393cf testsuite: some more awk tests related to conditions by Tanguy Pruvot · 12 years ago
  23. 7b46d11 awk: fix a SEGV by Denys Vlasenko · 13 years ago
  24. 6a0d749 awk: fix segfault on closing non-opened file by Denys Vlasenko · 14 years ago
  25. d527e0c awk: 00.123 is not a octal constant; neither is 009.123. fixing this by Denys Vlasenko · 14 years ago
  26. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  27. bfa1b2e randomtest fixes by Denys Vlasenko · 15 years ago
  28. 8e3aff0 more randomconfig testsuite fixes by Denys Vlasenko · 15 years ago
  29. e3d90a9 randomconfig testsuite fixes by Denys Vlasenko · 15 years ago
  30. 90f19fa awk: add two tests we currently fail by Denys Vlasenko · 15 years ago
  31. 3cb60c3 awk: fix the case where nested "for" loops with the same variable misbehave by Denys Vlasenko · 15 years ago
  32. d03cd3b awk: skip whitespace between array name and subscript by Alexander Shishkin · 15 years ago
  33. 1284774 awk: fix an incorrect casting to string (bug 725). -44 bytes. by Denys Vlasenko · 15 years ago
  34. caa7940 tests: fix POSIX shell source style by Mike Frysinger · 15 years ago
  35. 67b5eeb awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com) by Denis Vlasenko · 16 years ago
  36. 7a67664 awk: fix compat issue found by gpm build by Denis Vlasenko · 16 years ago
  37. 41d5ebe awk: in BEGIN section $0 should be "", not "0". by Denis Vlasenko · 16 years ago
  38. a2e1eea awk: improve nadling of negative numbers in bitwise ops; by Denis Vlasenko · 16 years ago
  39. 66496d7 build system: echo and test features may be enabled by Denis Vlasenko · 16 years ago
  40. bb13079 comm: almost total rewrite; add testsuite by Denis Vlasenko · 16 years ago
  41. 3bb2bbd awk: fix a case with multiple -f options. simplify -f file reading. by Denis Vlasenko · 16 years ago
  42. 960eca6 awk: actually do "svn add" for testsuite by Denis Vlasenko · 17 years ago