1. dcf52cb Remove leftover debris from scripts/test.sh that screws up single tests with single.sh. by Rob Landley · 11 years ago
  2. cc1d6e3 Filesystem images for testing blkid, from Bradley Conroy. by Rob Landley · 11 years ago
  3. 2baa73f Promote nl from pending to posix, and add tests. by Rob Landley · 11 years ago
  4. 73fff3b Don't use $CC without $CROSS_COMPILE because $HOSTCC could be something else entirely. by Rob Landley · 11 years ago
  5. 26f52eb Teach scripts/test.sh to call scripts/single.sh. by Rob Landley · 11 years ago
  6. 207cada Switch flag generation from shell to C. by Rob Landley · 11 years ago
  7. 75a1815 Fix generated/oldtoys.h to contain option strings with USE() macros in them. by Rob Landley · 11 years ago
  8. 9b9a1ef First pass of cut cleanup, and make test script slightly happier with the concept of 80 character lines. by Rob Landley · 11 years ago
  9. bb215e4 Adjust patch to use dlist_pop() by Rob Landley · 11 years ago
  10. 5f57bcc Redo tail closer to the original design. Add more tests for large data sets. (Still no -f support yet.) by Rob Landley · 11 years ago
  11. 21d4d71 Allow shipped generated/help.h to still be used, until I rewrite the generator in C. by Rob Landley · 11 years ago
  12. eee90c0 make.sh: Fix probing for python2.x and be verbose in error reporting by Elie De Brauwer · 11 years ago
  13. 314dc68 Make chdir handle permissions according to posix, reported by Jacek Bukarewicz.. by Rob Landley · 11 years ago
  14. 408d4f2 Implement ls --color=auto, suggested by Rich Felker. by Rob Landley · 11 years ago
  15. c166faf Update status and roadmap pages, and status page generator script. by Rob Landley · 11 years ago
  16. d04dc1f Add scripts/single.sh to build individual non-multiplexed standalone commands. by Rob Landley · 11 years ago
  17. fce85e9 Finish grep rewrite and fleshing out test suite. Several of the grep tests fail with the ubuntu version, I _think_ these are upstream bugs? (Second opinions welcome...) by Rob Landley · 11 years ago
  18. 427f19c cut tests from Kyungwan Han. by Rob Landley · 11 years ago
  19. 9f088a1 More grep tests, remove obsolete comment. by Rob Landley · 11 years ago
  20. dd2d239 More grep cleanup, and make OPTSTR_command macros for use with OLDTOY() by Rob Landley · 11 years ago
  21. 133cc5b More grep tests. by Rob Landley · 11 years ago
  22. 7b72ab4 Fluff out grep test suite some more, including lots of things we don't pass yet. by Rob Landley · 11 years ago
  23. 3595eff Clean up grep.test to use "infile" properly, and not try to work around the $PATH behavior of scripts/test.sh. Tested with both TEST_HOST=1 and normal. by Rob Landley · 11 years ago
  24. 577377c I add testsuite for grep. by Ashwini Sharma · 11 years ago
  25. 7c9d6ce Juhani Haverinen pointed out that python 3 doesn't work with config2help.py, so you python2 binary until finishing the C rewrite. by Rob Landley · 11 years ago
  26. a6b99ef Implement test by Felix Janda · 11 years ago
  27. 5e56568 Don't make a FLAG_ macro for " ", it's a control character, doing so throws the indexes off. Reported by Ashwini Sharma. by Rob Landley · 11 years ago
  28. 3a489e4 Generate FLAG_longopt macros for --longopts with no corresponding short option. by Rob Landley · 11 years ago
  29. 55ec010 Test cases for split. by Rob Landley · 11 years ago
  30. 5b25105 Upgrade modinfo to support multiple modules, and add tests, from Isaac Dunham. by Rob Landley · 11 years ago
  31. 32526f2 Start of expr, by Daniel Verkamp. by Rob Landley · 11 years ago
  32. 8d9b9ca Tests for touch (needs more work). by Rob Landley · 11 years ago
  33. ee492df Tests for losetup. by Rob Landley · 11 years ago
  34. 45084bd generated/help.h depends on CONFIG_TOYBOX_HELP by Felix Janda · 11 years ago
  35. b3d4f0b The host sort on many distros behaves stupidly, and sorts stuff in non-ascii order by default. Make it stop. by Rob Landley · 11 years ago
  36. 7d4d0a0 Quick sniff test to find leaked global variables. by Rob Landley · 11 years ago
  37. ac1d20a Make genconfig use CFLAGS because building against a libc that isn't installed on the host may need --static to run the results. by Rob Landley · 11 years ago
  38. a842335 Add tests for find's expression parsing by Felix Janda · 11 years ago
  39. a77f36d Change uuencode test to match what other uuencode implementations actually produce. by Rob Landley · 11 years ago
  40. f597042 Incremental cleanup of uudecode. by Rob Landley · 11 years ago
  41. 3e06a1c uudecode test should just call "uudecode" (not multiplexer via a path), and first test shouldn't succeed if toybox isn't even there. by Rob Landley · 11 years ago
  42. 64427a8 uuencode/decode tests and tweaks from Erich Plondke. by Rob Landley · 11 years ago
  43. 25b043b Compile time probe to fish O_NOFOLLOW out of linux headers when fcntl doesn't conform to posix-2008. by Rob Landley · 11 years ago
  44. 9a69a92 Accumulated web page changes. (Release announcement for previous release, roadmap updates, etc.) by Rob Landley · 11 years ago
  45. d1fcf4f Tweak cmp test to be a little more deterministic. by Rob Landley · 11 years ago
  46. 3a99aef Switch readlink on by default, and fill out readlink.test. by Rob Landley · 12 years ago
  47. 41ed979 Use basename() where appropriate. by Rob Landley · 12 years ago
  48. 840ed12 Add some tests for pwd. by Felix Janda · 12 years ago
  49. 63e042c Add tests to mkfifo based on tests for mkdir. by Felix Janda · 12 years ago
  50. c5b15db Add some tests for mkdir by Felix Janda · 12 years ago
  51. 434d351 Extend seq to support -f (format string) and -s (string separator) as requested by LSB by Elie De Brauwer · 12 years ago
  52. de08aef Fix tac to handle the "abc\ndef" case properly by Elie De Brauwer · 12 years ago
  53. 7a78d92 Update mkstatus.py, roadmap.html, and status.html. by Rob Landley · 12 years ago
  54. fadbd60 Adding implementation of rev including tests by Elie De Brauwer · 12 years ago
  55. e9e10b5 Adding tests for tac based on cat tests by Elie De Brauwer · 12 years ago
  56. b1c002a Add stat submission to new "pending" directory, along with infrastructure to support pending. by Rob Landley · 12 years ago
  57. d394a1f Set executable bits on two test scripts. by Rob Landley · 12 years ago
  58. 2a55ccb Adding sha1sum tests based on RFC 3174 by Elie De Brauwer · 12 years ago
  59. 6c57628 Adding tests for cat by Elie De Brauwer · 12 years ago
  60. 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
  61. e0cc81e Generate status page with new pubs.opengroup.org urls. by Rob Landley · 12 years ago
  62. 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
  63. 4d904aa md5sum tests from RFC 1321 by Rob Landley · 12 years ago
  64. 80aab26 Use the specified compiler for preprocessing. by Rob Landley · 12 years ago
  65. ab52d02 expand: handle backspace. by Jonathan Clairembault · 12 years ago
  66. 939fa74 Add expand command as described in POSIX-2008. Erratum: Do not handle backspace. by Jonathan Clairembault · 12 years ago
  67. 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
  68. 250e005 Make internalization support optional by Felix Janda · 12 years ago
  69. 7f909bd Teach option parsing about [groups] of related options. by Rob Landley · 12 years ago
  70. 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
  71. 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
  72. 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
  73. fdc10c9 Update roadmap/status with new toolbox analysis based on android system/core git repo. by Rob Landley · 12 years ago
  74. 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
  75. 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
  76. 787eac5 Add switch_root and fix infrastructure to understand name "switch_root". by Rob Landley · 12 years ago
  77. 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
  78. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago
  79. 8f90d3a More web page roadmap/status update stuff. by Rob Landley · 12 years ago
  80. 37aa821 Add status.html and script to calculate it from roadmap info. by Rob Landley · 12 years ago
  81. bf3d3a7 - Do not abort testing after running the sort tests by Elie De Brauwer · 12 years ago
  82. 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
  83. 991bc01 Add chgrp test. by Rob Landley · 12 years ago
  84. 97abd4a Replace CCFLAGS with description of how to add flags to HOSTCC. by Rob Landley · 12 years ago
  85. 15a8d71 Multiplexer needs stayroot flag for suid handling. by Rob Landley · 12 years ago
  86. fb98c1e Probe available libraries to link --as-needed, avoiding "unknown libarary" errors. by Rob Landley · 12 years ago
  87. 0b11a16 Adding initial version of login.c by Elie De Brauwer · 12 years ago
  88. 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
  89. f9fdd3c Have probe for unshare test for actual unshare() function in libc. by Rob Landley · 12 years ago
  90. 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 · 12 years ago
  91. 9317c06 Comment and whitespace tweaks. by Rob Landley · 12 years ago
  92. 2c27fcf Fix build on slackware-current. by Georgi Chorbadzhiyski · 12 years ago
  93. 344c267 Fix from Georgi Chorbadzhiyski to make cross compiling more robust. by Rob Landley · 12 years ago
  94. 7339560 Cleanup pass, and support unrecognized slash chars ala "echo -e \p". by Rob Landley · 12 years ago
  95. 1b7ad01 Don't mix the the probed symbols with the command symbols. by Rob Landley · 12 years ago
  96. 7a4551f Replace GPL python debug script with BSD shell script. by Rob Landley · 12 years ago
  97. d20a2e1 Add tests for cmp. by Timothy Elliott · 12 years ago
  98. 1aa66ba Add V=1 support to make. by Rob Landley · 12 years ago
  99. 3e7c259 Minor code cleanup and typo fix. by Rob Landley · 12 years ago
  100. 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 · 12 years ago