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