1. cb810c4 patch: fix matching failure by Aaro Koskinen · 8 years ago
  2. 1924e99 Make grep/egrep/fgrep independently selectable by Denys Vlasenko · 8 years ago
  3. 9655f95 tar: handle pax-encoded utf8 filenames and link names. Closes 9406 by Denys Vlasenko · 8 years ago
  4. 46443a3 cpio: add ownership (-R) test cases by Aaro Koskinen · 8 years ago
  5. 61d5997 awk: fix segfault on for loop syntax error by Brian Foley · 8 years ago
  6. 76d7237 sed: fix "sed n (flushes pattern space, terminates early)" testcase failure by Denys Vlasenko · 8 years ago
  7. 71a090f sha3: fix to conform to final SHA3 padding standard, add -a BITS option by Denys Vlasenko · 8 years ago
  8. 560cf8c gzip: add test that checks that -9 compresses better than -1 by Natanael Copa · 8 years ago
  9. b0056ea {md5,shaN}sum: make -c EMPTY fail by Denys Vlasenko · 8 years ago
  10. ecf25cb randomconfig fixes 5: false positive for tar; mount emits corrupted message by Denys Vlasenko · 8 years ago
  11. 0ad872b randomconfig fixes 4 by Denys Vlasenko · 8 years ago
  12. 94046d0 randomconfig fixes 3 by Denys Vlasenko · 8 years ago
  13. bb0bf28 randomconfig fixes 2 by Denys Vlasenko · 8 years ago
  14. 015db58 randomconfig fixes by Denys Vlasenko · 8 years ago
  15. f2559e5 sed: fix append command to match GNU sed 4.2.1 by Denys Vlasenko · 9 years ago
  16. cbdff15 sed: understand \n,\r and \t in i and a commands. Closes 8871 by Denys Vlasenko · 9 years ago
  17. 2a4bba3 sed: make 's///w FILE' actually write to FILE. Closes 8251 by Denys Vlasenko · 9 years ago
  18. 6bd3fff [g]unzip: fix recent breakage. by Denys Vlasenko · 9 years ago
  19. 1de25a6 unzip: test for bad archive SEGVing by Denys Vlasenko · 9 years ago
  20. a960748 tar: add a test that we don't write into symlinks by Denys Vlasenko · 9 years ago
  21. 6c563e3 tar: add support for --strip-components=N by Denys Vlasenko · 9 years ago
  22. 0506e29 sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR" by Denys Vlasenko · 9 years ago
  23. 2e86a5c sort: fix key with delimiters breakage by Denys Vlasenko · 9 years ago
  24. 57aeb62 randconfig fixes by Denys Vlasenko · 9 years ago
  25. 2dbbf82 randconfig fixes by Denys Vlasenko · 9 years ago
  26. 69c8c69 randconfig fixes by Denys Vlasenko · 9 years ago
  27. 28b00ce awk: support "length" form of "length()". Closes 8371 by Denys Vlasenko · 9 years ago
  28. 8aa7cf3 sort: fix -kN,M handling (was including last separator into the comparison) by Denys Vlasenko · 9 years ago
  29. ad27a6d diff.tests: add testcases for -B and single line changes by Aaro Koskinen · 9 years ago
  30. 17b1622 bzcat.tests: Run both .gz and .bz2 tests, and add .Z tests by Thiago Jung Bauermann · 10 years ago
  31. 63f4d32 sed: implement ",+N" range end by Denys Vlasenko · 10 years ago
  32. 70e30e8 dc: tweak parsing by Bernhard Reutner-Fischer · 10 years ago
  33. 39f0172 diff: fix a bug in diffing against stdin. Closes 7784 by Denys Vlasenko · 10 years ago
  34. 11775ed randomconfig fixes by Denys Vlasenko · 10 years ago
  35. 9caea24 sed: fix a buglet in s///NUM handling by Denys Vlasenko · 10 years ago
  36. 34cc6c9 grep: fix "grep -r PATTRN SYMLINK_TO_DIR" by Denys Vlasenko · 10 years ago
  37. 98654b9 test: fix mishandling of "test '(' = '('" and similar by Denys Vlasenko · 10 years ago
  38. 5f8daef awk: fix handling of "if ... break ; else ..." - closes 7226 by Denys Vlasenko · 10 years ago
  39. 6be3a52 find: exit code fixes for find -exec by Denys Vlasenko · 10 years ago
  40. 83e49ad grep: fix -w match if first match isn't a word, but second is. Closes 4520 by Denys Vlasenko · 11 years ago
  41. 3ba2df8 grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too by Bartosz Golaszewski · 11 years ago
  42. bf2f222 testsuite: fix last "which" change by Michael Tokarev · 11 years ago
  43. 5c13ab4 sort: check global flags on fallback sort by Bartosz Golaszewski · 11 years ago
  44. 6eb0cbe find: fix a regression introduced with -HLP support by Denys Vlasenko · 11 years ago
  45. cd55f2d grep: fix two bugs with -w by Denys Vlasenko · 11 years ago
  46. 7625811 testsuite: remove forgotten debug hack by Denys Vlasenko · 11 years ago
  47. 198b02f fix failures found by randomconfig builds by Denys Vlasenko · 11 years ago
  48. 61be8e4 testsuite: disable tests for no longer supported bbox-specific date formats by Denys Vlasenko · 11 years ago
  49. e85e260 testsuite: fix false positives for du by Denys Vlasenko · 11 years ago
  50. bd0e221 awk: fix a bug in argc counting in recent change by Denys Vlasenko · 11 years ago
  51. 0545e3b tar: prevent empty file to be treated as valid tarball by Denys Vlasenko · 11 years ago
  52. dd1d8ab fix a copy/paste error in last tar testcase name by Denys Vlasenko · 11 years ago
  53. 1cbc642 tar: add a testcase for previous commit by Denys Vlasenko · 11 years ago
  54. afa63b2 fix bashisms in testsuite/ by Michael Tokarev · 11 years ago
  55. c44539f sed: fix "sed clusternewline" testcase by Denys Vlasenko · 11 years ago
  56. 7985bc1 awk: fix length(array) by Denys Vlasenko · 11 years ago
  57. a060a1a awk: Fix handling of functions with empty body by Bernhard Reutner-Fischer · 11 years ago
  58. b855460 awk.tests: add test for recent large integer fix by Denys Vlasenko · 11 years ago
  59. b0e9b72 sed: fix matching of newlines by $ by Denys Vlasenko · 11 years ago
  60. 5fc0585 grep: fix grep -x to not set REG_NOSUB by James Hogan · 12 years ago
  61. 414db79 grep: don't bail out on first mismatch if '-w' option is set by Bartosz Golaszewski · 12 years ago
  62. b79a0fe awk: Fix handling of functions with empty body by Bernhard Reutner-Fischer · 12 years ago
  63. 03b6147 testsuite/du/du-k-works: fix false positive by Kang Kai · 12 years ago
  64. 0cfba07 fix testsuite false positive by Denys Vlasenko · 12 years ago
  65. 4609f47 mdev: fix mode of dir1 in =dir1/dir2/file rule by Denys Vlasenko · 12 years ago
  66. 2f5b5be grep: fix grep -Fw not respecting the -w option. Closes 5792 by Denys Vlasenko · 12 years ago
  67. b8173b6 sha3sum: new applet by Lauri Kasanen · 12 years ago
  68. e565383 testsuite: make mkfs.minix test not fail spuriously on big endian by Yao Zhao · 12 years ago
  69. df8066a awk: fix FS assignment behavior. Closes 5108 by Denys Vlasenko · 12 years ago
  70. ea664dd awk: make -F STR interpret escape sequences. Closes 5126 by Denys Vlasenko · 12 years ago
  71. c9a1311 mount: fix the wrongly stored fs creation time by Denys Vlasenko · 12 years ago
  72. 0a393cf testsuite: some more awk tests related to conditions by Tanguy Pruvot · 12 years ago
  73. 37ca36a sed: yet another fix on top of zero length match code by Denys Vlasenko · 13 years ago
  74. 84406e4 sed: fix breakage added by zero length match code by Denys Vlasenko · 13 years ago
  75. 21f6fbf sed: fix zero chars match/replace by Denys Vlasenko · 13 years ago
  76. a5ee090 fix for spurious testsuite failure by Denys Vlasenko · 13 years ago
  77. e39afe1 sed: fix handling of s/// which has empty matches by Denys Vlasenko · 13 years ago
  78. bb8d7db testsuite: add a test that tar detects XZ-compressed data by Denys Vlasenko · 13 years ago
  79. bcdae63 testsuite: merge bzcat2.tests into bzcat.tests by Denys Vlasenko · 13 years ago
  80. c0e37b4 testsuite: fix the mishap in the previous commit by Denys Vlasenko · 13 years ago
  81. c531b9a bzcat: fix unpacking of more than one file, and unpacking of zero-size bz2. Closes 4393 by Denys Vlasenko · 13 years ago
  82. 328f27f libbb: split decode_base64 off read_base64 by Leonid Lisovskiy · 13 years ago
  83. 39ec6a2 patch: make -p count path components, not slashes (think /blah//thing) by Rob Landley · 13 years ago
  84. 0851d12 tail: fix -c +N. Closes 4111 by Denys Vlasenko · 13 years ago
  85. 7b46d11 awk: fix a SEGV by Denys Vlasenko · 13 years ago
  86. 7b46220 grep: be GNU compatible with -f EMPTY_FILE by Lauri Kasanen · 13 years ago
  87. c5f7847 patch: make it able to create files (again) by Rob Landley · 13 years ago
  88. 251fc70 uncompress: fix buffer underrun by corrupted input by Denys Vlasenko · 13 years ago
  89. 9176f6c patch: add a test we currently fail by Denys Vlasenko · 13 years ago
  90. a7d6bb3 sed: fix range handling for sed -i. Closes 4069 by Denys Vlasenko · 13 years ago
  91. 2969e24 testsuite: fixes after randomconfig run by Denys Vlasenko · 13 years ago
  92. 47b0336 randomconfig fixes by Denys Vlasenko · 13 years ago
  93. b47b3ce randomconfig fixes by Denys Vlasenko · 13 years ago
  94. da94760 fix false positive in parse test by Denys Vlasenko · 13 years ago
  95. 5c10fa5 od: code shrink, fix "od --traditional FILE" by Denys Vlasenko · 14 years ago
  96. 6a0abcc sed: support \r in s command by Denys Vlasenko · 14 years ago
  97. c2fda86 mount: add a test for bind+rshared by Denys Vlasenko · 14 years ago
  98. ea684c6 ls: fix handling of symlinks by option -1 by Denys Vlasenko · 14 years ago
  99. b80acf5 tar: skip leading / and handle names like abc/..////def -> def (not ///def) by Denys Vlasenko · 14 years ago
  100. 5e29e26 tar: on extract, everything up to and including last ".." is stripped by Denys Vlasenko · 14 years ago