1. d527e0c awk: 00.123 is not a octal constant; neither is 009.123. fixing this by Denys Vlasenko · 14 years ago
  2. 80d80ba Fixed a couple of failing tar tests by Dan Fandrich · 14 years ago
  3. 8d789e4 tar: add a test for extraction of read-only directory by Dan Fandrich · 14 years ago
  4. 0d7cb4c fix false positive in testsuite/tar.tests by Denys Vlasenko · 14 years ago
  5. eb2bf5b Fix some test cases by Dan Fandrich · 14 years ago
  6. 140ac91 testsuite: show the number of failures after a test run by Dan Fandrich · 14 years ago
  7. 3d8b96d grep: fix -o match with empty string (suggested by Colin Watson <cjwatson@ubuntu.com>) by Denys Vlasenko · 14 years ago
  8. e7b0a9e patch: support "patch [FILE [PATCH]]" format by Denys Vlasenko · 14 years ago
  9. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  10. 0d555fc sed: make N command behave as in GNU sed by Denys Vlasenko · 14 years ago
  11. f2860bf mdev: fix non-working device deletion, add a test for that by Denys Vlasenko · 14 years ago
  12. 3f75d7b patch: uncomment the test which we actually do pass now by Denys Vlasenko · 14 years ago
  13. a4160e1 patch: add -N and a test for it (fails for now) by Denys Vlasenko · 14 years ago
  14. 1bbc0cd patch: replace it with toybox's implementation by Rob Landley · 14 years ago
  15. 775965d Improved portability of tests by Dan Fandrich · 14 years ago
  16. b883bc9 sed.tests: make last test less confusing by Denys Vlasenko · 14 years ago
  17. 2e284a4 sed: fix sed -i: unlike without -i, it does not forget ranges by Denys Vlasenko · 14 years ago
  18. 1538c97 testsuite: typo in tr.tests by Leonid Lisovskiy · 14 years ago
  19. ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
  20. 61f5f78 diff: fix "diff dir1 dir2/". Closes bug 2203 by Matheus Izvekov · 14 years ago
  21. ee1f19b [un]expand: fix testsuite by Denys Vlasenko · 14 years ago
  22. 9297dbc randomconfig fixes by Denys Vlasenko · 14 years ago
  23. 0f022c0 cpio.tests: mention suid bits too, not only sgid by Denys Vlasenko · 14 years ago
  24. d86b4c3 data_extract_all: do not chmod symlink. Closes 2053 by Denys Vlasenko · 14 years ago
  25. aaa24e0 xargs: fix accounting of -sNUM by Denys Vlasenko · 15 years ago
  26. d5fa1a0 xargs: code shrink -15 bytes by Denys Vlasenko · 15 years ago
  27. bf5f99f sed: fix a case when one-line range matches past lines. Closes bug 1867. by Denys Vlasenko · 15 years ago
  28. e82cf33 randomtest fixes by Denys Vlasenko · 15 years ago
  29. a2215b9 sed: fix a command with multible trailing backslashes by Denys Vlasenko · 15 years ago
  30. da13824 randomtest fixes by Denys Vlasenko · 15 years ago
  31. c0211e9 randomtest fixes by Denys Vlasenko · 15 years ago
  32. bfa1b2e randomtest fixes by Denys Vlasenko · 15 years ago
  33. 8e3aff0 more randomconfig testsuite fixes by Denys Vlasenko · 15 years ago
  34. e3d90a9 randomconfig testsuite fixes by Denys Vlasenko · 15 years ago
  35. ff0e875 work on adding testsuite runs to randomconfig test builds by Denys Vlasenko · 15 years ago
  36. 0a2c793 grep: fix -Fi by Ian Wienand · 15 years ago
  37. a659b81 libbb/lineedit: add support for preserving "broken" (non-unicode) chars by Tomas Heinrich · 15 years ago
  38. 4640ccc cpio: "NNN blocks" should go to stderr by Matheus Izvekov · 15 years ago
  39. f2c16ed sed: fix nested {} case by Denys Vlasenko · 15 years ago
  40. 96a1833 sed: fix c cmd by Denys Vlasenko · 15 years ago
  41. e69ad87 tar: fix "hardlinks to symlinks chown" bug 1519. by Denys Vlasenko · 15 years ago
  42. 02365a6 tar: fix mishandling of repeated hardlink in tarball; expand tests by Denys Vlasenko · 15 years ago
  43. 208d35d testsuite fixes by Chris Metcalf · 15 years ago
  44. 03f6ee2 cpio test: fix false positive with DESKTOP off by Denys Vlasenko · 15 years ago
  45. 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
  46. 968951f unexpand: fix "a b"\n" input case by Tomas Heinrich · 15 years ago
  47. 535584c ar: add archive creation support by Alexander Shishkin · 15 years ago
  48. 29f354e testsuite: don't run grep NUL tests when we know the would fail by Denys Vlasenko · 15 years ago
  49. 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
  50. 90f19fa awk: add two tests we currently fail by Denys Vlasenko · 15 years ago
  51. 3cb60c3 awk: fix the case where nested "for" loops with the same variable misbehave by Denys Vlasenko · 15 years ago
  52. d2b0405 lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR by Tomas Heinrich · 15 years ago
  53. d03cd3b awk: skip whitespace between array name and subscript by Alexander Shishkin · 15 years ago
  54. b1edf20 unicode: exclude FDD0..FDEF range too by Denys Vlasenko · 15 years ago
  55. 40e4e88 exclude more invalid unicode chars by Denys Vlasenko · 15 years ago
  56. 344a44f typo fix by Denys Vlasenko · 15 years ago
  57. 3d5b606 ls: fix handling of broken unicode sequences by Denys Vlasenko · 15 years ago
  58. d8528b8 ls: unicode fixes by Denys Vlasenko · 15 years ago
  59. ed910c7 cal: add a unicode test by Denys Vlasenko · 15 years ago
  60. 307b24c testsuite-discovered fixes by Denys Vlasenko · 15 years ago
  61. 6f99c91 diff: fix flag -B, cleanups and a couple more tests V2 by Matheus Izvekov · 15 years ago
  62. d4a7728 diff: rewrite. much smaller and more correct by Matheus Izvekov · 15 years ago
  63. b972f94 diff: add more tests by Denys Vlasenko · 15 years ago
  64. 96a6bdc bunzip2.tests: replace $? with \$? by Denys Vlasenko · 15 years ago
  65. e208279 fix testing of busybox "applet" itself by Denys Vlasenko · 15 years ago
  66. 1e9bc26 cp: improve test coverage by Denys Vlasenko · 15 years ago
  67. a40f062 cp: fix -H handling by Denys Vlasenko · 15 years ago
  68. 1fbcb80 cpio: add a test for recent fix by Denys Vlasenko · 15 years ago
  69. af1c8e8 cpio: fix unpacking of names with leading slashes by Denys Vlasenko · 15 years ago
  70. 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
  71. d2b1ba6 [un]expand: unicode support by Tomas Heinrich · 15 years ago
  72. 8a936cf tar: add support for --overwrite. +70 bytes. by Denys Vlasenko · 15 years ago
  73. 425ad9c libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences by Denys Vlasenko · 15 years ago
  74. aa42d13 sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes by Denys Vlasenko · 15 years ago
  75. 6dc0ace grep: fix a case when -o loops forever by Denys Vlasenko · 15 years ago
  76. 1284774 awk: fix an incorrect casting to string (bug 725). -44 bytes. by Denys Vlasenko · 15 years ago
  77. bf22475 tar: add a test for latest fix by Denys Vlasenko · 15 years ago
  78. a307af1 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  79. eacbca5 all_sourcecode.tests: check commented out applet order too by Mike Frysinger · 15 years ago
  80. caa7940 tests: fix POSIX shell source style by Mike Frysinger · 15 years ago
  81. ded688c fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com) by Denys Vlasenko · 15 years ago
  82. 6f2ebae patch: add another test (currently fails) by Denys Vlasenko · 15 years ago
  83. 17c838b patch: add longopts, --dry-run, add one more test by Denys Vlasenko · 15 years ago
  84. 48f1161 cp: add support for --parents and long option synonyms of short opts by Denys Vlasenko · 15 years ago
  85. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  86. f210cff sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bug by Denys Vlasenko · 15 years ago
  87. a43df64 tail: fix "tail +N file_shorter_than_N" by Denys Vlasenko · 15 years ago
  88. eecbb54 correct mode of testsuite/rx.tests by Denys Vlasenko · 15 years ago
  89. dc9495d rx: strip padding from last block. closes bug 501. by Denys Vlasenko · 15 years ago
  90. 0944963 grep: fix -E + {range}; fix -o not printing all matches (bug 489) by Denys Vlasenko · 15 years ago
  91. e414896 silly whitespace fix by Denys Vlasenko · 15 years ago
  92. c1fc3d3 fix mount test false positive by Denys Vlasenko · 15 years ago
  93. 875f782 minor tweaks in testsuite by Denys Vlasenko · 15 years ago
  94. 6ae6426 fix mountpoint test to not prevemt mkfs_xxx from making image in any file by Denys Vlasenko · 15 years ago
  95. b71ce02 add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite by Denys Vlasenko · 15 years ago
  96. f8e6b6e fix taskset testsuite by Denys Vlasenko · 15 years ago
  97. 941990f correct date testsuite to use compatible format by Denys Vlasenko · 15 years ago
  98. 7aca89a touch: implement -d --date (our own testsuite needs that) by Denys Vlasenko · 15 years ago
  99. 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
  100. d23f64e test: fix "test !" and "test abc -a !". closes bug 465 by Denys Vlasenko · 15 years ago