1. eee90c0 make.sh: Fix probing for python2.x and be verbose in error reporting by Elie De Brauwer · 11 years ago
  2. 314dc68 Make chdir handle permissions according to posix, reported by Jacek Bukarewicz.. by Rob Landley · 11 years ago
  3. 408d4f2 Implement ls --color=auto, suggested by Rich Felker. by Rob Landley · 11 years ago
  4. c166faf Update status and roadmap pages, and status page generator script. by Rob Landley · 11 years ago
  5. d04dc1f Add scripts/single.sh to build individual non-multiplexed standalone commands. by Rob Landley · 11 years ago
  6. 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
  7. 427f19c cut tests from Kyungwan Han. by Rob Landley · 11 years ago
  8. 9f088a1 More grep tests, remove obsolete comment. by Rob Landley · 11 years ago
  9. dd2d239 More grep cleanup, and make OPTSTR_command macros for use with OLDTOY() by Rob Landley · 11 years ago
  10. 133cc5b More grep tests. by Rob Landley · 11 years ago
  11. 7b72ab4 Fluff out grep test suite some more, including lots of things we don't pass yet. by Rob Landley · 11 years ago
  12. 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
  13. 577377c I add testsuite for grep. by Ashwini Sharma · 11 years ago
  14. 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
  15. a6b99ef Implement test by Felix Janda · 11 years ago
  16. 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
  17. 3a489e4 Generate FLAG_longopt macros for --longopts with no corresponding short option. by Rob Landley · 11 years ago
  18. 55ec010 Test cases for split. by Rob Landley · 11 years ago
  19. 5b25105 Upgrade modinfo to support multiple modules, and add tests, from Isaac Dunham. by Rob Landley · 11 years ago
  20. 32526f2 Start of expr, by Daniel Verkamp. by Rob Landley · 11 years ago
  21. 8d9b9ca Tests for touch (needs more work). by Rob Landley · 11 years ago
  22. ee492df Tests for losetup. by Rob Landley · 11 years ago
  23. 45084bd generated/help.h depends on CONFIG_TOYBOX_HELP by Felix Janda · 11 years ago
  24. 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
  25. 7d4d0a0 Quick sniff test to find leaked global variables. by Rob Landley · 11 years ago
  26. 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
  27. a842335 Add tests for find's expression parsing by Felix Janda · 11 years ago
  28. a77f36d Change uuencode test to match what other uuencode implementations actually produce. by Rob Landley · 11 years ago
  29. f597042 Incremental cleanup of uudecode. by Rob Landley · 11 years ago
  30. 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
  31. 64427a8 uuencode/decode tests and tweaks from Erich Plondke. by Rob Landley · 11 years ago
  32. 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
  33. 9a69a92 Accumulated web page changes. (Release announcement for previous release, roadmap updates, etc.) by Rob Landley · 11 years ago
  34. d1fcf4f Tweak cmp test to be a little more deterministic. by Rob Landley · 11 years ago
  35. 3a99aef Switch readlink on by default, and fill out readlink.test. by Rob Landley · 11 years ago
  36. 41ed979 Use basename() where appropriate. by Rob Landley · 11 years ago
  37. 840ed12 Add some tests for pwd. by Felix Janda · 11 years ago
  38. 63e042c Add tests to mkfifo based on tests for mkdir. by Felix Janda · 11 years ago
  39. c5b15db Add some tests for mkdir by Felix Janda · 11 years ago
  40. 434d351 Extend seq to support -f (format string) and -s (string separator) as requested by LSB by Elie De Brauwer · 11 years ago
  41. de08aef Fix tac to handle the "abc\ndef" case properly by Elie De Brauwer · 11 years ago
  42. 7a78d92 Update mkstatus.py, roadmap.html, and status.html. by Rob Landley · 11 years ago
  43. fadbd60 Adding implementation of rev including tests by Elie De Brauwer · 11 years ago
  44. e9e10b5 Adding tests for tac based on cat tests by Elie De Brauwer · 11 years ago
  45. b1c002a Add stat submission to new "pending" directory, along with infrastructure to support pending. by Rob Landley · 11 years ago
  46. d394a1f Set executable bits on two test scripts. by Rob Landley · 11 years ago
  47. 2a55ccb Adding sha1sum tests based on RFC 3174 by Elie De Brauwer · 11 years ago
  48. 6c57628 Adding tests for cat by Elie De Brauwer · 11 years ago
  49. 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 · 11 years ago
  50. e0cc81e Generate status page with new pubs.opengroup.org urls. by Rob Landley · 12 years ago
  51. 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
  52. 4d904aa md5sum tests from RFC 1321 by Rob Landley · 12 years ago
  53. 80aab26 Use the specified compiler for preprocessing. by Rob Landley · 12 years ago
  54. ab52d02 expand: handle backspace. by Jonathan Clairembault · 12 years ago
  55. 939fa74 Add expand command as described in POSIX-2008. Erratum: Do not handle backspace. by Jonathan Clairembault · 12 years ago
  56. 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
  57. 250e005 Make internalization support optional by Felix Janda · 12 years ago
  58. 7f909bd Teach option parsing about [groups] of related options. by Rob Landley · 12 years ago
  59. 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
  60. 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
  61. 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
  62. fdc10c9 Update roadmap/status with new toolbox analysis based on android system/core git repo. by Rob Landley · 12 years ago
  63. 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
  64. 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
  65. 787eac5 Add switch_root and fix infrastructure to understand name "switch_root". by Rob Landley · 12 years ago
  66. 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
  67. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago
  68. 8f90d3a More web page roadmap/status update stuff. by Rob Landley · 12 years ago
  69. 37aa821 Add status.html and script to calculate it from roadmap info. by Rob Landley · 12 years ago
  70. bf3d3a7 - Do not abort testing after running the sort tests by Elie De Brauwer · 12 years ago
  71. 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
  72. 991bc01 Add chgrp test. by Rob Landley · 12 years ago
  73. 97abd4a Replace CCFLAGS with description of how to add flags to HOSTCC. by Rob Landley · 12 years ago
  74. 15a8d71 Multiplexer needs stayroot flag for suid handling. by Rob Landley · 12 years ago
  75. fb98c1e Probe available libraries to link --as-needed, avoiding "unknown libarary" errors. by Rob Landley · 12 years ago
  76. 0b11a16 Adding initial version of login.c by Elie De Brauwer · 12 years ago
  77. 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
  78. f9fdd3c Have probe for unshare test for actual unshare() function in libc. by Rob Landley · 12 years ago
  79. 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
  80. 9317c06 Comment and whitespace tweaks. by Rob Landley · 12 years ago
  81. 2c27fcf Fix build on slackware-current. by Georgi Chorbadzhiyski · 12 years ago
  82. 344c267 Fix from Georgi Chorbadzhiyski to make cross compiling more robust. by Rob Landley · 12 years ago
  83. 7339560 Cleanup pass, and support unrecognized slash chars ala "echo -e \p". by Rob Landley · 12 years ago
  84. 1b7ad01 Don't mix the the probed symbols with the command symbols. by Rob Landley · 12 years ago
  85. 7a4551f Replace GPL python debug script with BSD shell script. by Rob Landley · 12 years ago
  86. d20a2e1 Add tests for cmp. by Timothy Elliott · 12 years ago
  87. 1aa66ba Add V=1 support to make. by Rob Landley · 12 years ago
  88. 3e7c259 Minor code cleanup and typo fix. by Rob Landley · 12 years ago
  89. 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
  90. 2bd3a5d The unshare test needs $CC defined, source configure to get it. by Rob Landley · 12 years ago
  91. 270366f Add tests for head by Timothy Elliott · 12 years ago
  92. ef3e528 Fix overflow in octal formatting in echo, add support for hexadecimal input, add tests for octal and hexadecimal formatting by Elie De Brauwer · 12 years ago
  93. d2ad17b Add tests for cksum by Elie De Brauwer · 12 years ago
  94. 44a36ea Bugfix for -x, add CONFIG_SORT_FLOAT, and new test suite entry. by Rob Landley · 12 years ago
  95. 27f5779 Add autodetect for container support. by Rob Landley · 12 years ago
  96. 9201a01 Test suite comment tweaks. by Rob Landley · 12 years ago
  97. 801c3d5 More work on xargs: bugfix and tests. by Rob Landley · 12 years ago
  98. 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 · 14 years ago
  99. 67e61d3 Let the minicom script take the speed as an optional second argument. by Rob Landley · 14 years ago
  100. 687bea5 Convert non-bool config values (such as int) into config.h entries. by Rob Landley · 15 years ago