1. 49fcd9a Most of an susv3 compliant sort implementation (loosely based on the one I wrote back in 2005). by Rob Landley · 16 years ago
  2. 4ac6656 Assemble '*' repeated argument list in order. Also implement '@' counter. by Rob Landley · 16 years ago
  3. fe0f3d5 Announce 0.0.6 release. (A bit early, so the next FWL release can use it.) by Rob Landley · 16 years ago
  4. 76ab475 Add seq, and tests for it. by Rob Landley · 16 years ago
  5. 59f490c Fix which (the meaning of -a was reversed, and it was finding the _last_ hit). by Rob Landley · 16 years ago
  6. 1a221d9 Fix command line option parsing so "echo -xen" actually prints "-xen". Add by Rob Landley · 16 years ago
  7. da57094 Sort was including the trailing comma and getting the order wrong. by Rob Landley · 16 years ago
  8. 988abb3 Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel. by Rob Landley · 16 years ago
  9. e156d44 More tweaks to rmdir.test and the testing infrastructure. by Rob Landley · 16 years ago
  10. 121a9d4 Add rmdir and test for it. by Rob Landley · 16 years ago
  11. 8e99874 Fluffier error message. by Rob Landley · 16 years ago
  12. 87df5f6 Try to convince make to be less stupid about rebuilding. by Rob Landley · 16 years ago
  13. c564834 Teach run-all-tests mode to only test enabled commands. by Rob Landley · 16 years ago
  14. 0a2d88a Remove extraneous output. by Rob Landley · 16 years ago
  15. ac9c592 Very simple cat tests, with more test ideas commented out. by Rob Landley · 16 years ago
  16. 3fc4e0f Teach get_rawline() to continue until a configurable char, and xstrndup() by Rob Landley · 16 years ago
  17. f639c65 We don't open a destination filehandle for symlinks, so xclose() would barf. by Rob Landley · 16 years ago
  18. dd4d83e Add -v to cp. by Rob Landley · 16 years ago
  19. aef99f4 Thinko in cat. by Rob Landley · 16 years ago
  20. d5928d5 Teach patch that a file dated 1969-12-31 means doesn't exist, and to fail by Rob Landley · 16 years ago
  21. 52b499c Spent the five minutes to implement "cat". by Rob Landley · 16 years ago
  22. 0a91d9d Added tag 0.0.5 for changeset 09ecbdf58c87 by Rob Landley · 16 years ago
  23. a95475b New release coming. by Rob Landley · 16 years ago
  24. 09c13c9 Wow is make stupid. (Ahem, full of "magic, implicit rules". Which are stupid.) by Rob Landley · 16 years ago
  25. 9d243a2 Update help, move test.sh to scripts, and fix "make test" to call right script. by Rob Landley · 16 years ago
  26. bf081b9 Add uninstall and uninstall_flat. by Rob Landley · 16 years ago
  27. 05fbd1e Add install target, and make install_flat use scripts/install.sh by Rob Landley · 16 years ago
  28. 50c8c02 Another cp -r fix, another test case... by Rob Landley · 16 years ago
  29. 5ba6663 Update cp -r to work better, add relevant tests to test suite. by Rob Landley · 16 years ago
  30. 603a93d If we don't remember to closedir(), the leaked filehandles add up. by Rob Landley · 16 years ago
  31. 4416cae Fix -r logic, it needs both source and dest paths explicitly stated. by Rob Landley · 16 years ago
  32. aba353e Enabling debugging should not change behavior. Oops. by Rob Landley · 16 years ago
  33. de69527 Make cp pass the rest of its test suite. Needs a bigger test suite (-lsHPLi by Rob Landley · 16 years ago
  34. b15365a Add an install script, with --long --symlink --force and --uninstall options. by Rob Landley · 16 years ago
  35. 7a585c6 Don't delete testdir after running test.sh. Add it to make clean instead. by Rob Landley · 16 years ago
  36. 775257b Remove some commented out code. by Rob Landley · 16 years ago
  37. 7f184fa Make cp pass most of its test suite. Still need to add symlink support. by Rob Landley · 16 years ago
  38. 6e6871c Add first pass at cp, totally untested, unlikely to work yet. :) by Rob Landley · 16 years ago
  39. 61190a3 Add enable/disable/exclude logic, update docs. by Rob Landley · 16 years ago
  40. 58c8508 Yet more build dependency tweaks... by Rob Landley · 16 years ago
  41. dd28202 Start of tests for cp. by Rob Landley · 16 years ago
  42. 7bc7971 Dirtree needs to use lstat(), not stat. And failure should probably be a by Rob Landley · 16 years ago
  43. 0f8c4c5 Add TOYFLAG_UMASK. by Rob Landley · 16 years ago
  44. 6882ee8 Partial update. Needs more work. by Rob Landley · 16 years ago
  45. 26bf9e6 Add toys.optc, an argv-style count for toys.optargs. by Rob Landley · 16 years ago
  46. 0a521a2 Fix up (admittedly stubby) mdev so it's actually hooked up to the build. by Rob Landley · 16 years ago
  47. 8dd5134 Script from Roberto Foglietta to do config2help in bash instead of python. by Rob Landley · 16 years ago
  48. f641854 Add spaces after some commas (from Charlie Shepherd). by Rob Landley · 16 years ago
  49. 94dd3e7 Remove extra newlines on error_paths by Charlie Shepherd · 17 years ago
  50. 54524c9 Fix filename in header by Charlie Shepherd · 17 years ago
  51. e21e64b Update .hgignore to cover new generated/ directory by Charlie Shepherd · 17 years ago
  52. 32fe27f Fix copyright name by Charlie Shepherd · 17 years ago
  53. 76a2e46 Die on compilation or stripping failure by Charlie Shepherd · 17 years ago
  54. 651e253 Have chvt print an error message (and exit with error) when it fails. by Rob Landley · 16 years ago
  55. 12138e4 Teach perror_exit() to take a NULL argument when we just want "command: error". by Rob Landley · 16 years ago
  56. 5c4a217 Comment and whitespace cleanups by Charlie Shepherd (code's the same). by Rob Landley · 16 years ago
  57. 5c010f7 Might as well make the dependencies slightly more paranoid. by Rob Landley · 17 years ago
  58. 81d937d Sort newtoys.h by command name, not by USE_ macro. by Rob Landley · 17 years ago
  59. 841223d Fix crash when running unknown command via symlink. by Rob Landley · 17 years ago
  60. 41cb696 Hit makefile dependencies so install step doesn't rebuild toybox. by Rob Landley · 17 years ago
  61. 7c04f01 Fluff out hello.c to supply more example code as a skeleton for new commands, by Rob Landley · 17 years ago
  62. 6ef04ef Move dlist_add() to lib/llist.c by Rob Landley · 17 years ago
  63. b1aaba1 Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() by Rob Landley · 17 years ago
  64. eb9b8da Minor cleanup: move mke2fs options into mke2fs.c. by Rob Landley · 17 years ago
  65. 2d471ce More documentation for generated/* files. by Rob Landley · 17 years ago
  66. 55928b1 Move NEWTOY() list from end of toylist.h to generated/newtoys.h. by Rob Landley · 17 years ago
  67. 2896480 Zap toys/Config.in and instead create generated/Config.in from contents of by Rob Landley · 17 years ago
  68. 58ecc3e Move some generated files into the "generated" subdirectory. by Rob Landley · 17 years ago
  69. 6a9e5b4 Very early stub of sed, does nothing yet. by Rob Landley · 17 years ago
  70. bd91551 Web page tweak. by Rob Landley · 17 years ago
  71. daa7fe6 Add chvt from David Anders. by Rob Landley · 17 years ago
  72. 797a4c3 Fluffier web page. by Rob Landley · 17 years ago
  73. b9d0cf1 More web page tweaks. by Rob Landley · 17 years ago
  74. e258af3 Update web pages. by Rob Landley · 17 years ago
  75. daa1d3c A bit more documentation on Patch. by Rob Landley · 17 years ago
  76. a45173b Update help text a bit. by Rob Landley · 17 years ago
  77. 6c43718 Teach readlink to actually do -f. by Rob Landley · 17 years ago
  78. 3e19db7 Release notice. by Rob Landley · 17 years ago
  79. 1a0351a Added tag 0.0.4 for changeset 104792581cc9 by Rob Landley · 17 years ago
  80. 3632d5d Fix loopfiles to not call function() on file not found. by Rob Landley · 17 years ago
  81. 11586a9 Fix patch to use @@ values and match EOF when fewer trailing than starting by Rob Landley · 17 years ago
  82. 07c78d3 Make touch work reliably when file doesn't exist and clean up headers a bit. by Rob Landley · 17 years ago
  83. 5a0660f Brief note about code style. by Rob Landley · 17 years ago
  84. 3548341 Make patch's file add actually work, including directory creating and by Rob Landley · 17 years ago
  85. d3236c1 Major refactoring of bunzip.c in preparation for doing a multi-threaded version. by Rob Landley · 17 years ago
  86. e745d8e Upgrade patch to understand creating and deleting files. by Rob Landley · 17 years ago
  87. da09b7f More random unfinished code documentation. by Rob Landley · 17 years ago
  88. 4bdf4e8 Typo spotted by Adrian Davey. by Rob Landley · 17 years ago
  89. 344139a Patch should be working now, change config default... by Rob Landley · 17 years ago
  90. 81b899d Fluff out code.html a bit more. by Rob Landley · 17 years ago
  91. 42ecbab Patch command. by Rob Landley · 17 years ago
  92. c49650d minicom.sh should check for a char device, not a file. by Rob Landley · 17 years ago
  93. e25e8b5 A couple more readlink tests. by Rob Landley · 17 years ago
  94. 03a9450 Delete testdir after use. by Rob Landley · 17 years ago
  95. 273f278 Tweak testing.sh so VERBOSE=1 is less noisy. by Rob Landley · 17 years ago
  96. 8b479b4 Add a wrapper to run tests out of scripts/test. With no arguments, runs all by Rob Landley · 17 years ago
  97. 3e09c88 Script to use stty with netcat -f to talk to a serial port. by Rob Landley · 17 years ago
  98. b4ed762 Basic tests for readlink. by Rob Landley · 17 years ago
  99. bc07865 Start of "patch" support. Writes to stdout at the moment. by Rob Landley · 17 years ago
  100. 4e68de1 Update web pages. by Rob Landley · 17 years ago