1. 6dc0ace grep: fix a case when -o loops forever by Denys Vlasenko · 15 years ago
  2. 1284774 awk: fix an incorrect casting to string (bug 725). -44 bytes. by Denys Vlasenko · 15 years ago
  3. bf22475 tar: add a test for latest fix by Denys Vlasenko · 15 years ago
  4. a307af1 use utimes() rather than obsolescent utime() by Bernhard Reutner-Fischer · 15 years ago
  5. eacbca5 all_sourcecode.tests: check commented out applet order too by Mike Frysinger · 15 years ago
  6. caa7940 tests: fix POSIX shell source style by Mike Frysinger · 15 years ago
  7. ded688c fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com) by Denys Vlasenko · 15 years ago
  8. 6f2ebae patch: add another test (currently fails) by Denys Vlasenko · 15 years ago
  9. 17c838b patch: add longopts, --dry-run, add one more test by Denys Vlasenko · 15 years ago
  10. 48f1161 cp: add support for --parents and long option synonyms of short opts by Denys Vlasenko · 15 years ago
  11. 5370bfb documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  12. f210cff sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bug by Denys Vlasenko · 15 years ago
  13. a43df64 tail: fix "tail +N file_shorter_than_N" by Denys Vlasenko · 15 years ago
  14. eecbb54 correct mode of testsuite/rx.tests by Denys Vlasenko · 15 years ago
  15. dc9495d rx: strip padding from last block. closes bug 501. by Denys Vlasenko · 15 years ago
  16. 0944963 grep: fix -E + {range}; fix -o not printing all matches (bug 489) by Denys Vlasenko · 15 years ago
  17. e414896 silly whitespace fix by Denys Vlasenko · 15 years ago
  18. c1fc3d3 fix mount test false positive by Denys Vlasenko · 15 years ago
  19. 875f782 minor tweaks in testsuite by Denys Vlasenko · 15 years ago
  20. 6ae6426 fix mountpoint test to not prevemt mkfs_xxx from making image in any file by Denys Vlasenko · 15 years ago
  21. b71ce02 add SKIP_KNOWN_BUGS and SKIP_INTERNET_TESTS to testsuite by Denys Vlasenko · 15 years ago
  22. f8e6b6e fix taskset testsuite by Denys Vlasenko · 15 years ago
  23. 941990f correct date testsuite to use compatible format by Denys Vlasenko · 15 years ago
  24. 7aca89a touch: implement -d --date (our own testsuite needs that) by Denys Vlasenko · 15 years ago
  25. 73b71f3 date: factor out date parsing (in preparation for touch -d) by Denys Vlasenko · 15 years ago
  26. d23f64e test: fix "test !" and "test abc -a !". closes bug 465 by Denys Vlasenko · 15 years ago
  27. ae68f11 sed: deal with peculiar behavior of '2d;2,1p' in GNU sed by Denys Vlasenko · 15 years ago
  28. 5508363 ls: fix --color handling. Closes bug 435. by Denys Vlasenko · 15 years ago
  29. 90db359 mdev: set $MDEV correctly for renamed nodes by Denys Vlasenko · 15 years ago
  30. 8bca3e2 sed: fix handling of 1d;1,3p and 1d;1,REGEXp by Denys Vlasenko · 15 years ago
  31. 2f86ca1 mdev: fix the case when move rule deletes node with name == device_name by Denys Vlasenko · 15 years ago
  32. bf4aeed printf: fix exit code on conversion error by Denys Vlasenko · 15 years ago
  33. cd3dd42 seq: fix testsuite failures by Denys Vlasenko · 16 years ago
  34. 2441060 fix or document testsuite failures by Denys Vlasenko · 16 years ago
  35. 16635cc test, tcpsvd, tcpsvd: shrink by Denys Vlasenko · 16 years ago
  36. a3dcee3 fix permissions in testsuite by Denys Vlasenko · 16 years ago
  37. a43972c rename CONFIG_FEATURE_TAR_GZIP by Bernhard Reutner-Fischer · 16 years ago
  38. 398c659 cpio.tests: fix false positive by Denys Vlasenko · 16 years ago
  39. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  40. 3798db5 mdev: support $ENVVAR=regex by Denis Vlasenko · 16 years ago
  41. 3161b61 mdev: set mode, needed when device node already exists. by Denis Vlasenko · 16 years ago
  42. 67b5eeb awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com) by Denis Vlasenko · 16 years ago
  43. 7a67664 awk: fix compat issue found by gpm build by Denis Vlasenko · 16 years ago
  44. 37ad6b3 tr: update testsuite by Denis Vlasenko · 16 years ago
  45. 1bfcc8b tr: support [:xdigit:], fix handling of ranges and [x]'s. by Denis Vlasenko · 16 years ago
  46. 41d5ebe awk: in BEGIN section $0 should be "", not "0". by Denis Vlasenko · 16 years ago
  47. 319fe12 mdev: fix breakage caused by unified parser usage by Denis Vlasenko · 16 years ago
  48. e40e76f unexpand: fix incorrect expansion, add test for it by Denis Vlasenko · 16 years ago
  49. 3139ea7 expand: fix incorrect expansion exactly on tab boundary; shrink the code by Denis Vlasenko · 16 years ago
  50. 2598f76 - add seq -w support (Natanael Copa) by Bernhard Reutner-Fischer · 16 years ago
  51. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  52. ea7c9b3 whitespace fixes by Denis Vlasenko · 16 years ago
  53. 8d89bed watchdog: add -T option by Denis Vlasenko · 16 years ago
  54. a2e1eea awk: improve nadling of negative numbers in bitwise ops; by Denis Vlasenko · 16 years ago
  55. 66496d7 build system: echo and test features may be enabled by Denis Vlasenko · 16 years ago
  56. 3fd15e1 grep: option to use GNU regex matching instead of POSIX one. by Denis Vlasenko · 16 years ago
  57. 82ad032 xargs: fix -e default to match newer GNU xargs, add SUS mandated -E. by Denis Vlasenko · 16 years ago
  58. 5db861a fix some testsuite false positives by Denis Vlasenko · 16 years ago
  59. cc08ad2 xargs: fix xargs -e; added test for that by Denis Vlasenko · 16 years ago
  60. e1fa817 makedevs: shrink (by Vladimir); testsuite by Denis Vlasenko · 16 years ago
  61. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  62. df96df9 mdev: do not complain if mdev.conf does not exist; by Denis Vlasenko · 16 years ago
  63. 9b366f4 libbb/parse_config.c: fix small buglet (by Vladimir) by Denis Vlasenko · 16 years ago
  64. adc772a tar: fix handling of tarballs with symlinks with size field != 0 by Denis Vlasenko · 16 years ago
  65. 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
  66. bd28f6b test: fix parser to prefer binop over unop, as coreutils does. by Denis Vlasenko · 16 years ago
  67. 5f11662 printf: do not print garbage on "%Ld". closes bug 4214. by Denis Vlasenko · 16 years ago
  68. a48656b printf: fix %b, fix several bugs in %*.*, fix compat issues with by Denis Vlasenko · 16 years ago
  69. 0f683f8 printf: protect against bogus format specifiers. Hopefully closes bug 4184 by Denis Vlasenko · 16 years ago
  70. bb13079 comm: almost total rewrite; add testsuite by Denis Vlasenko · 16 years ago
  71. 29ec0b9 cpio: testsuite for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466771 by Denis Vlasenko · 16 years ago
  72. abe49fa testsuite: uniformly use $ECHO with -n -e by Denis Vlasenko · 16 years ago
  73. 5d62462 mount: testsuite for "-o mand" by Denis Vlasenko · 16 years ago
  74. 7987a18 ssd: do not stat -x EXECUTABLE, it is not needed anymore by Denis Vlasenko · 16 years ago
  75. 3bb2bbd awk: fix a case with multiple -f options. simplify -f file reading. by Denis Vlasenko · 16 years ago
  76. 5fb7953 bunzip2: fix an uncompression error. Add the example to testsuite. by Denis Vlasenko · 16 years ago
  77. a05c071 grep: make "-f -" work (+ testsuite) diff: small code shrink by Denis Vlasenko · 17 years ago
  78. 50120da added testsuite for printf by Cristian Ionescu-Idbohrn by Denis Vlasenko · 17 years ago
  79. 81e97a1 testsuite instrumentation fixes by Christian by Denis Vlasenko · 17 years ago
  80. 380bcfc cpio.tests: remove useless command by Denis Vlasenko · 17 years ago
  81. 96b99b8 uniq: support -w. closes bug 3094. by Denis Vlasenko · 17 years ago
  82. 687a26f more fixes to testsuite by Cristian and vda by Denis Vlasenko · 17 years ago
  83. 4e79049 clarify grep version by Denis Vlasenko · 17 years ago
  84. 32dcc53 mdev: fix a bug where we were eating argv[0] of helper by Denis Vlasenko · 17 years ago
  85. 6da9b00 fix grep test false positive by Denis Vlasenko · 17 years ago
  86. 2dea01c testing.sh: bashisms are eradicated. by Denis Vlasenko · 17 years ago
  87. 57be4ab runtest: the saga continues :( by Denis Vlasenko · 17 years ago
  88. dcbd350 echo: fix echo -e -n "msg\n\0" (by "Pinedo, David" <david.pinedo AT hp.com>) by Denis Vlasenko · 17 years ago
  89. 3c07e4b runtest: more cleanups by Denis Vlasenko · 17 years ago
  90. a0c103a tar: add testsuite entries by Denis Vlasenko · 17 years ago
  91. e4ed640 date: better version of previous commit; + fix testsuite to have it checked by Denis Vlasenko · 17 years ago
  92. c0431ed cp: fix "cp -RL" to create regular files even if src is a symlink by Denis Vlasenko · 17 years ago
  93. 4809a9f date: fix date-works test, add date-works-1 one (currently fails) by Denis Vlasenko · 17 years ago
  94. 7dff433 runtest: fix fallout from mucking with runtest :( [vda's fault] by Denis Vlasenko · 17 years ago
  95. 5d0f4aa runtest: even more fixes from Cristian by Denis Vlasenko · 17 years ago
  96. 92a6f87 runtest: further fixes from Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn AT axis.com> by Denis Vlasenko · 17 years ago
  97. 64d5bfd runtest: use numeric compare instead of string where appropriate by Denis Vlasenko · 17 years ago
  98. 95842fb testsuite/runtest: remove (last) bashism mkswap: fix selinux build by Denis Vlasenko · 17 years ago
  99. 4d89a8b date: make it accept ISO date format. Fix help text. by Denis Vlasenko · 17 years ago
  100. ad6cab1 partially fix date testsuite by Denis Vlasenko · 17 years ago