1. e9e10b5 Adding tests for tac based on cat tests by Elie De Brauwer · 12 years ago
  2. b1c002a Add stat submission to new "pending" directory, along with infrastructure to support pending. by Rob Landley · 12 years ago
  3. d394a1f Set executable bits on two test scripts. by Rob Landley · 12 years ago
  4. 2a55ccb Adding sha1sum tests based on RFC 3174 by Elie De Brauwer · 12 years ago
  5. 6c57628 Adding tests for cat by Elie De Brauwer · 12 years ago
  6. aa777fe Add README file to each toys/ directory, teach build infrastructure to get fancy name from that. This means adding new directories shouldn't require touching build scripts. by Rob Landley · 12 years ago
  7. e0cc81e Generate status page with new pubs.opengroup.org urls. by Rob Landley · 12 years ago
  8. f637976 Re-add backspace support to expand (oops) and fix test to expect data plus backspace characters rather than the chracters cancelling each other out before output. by Rob Landley · 12 years ago
  9. 4d904aa md5sum tests from RFC 1321 by Rob Landley · 12 years ago
  10. 80aab26 Use the specified compiler for preprocessing. by Rob Landley · 12 years ago
  11. ab52d02 expand: handle backspace. by Jonathan Clairembault · 12 years ago
  12. 939fa74 Add expand command as described in POSIX-2008. Erratum: Do not handle backspace. by Jonathan Clairembault · 12 years ago
  13. 6cf0a11 Cleanup i18n support (#ifdefectomy, move global init to process launch). Teach make.sh to emit "#define FLAG_x 0" for options inside disabled USE macros so we can unconditionally refer to them. by Rob Landley · 12 years ago
  14. 250e005 Make internalization support optional by Felix Janda · 12 years ago
  15. 7f909bd Teach option parsing about [groups] of related options. by Rob Landley · 12 years ago
  16. 7aa651a Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. by Rob Landley · 12 years ago
  17. abb8ca2 wc -m only cares about counting characters. Attached is a try on implementing it and some test cases for it. The test cases are only for UTF-8 locales. by Felix Janda · 12 years ago
  18. add77b1 attached are some simple tests for dirname and wc and a fix for a small typo in another test script. by Felix Janda · 12 years ago
  19. fdc10c9 Update roadmap/status with new toolbox analysis based on android system/core git repo. by Rob Landley · 12 years ago
  20. c0e56ed New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate. by Rob Landley · 12 years ago
  21. 7bc8f5e Test tweaks. Set +x on two scripts (so they can be run standalone), fix chgrp so it doesn't abort test all. by Rob Landley · 12 years ago
  22. 787eac5 Add switch_root and fix infrastructure to understand name "switch_root". by Rob Landley · 12 years ago
  23. 658b97b Teach build to compare toys/*/*.c against .config symbol names instead of stopping at first _ when assembling list of files to build, and convert - to _. This lets us have commands like switch_root or nbd-client. by Rob Landley · 12 years ago
  24. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago
  25. 8f90d3a More web page roadmap/status update stuff. by Rob Landley · 12 years ago
  26. 37aa821 Add status.html and script to calculate it from roadmap info. by Rob Landley · 12 years ago
  27. bf3d3a7 - Do not abort testing after running the sort tests by Elie De Brauwer · 12 years ago
  28. 728c94a Work around a Bash bug that removes "." from the $PATH when you're root. (The FSF believes it knows better than you, and won't let you do things, in the name of Freedom.) by Rob Landley · 12 years ago
  29. 991bc01 Add chgrp test. by Rob Landley · 12 years ago
  30. 97abd4a Replace CCFLAGS with description of how to add flags to HOSTCC. by Rob Landley · 12 years ago
  31. 15a8d71 Multiplexer needs stayroot flag for suid handling. by Rob Landley · 12 years ago
  32. fb98c1e Probe available libraries to link --as-needed, avoiding "unknown libarary" errors. by Rob Landley · 12 years ago
  33. 0b11a16 Adding initial version of login.c by Elie De Brauwer · 12 years ago
  34. 1bcdf53 Teach make.sh to create flag macros, but with the wrong names. Dunno how to make a translation macro or #ifdef guard to get the names right so they actually be _used_ yet... by Rob Landley · 12 years ago
  35. f9fdd3c Have probe for unshare test for actual unshare() function in libc. by Rob Landley · 13 years ago
  36. 2c48247 Redo tail to use optargs and optionally support lseek. Add support to optargs and llist.c, plus add a test suite entry. Still no -f support though. by Rob Landley · 13 years ago
  37. 9317c06 Comment and whitespace tweaks. by Rob Landley · 13 years ago
  38. 2c27fcf Fix build on slackware-current. by Georgi Chorbadzhiyski · 13 years ago
  39. 344c267 Fix from Georgi Chorbadzhiyski to make cross compiling more robust. by Rob Landley · 13 years ago
  40. 7339560 Cleanup pass, and support unrecognized slash chars ala "echo -e \p". by Rob Landley · 13 years ago
  41. 1b7ad01 Don't mix the the probed symbols with the command symbols. by Rob Landley · 13 years ago
  42. 7a4551f Replace GPL python debug script with BSD shell script. by Rob Landley · 13 years ago
  43. d20a2e1 Add tests for cmp. by Timothy Elliott · 13 years ago
  44. 1aa66ba Add V=1 support to make. by Rob Landley · 13 years ago
  45. 3e7c259 Minor code cleanup and typo fix. by Rob Landley · 13 years ago
  46. 528e3ba Add test for basename, fix issue where suffix is wrongfully applied if it appears in the middle of the filename by Elie De Brauwer · 13 years ago
  47. 2bd3a5d The unshare test needs $CC defined, source configure to get it. by Rob Landley · 13 years ago
  48. 270366f Add tests for head by Timothy Elliott · 13 years ago
  49. ef3e528 Fix overflow in octal formatting in echo, add support for hexadecimal input, add tests for octal and hexadecimal formatting by Elie De Brauwer · 13 years ago
  50. d2ad17b Add tests for cksum by Elie De Brauwer · 13 years ago
  51. 44a36ea Bugfix for -x, add CONFIG_SORT_FLOAT, and new test suite entry. by Rob Landley · 13 years ago
  52. 27f5779 Add autodetect for container support. by Rob Landley · 13 years ago
  53. 9201a01 Test suite comment tweaks. by Rob Landley · 13 years ago
  54. 801c3d5 More work on xargs: bugfix and tests. by Rob Landley · 13 years ago
  55. b704ad2 The "strip" in gcc 4.4 doesn't set the executable bit on its output, despite what SUSv4 says it should do, so cope with buggy FSF tools. by Rob Landley · 15 years ago
  56. 67e61d3 Let the minicom script take the speed as an optional second argument. by Rob Landley · 15 years ago
  57. 687bea5 Convert non-bool config values (such as int) into config.h entries. by Rob Landley · 16 years ago
  58. 1193a02 Re-wordwrap and reorder the .config->config.h sed script. (No real changes, just one command/line in a clearer order.) by Rob Landley · 16 years ago
  59. ae2e4b7 Add netcat server mode, -l, -L, and -t. by Rob Landley · 16 years ago
  60. f901f24 Basic tests for sort. Needs more... by Rob Landley · 16 years ago
  61. 7bc357d Cosmetic tweak, only show skipped tests when VERBOSE set. by Rob Landley · 16 years ago
  62. 37256ff Adjust "optional" function (gen_config.h became generated/config.h). by Rob Landley · 16 years ago
  63. 76ab475 Add seq, and tests for it. by Rob Landley · 16 years ago
  64. 1a221d9 Fix command line option parsing so "echo -xen" actually prints "-xen". Add by Rob Landley · 16 years ago
  65. da57094 Sort was including the trailing comma and getting the order wrong. by Rob Landley · 16 years ago
  66. e156d44 More tweaks to rmdir.test and the testing infrastructure. by Rob Landley · 16 years ago
  67. 121a9d4 Add rmdir and test for it. by Rob Landley · 16 years ago
  68. c564834 Teach run-all-tests mode to only test enabled commands. by Rob Landley · 16 years ago
  69. 0a2d88a Remove extraneous output. by Rob Landley · 16 years ago
  70. ac9c592 Very simple cat tests, with more test ideas commented out. by Rob Landley · 16 years ago
  71. 9d243a2 Update help, move test.sh to scripts, and fix "make test" to call right script. by Rob Landley · 17 years ago
  72. 50c8c02 Another cp -r fix, another test case... by Rob Landley · 17 years ago
  73. 5ba6663 Update cp -r to work better, add relevant tests to test suite. by Rob Landley · 17 years ago
  74. b15365a Add an install script, with --long --symlink --force and --uninstall options. by Rob Landley · 17 years ago
  75. 775257b Remove some commented out code. by Rob Landley · 17 years ago
  76. 6e6871c Add first pass at cp, totally untested, unlikely to work yet. :) by Rob Landley · 17 years ago
  77. dd28202 Start of tests for cp. by Rob Landley · 17 years ago
  78. 8dd5134 Script from Roberto Foglietta to do config2help in bash instead of python. by Rob Landley · 17 years ago
  79. 76a2e46 Die on compilation or stripping failure by Charlie Shepherd · 17 years ago
  80. 81d937d Sort newtoys.h by command name, not by USE_ macro. by Rob Landley · 17 years ago
  81. 7c04f01 Fluff out hello.c to supply more example code as a skeleton for new commands, by Rob Landley · 17 years ago
  82. b1aaba1 Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() by Rob Landley · 17 years ago
  83. 55928b1 Move NEWTOY() list from end of toylist.h to generated/newtoys.h. by Rob Landley · 17 years ago
  84. 2896480 Zap toys/Config.in and instead create generated/Config.in from contents of by Rob Landley · 17 years ago
  85. c49650d minicom.sh should check for a char device, not a file. by Rob Landley · 17 years ago
  86. e25e8b5 A couple more readlink tests. by Rob Landley · 17 years ago
  87. 273f278 Tweak testing.sh so VERBOSE=1 is less noisy. by Rob Landley · 17 years ago
  88. 3e09c88 Script to use stty with netcat -f to talk to a serial port. by Rob Landley · 17 years ago
  89. b4ed762 Basic tests for readlink. by Rob Landley · 17 years ago
  90. 2c22685 Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment by Rob Landley · 17 years ago
  91. 7ecedea Add "help" command. (Building help/help.h requires python, but I'll ship by Rob Landley · 17 years ago
  92. e35f2b8 Fix makefile to defconfig properly, and leak in a bit of the new test by Rob Landley · 17 years ago
  93. 5f1d7e2 An old test suite wrapper I wrote, cleaned up a bit and checked for copyrights. by Rob Landley · 18 years ago
  94. edee7dd Missing comma, and slight simplification in defconfig sed invocation. by Rob Landley · 18 years ago
  95. bcfad87 Add make install_flat. by Rob Landley · 18 years ago
  96. cd2edfd Add bloat-o-meter, make bloatcheck, and scripts/showasm. by Rob Landley · 18 years ago