1. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  2. 21afc7d uuencode: common implementation for wget and uuencode (closing bug 694) by Denis Vlasenko · 18 years ago
  3. 06ab5fb tar: tar xf foo.tar dir/dir did not extract all subdirs. by Denis Vlasenko · 18 years ago
  4. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  5. 4795e4e Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smaller by Rob Landley · 18 years ago
  6. 12d9419 Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, by Rob Landley · 18 years ago
  7. 641c353 Add a test from Glenn. by Rob Landley · 18 years ago
  8. 3921893 Fix bug found by Joey Hess and forwarded by Bastian Bunk. Add Joey Hess's by Rob Landley · 18 years ago
  9. cd82c3c Don't do workarounds for broken shells. Busybox is about to grow a shell that by Rob Landley · 18 years ago
  10. 16d3e4e - add applet taskset to set/retrieve the CPU affinity of a process by Bernhard Reutner-Fischer · 18 years ago
  11. 1e34731 - add testcase for grep bug (http://busybox.net/bugs/view.php?id=887) by Bernhard Reutner-Fischer · 18 years ago
  12. 9c03cb9 check for queueing dependancy dependancies typos by Mike Frysinger · 18 years ago
  13. 3354487 queuing is spelled correctly by Mike Frysinger · 18 years ago
  14. 89a22ea make the testsuite a little less brittle: by Bernhard Reutner-Fischer · 18 years ago
  15. 9608733 make sure script is executable by Mike Frysinger · 18 years ago
  16. 42bd987 Add an "optional" line for FEATURE_READLINK_FOLLOW. by Rob Landley · 18 years ago
  17. c008c74 New test from Natanael Copa. by Rob Landley · 18 years ago
  18. 67d5b8b Minor tweaks: remove traces of old $COMMAND environment variable. by Rob Landley · 18 years ago
  19. 02fe810 detect more obsolete headers by Mike Frysinger · 18 years ago
  20. 15545b1 - print "Obsolet headers" instead of "Obsolete function usage" when checking by Bernhard Reutner-Fischer · 18 years ago
  21. d5b9428 Re-wordwrap the new tests, and fix seq.c to pass them. by Rob Landley · 18 years ago
  22. a345dc8 - add two regression tests for seq. by Bernhard Reutner-Fischer · 18 years ago
  23. 998dbee Patch from Jean Wolter: by Rob Landley · 18 years ago
  24. 18260d5 - typo: s/derefernce/dereference/g Thanks to P.J. Day. by Bernhard Reutner-Fischer · 18 years ago
  25. 074fe34 - add typo s/deamon/daemon/g by Bernhard Reutner-Fischer · 18 years ago
  26. 9b68dbd - add grep for typo s/algorithic/algorithmic/g by Bernhard Reutner-Fischer · 18 years ago
  27. d017d73 add a check for obsolete headers by Mike Frysinger · 18 years ago
  28. dbd8c3b add some tests for common typos and for obsolete functions by Mike Frysinger · 18 years ago
  29. 3b84dfc Avoid spurious error message. (Technically applet order should be "SKIPPED" by Rob Landley · 18 years ago
  30. 819b56b work outside of the srctree by Mike Frysinger · 18 years ago
  31. b0c5445 new test for source code sanity by Mike Frysinger · 18 years ago
  32. 5dd1236 move source code tests out into a sep file rather than just disabling/breaking them by Mike Frysinger · 18 years ago
  33. 8183453 remove bogus " by Mike Frysinger · 18 years ago
  34. 2cf3852 silence error if busybox.links doesnt exist and run tests that begin with "all_" by Mike Frysinger · 18 years ago
  35. 2324a7c Fix "seq 1 1". by Rob Landley · 19 years ago
  36. 6bc1063 Make the new chroot environment creation infrastructure more flexible about by Rob Landley · 19 years ago
  37. dcb2122 My mount testsuite. Not automatically run at the moment, need to figure out by Rob Landley · 19 years ago
  38. 2824ded More test updates. by Rob Landley · 19 years ago
  39. 4bb1b04 Redo test suite to be able to test more than one command at a time. Eliminate by Rob Landley · 19 years ago
  40. 3a32475 I'm about to introduce tests that need to run as root (like mount.tests), by Rob Landley · 19 years ago
  41. 93f2286 When gnu fails this one we shouldn't let it _hang_... by Rob Landley · 19 years ago
  42. e8e7811 Yet more sed tests. Passing these is a to-do item for 1.1.2 or 1.2, not a by Rob Landley · 19 years ago
  43. 5c22c11 Add a test suite for seq. by Rob Landley · 19 years ago
  44. 6b6edf9 Lots of tests the fix to sed needs to pass... by Rob Landley · 19 years ago
  45. 23ca725 test to make sure applets are in alphabetical order by Mike Frysinger · 19 years ago
  46. 5c1cd5f Putting together OPTIONFLAGS, sed needs the global flag to handle multiple by Rob Landley · 19 years ago
  47. 006fa2d When setting an environment variable by piping something into grep, backquotes by Rob Landley · 19 years ago
  48. 546a99d use LC_ALL, not LANG, for forcing C by Mike Frysinger · 19 years ago
  49. 7d501a8 ignore whitespace by Tim Riker · 19 years ago
  50. 7dd4cbf LANG=C should help by Tim Riker · 19 years ago
  51. 990025a Ok, I've converted the contents of the "testing/sed" directory into a by Rob Landley · 19 years ago
  52. c98a359 It was a bit out of date. by Rob Landley · 19 years ago
  53. 48c6157 Fix the test suite so that individual *.tests files can be run ala by Rob Landley · 19 years ago
  54. 82338d8 - add a few basic tests for pidof(8) by Bernhard Reutner-Fischer · 19 years ago
  55. e34e878 - support make check V=1 to run the checks in verbose mode by Bernhard Reutner-Fischer · 19 years ago
  56. 3f91d7a cleanup option parsing by Mike Frysinger · 19 years ago
  57. 23bc647 - remove dangling symlinks after the runs by Bernhard Reutner-Fischer · 19 years ago
  58. 1eb645d - set executable bit by Bernhard Reutner-Fischer · 19 years ago
  59. b47a74f - introduce variable _BB_CONFIG_DEP to the new test harness. by Bernhard Reutner-Fischer · 19 years ago
  60. 52d2f4b Get "make check" ($srcdir) to work with the new testsuite. by Rob Landley · 19 years ago
  61. 90252bb The testsuite/links directory wasn't being created. by Rob Landley · 19 years ago
  62. 1e51925 Test full susv3 spec for uniq (except internationalization). by Rob Landley · 19 years ago
  63. 14efdc5 Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings. by Rob Landley · 19 years ago
  64. f6acb66 Regarding 11330: when you fix a bug that the testsuite doesn't catch, add by Rob Landley · 19 years ago
  65. a1a1a9f Remove trailing crud from busybox.tests. (Sleep deprivation strikes again...) by Rob Landley · 19 years ago
  66. b766c39 General cleanup of command line parsing to allow "busybox" to work as a prefix. by Rob Landley · 19 years ago
  67. 7f90ae4 This goes along with the new testsuite code... by Rob Landley · 19 years ago
  68. 1689075 Working on a new test harness. Moved the sort tests into it. by Rob Landley · 19 years ago
  69. 93850a5 Patch from Colin Watson (mangled slightly by Rob Landley): by Rob Landley · 19 years ago
  70. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  71. c6a99b9 Add two fundamental tests for copying directories by Glenn L McGrath · 20 years ago
  72. 5c1ee51 Minor tar test update by Eric Andersen · 20 years ago
  73. 650fe63 Kill off the old 'tests' stuff. Write a ton of new tests for the by Eric Andersen · 20 years ago
  74. c354f6e Fix the test suite script so it actually works and actually flags by Eric Andersen · 20 years ago
  75. b2e267f Some test additions by Eric Andersen · 20 years ago
  76. ce91c8a Isolate code better for unused options, config option to enable long by Glenn L McGrath · 21 years ago
  77. d9c8ab4 Update status of tests which should pass by Glenn L McGrath · 21 years ago
  78. 3a2fcc6 remove controversial tests by Glenn L McGrath · 21 years ago
  79. 2570b43 Configuration option to define wether to follows GNU sed's behaviour by Glenn L McGrath · 21 years ago
  80. 204ff1c Fix a bug that creapt in recently with substitution subprinting, and add by Glenn L McGrath · 21 years ago
  81. 977451e Fix a simple mistake with pattern space, and add a test for it by Glenn L McGrath · 21 years ago
  82. 2eed0e2 Add a test for the 'P' command and fix current implementation so it by Glenn L McGrath · 21 years ago
  83. 6e5687a A test and fix for the sed 'n' command by Glenn L McGrath · 21 years ago
  84. 7b35121 Test for use of newline in regex's, this feature is used by most by Glenn L McGrath · 21 years ago
  85. 65f9dc0 Test the N command by Glenn L McGrath · 21 years ago
  86. ba5eb27 Check sed doesnt go into an infinite loop (yes it does) by Glenn L McGrath · 21 years ago
  87. 7bf8f5b Update sed branch tests by Glenn L McGrath · 21 years ago
  88. 8a0b59f Add two new tests, sed-recurses-properly should always work by Glenn L McGrath · 21 years ago
  89. 0861e82 Handle -O preceding -x. by Matt Kraai · 21 years ago
  90. 65ddf77 Patch from Tito to rework strings applet, and some testsuite by Eric Andersen · 22 years ago
  91. 9c80241 left out a \" by Glenn L McGrath · 22 years ago
  92. 73ceca2 This test was hanging by Glenn L McGrath · 22 years ago
  93. 3ad88cc * testsuite/sed/sed-recurses-properly: Mark XFAIL. by Matt Kraai · 22 years ago
  94. a078268 * archival/bunzip2.c (bunzip2_main): Do not remove files if writing to standard by Matt Kraai · 22 years ago
  95. 3e6908b Sed can go into an infinite loop by Eric Andersen · 22 years ago
  96. 5c69cd8 * editors/sed.c (process_file): Stop processing deleted lines. by Matt Kraai · 22 years ago
  97. 8a8308f * testsuite/which/which-uses-default-path: Remove extra echo. by Matt Kraai · 22 years ago
  98. 66388f8 * testsuite/grep/egrep-supports-extended-regexps: Check exit status instead by Matt Kraai · 22 years ago
  99. 50aec98 * testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags. by Matt Kraai · 22 years ago
  100. 6feaeac * testsuite/COPYING: Remove. by Matt Kraai · 22 years ago