1. 0f022c0 cpio.tests: mention suid bits too, not only sgid by Denys Vlasenko · 15 years ago
  2. d86b4c3 data_extract_all: do not chmod symlink. Closes 2053 by Denys Vlasenko · 15 years ago
  3. aaa24e0 xargs: fix accounting of -sNUM by Denys Vlasenko · 15 years ago
  4. d5fa1a0 xargs: code shrink -15 bytes by Denys Vlasenko · 15 years ago
  5. bf5f99f sed: fix a case when one-line range matches past lines. Closes bug 1867. by Denys Vlasenko · 15 years ago
  6. e82cf33 randomtest fixes by Denys Vlasenko · 15 years ago
  7. a2215b9 sed: fix a command with multible trailing backslashes by Denys Vlasenko · 15 years ago
  8. da13824 randomtest fixes by Denys Vlasenko · 15 years ago
  9. c0211e9 randomtest fixes by Denys Vlasenko · 15 years ago
  10. bfa1b2e randomtest fixes by Denys Vlasenko · 15 years ago
  11. 8e3aff0 more randomconfig testsuite fixes by Denys Vlasenko · 15 years ago
  12. e3d90a9 randomconfig testsuite fixes by Denys Vlasenko · 15 years ago
  13. ff0e875 work on adding testsuite runs to randomconfig test builds by Denys Vlasenko · 15 years ago
  14. 0a2c793 grep: fix -Fi by Ian Wienand · 15 years ago
  15. a659b81 libbb/lineedit: add support for preserving "broken" (non-unicode) chars by Tomas Heinrich · 15 years ago
  16. 4640ccc cpio: "NNN blocks" should go to stderr by Matheus Izvekov · 15 years ago
  17. f2c16ed sed: fix nested {} case by Denys Vlasenko · 15 years ago
  18. 96a1833 sed: fix c cmd by Denys Vlasenko · 15 years ago
  19. e69ad87 tar: fix "hardlinks to symlinks chown" bug 1519. by Denys Vlasenko · 15 years ago
  20. 02365a6 tar: fix mishandling of repeated hardlink in tarball; expand tests by Denys Vlasenko · 15 years ago
  21. 208d35d testsuite fixes by Chris Metcalf · 15 years ago
  22. 03f6ee2 cpio test: fix false positive with DESKTOP off by Denys Vlasenko · 15 years ago
  23. 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
  24. 968951f unexpand: fix "a b"\n" input case by Tomas Heinrich · 15 years ago
  25. 535584c ar: add archive creation support by Alexander Shishkin · 15 years ago
  26. 29f354e testsuite: don't run grep NUL tests when we know the would fail by Denys Vlasenko · 15 years ago
  27. 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
  28. 90f19fa awk: add two tests we currently fail by Denys Vlasenko · 15 years ago
  29. 3cb60c3 awk: fix the case where nested "for" loops with the same variable misbehave by Denys Vlasenko · 15 years ago
  30. d2b0405 lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR by Tomas Heinrich · 15 years ago
  31. d03cd3b awk: skip whitespace between array name and subscript by Alexander Shishkin · 15 years ago
  32. b1edf20 unicode: exclude FDD0..FDEF range too by Denys Vlasenko · 15 years ago
  33. 40e4e88 exclude more invalid unicode chars by Denys Vlasenko · 15 years ago
  34. 344a44f typo fix by Denys Vlasenko · 15 years ago
  35. 3d5b606 ls: fix handling of broken unicode sequences by Denys Vlasenko · 15 years ago
  36. d8528b8 ls: unicode fixes by Denys Vlasenko · 15 years ago
  37. ed910c7 cal: add a unicode test by Denys Vlasenko · 15 years ago
  38. 307b24c testsuite-discovered fixes by Denys Vlasenko · 15 years ago
  39. 6f99c91 diff: fix flag -B, cleanups and a couple more tests V2 by Matheus Izvekov · 15 years ago
  40. d4a7728 diff: rewrite. much smaller and more correct by Matheus Izvekov · 15 years ago
  41. b972f94 diff: add more tests by Denys Vlasenko · 15 years ago
  42. 96a6bdc bunzip2.tests: replace $? with \$? by Denys Vlasenko · 15 years ago
  43. e208279 fix testing of busybox "applet" itself by Denys Vlasenko · 15 years ago
  44. 1e9bc26 cp: improve test coverage by Denys Vlasenko · 15 years ago
  45. a40f062 cp: fix -H handling by Denys Vlasenko · 15 years ago
  46. 1fbcb80 cpio: add a test for recent fix by Denys Vlasenko · 15 years ago
  47. af1c8e8 cpio: fix unpacking of names with leading slashes by Denys Vlasenko · 15 years ago
  48. 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
  49. d2b1ba6 [un]expand: unicode support by Tomas Heinrich · 15 years ago
  50. 8a936cf tar: add support for --overwrite. +70 bytes. by Denys Vlasenko · 15 years ago
  51. 425ad9c libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences by Denys Vlasenko · 15 years ago
  52. aa42d13 sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes by Denys Vlasenko · 15 years ago
  53. 6dc0ace grep: fix a case when -o loops forever by Denys Vlasenko · 15 years ago
  54. 1284774 awk: fix an incorrect casting to string (bug 725). -44 bytes. by Denys Vlasenko · 15 years ago
  55. bf22475 tar: add a test for latest fix by Denys Vlasenko · 15 years ago
  56. a307af1 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  57. eacbca5 all_sourcecode.tests: check commented out applet order too by Mike Frysinger · 15 years ago
  58. caa7940 tests: fix POSIX shell source style by Mike Frysinger · 15 years ago
  59. ded688c fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com) by Denys Vlasenko · 15 years ago
  60. 6f2ebae patch: add another test (currently fails) by Denys Vlasenko · 15 years ago
  61. 17c838b patch: add longopts, --dry-run, add one more test by Denys Vlasenko · 15 years ago
  62. 48f1161 cp: add support for --parents and long option synonyms of short opts by Denys Vlasenko · 15 years ago
  63. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  64. f210cff sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bug by Denys Vlasenko · 15 years ago
  65. a43df64 tail: fix "tail +N file_shorter_than_N" by Denys Vlasenko · 15 years ago
  66. eecbb54 correct mode of testsuite/rx.tests by Denys Vlasenko · 15 years ago
  67. dc9495d rx: strip padding from last block. closes bug 501. by Denys Vlasenko · 15 years ago
  68. 0944963 grep: fix -E + {range}; fix -o not printing all matches (bug 489) by Denys Vlasenko · 15 years ago
  69. e414896 silly whitespace fix by Denys Vlasenko · 15 years ago
  70. c1fc3d3 fix mount test false positive by Denys Vlasenko · 15 years ago
  71. 875f782 minor tweaks in testsuite by Denys Vlasenko · 15 years ago
  72. 6ae6426 fix mountpoint test to not prevemt mkfs_xxx from making image in any file by Denys Vlasenko · 15 years ago
  73. b71ce02 add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite by Denys Vlasenko · 15 years ago
  74. f8e6b6e fix taskset testsuite by Denys Vlasenko · 15 years ago
  75. 941990f correct date testsuite to use compatible format by Denys Vlasenko · 15 years ago
  76. 7aca89a touch: implement -d --date (our own testsuite needs that) by Denys Vlasenko · 15 years ago
  77. 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
  78. d23f64e test: fix "test !" and "test abc -a !". closes bug 465 by Denys Vlasenko · 15 years ago
  79. ae68f11 sed: deal with peculiar behavior of '2d;2,1p' in GNU sed by Denys Vlasenko · 15 years ago
  80. 5508363 ls: fix --color handling. Closes bug 435. by Denys Vlasenko · 15 years ago
  81. 90db359 mdev: set $MDEV correctly for renamed nodes by Denys Vlasenko · 15 years ago
  82. 8bca3e2 sed: fix handling of 1d;1,3p and 1d;1,REGEXp by Denys Vlasenko · 15 years ago
  83. 2f86ca1 mdev: fix the case when move rule deletes node with name == device_name by Denys Vlasenko · 15 years ago
  84. bf4aeed printf: fix exit code on conversion error by Denys Vlasenko · 15 years ago
  85. cd3dd42 seq: fix testsuite failures by Denys Vlasenko · 16 years ago
  86. 2441060 fix or document testsuite failures by Denys Vlasenko · 16 years ago
  87. 16635cc test, tcpsvd, tcpsvd: shrink by Denys Vlasenko · 16 years ago
  88. a3dcee3 fix permissions in testsuite by Denys Vlasenko · 16 years ago
  89. a43972c rename CONFIG_FEATURE_TAR_GZIP by Bernhard Reutner-Fischer · 16 years ago
  90. 398c659 cpio.tests: fix false positive by Denys Vlasenko · 16 years ago
  91. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  92. 3798db5 mdev: support $ENVVAR=regex by Denis Vlasenko · 16 years ago
  93. 3161b61 mdev: set mode, needed when device node already exists. by Denis Vlasenko · 16 years ago
  94. 67b5eeb awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com) by Denis Vlasenko · 16 years ago
  95. 7a67664 awk: fix compat issue found by gpm build by Denis Vlasenko · 16 years ago
  96. 37ad6b3 tr: update testsuite by Denis Vlasenko · 16 years ago
  97. 1bfcc8b tr: support [:xdigit:], fix handling of ranges and [x]'s. by Denis Vlasenko · 16 years ago
  98. 41d5ebe awk: in BEGIN section $0 should be "", not "0". by Denis Vlasenko · 16 years ago
  99. 319fe12 mdev: fix breakage caused by unified parser usage by Denis Vlasenko · 16 years ago
  100. e40e76f unexpand: fix incorrect expansion, add test for it by Denis Vlasenko · 16 years ago