| 8 hours | Rob Landley | Fix bad link that was confusing people. (Oops.) |
| 23 hours | Luis Felipe Strano Moraes | Removing unecessary allocation. |
| 47 hours | Rob Landley | Implement xargs -E. |
| 47 hours | Rob Landley | Very slight efficiency tweak. |
| 47 hours | Rob Landley | Test suite comment tweaks. |
| 47 hours | Rob Landley | Basename and env are usable, default them to y. |
| 47 hours | Rob Landley | Quick and dirty terminal_size() and yesno() functions, both of which need to be improved. |
| 47 hours | Rob Landley | Update web page a bit. |
| 47 hours | Rob Landley | Commit 415 needs the other two files. (Oops.) |
| 4 days | Rob Landley | More work on xargs: bugfix and tests. |
| 5 days | Rob Landley | Add <>= to lib/args.c, with documentation. |
| 6 days | Rob Landley | Implement xargs (first pass, not full SUSv4 yet). |
| 8 days | Rob Landley | Add id command from Tim Bird. |
| 12 days | Rob Landley | Patch shouldn't be bothered by DOS newlines. |
| 12 days | Rob Landley | Add three commands that can be done as simple shell scripts (one sed is in, anyway), and don't need to be implemented in C. |
| 12 days | Rob Landley | Add wiki link and make about less stale. |
| 2 weeks | Tryn Mirell | 'env' and 'basename' refactored |
| 2 weeks | Rob Landley | Comment changes, and add a blank line to the help text. |
| 2 weeks | Rob Landley | Add -x option to sort (like -n, but hexadecimal), because I needed it for something. |
| 2 weeks | Tryn Mirell | 'env' implementation - Initial |
| 2 weeks | Tryn Mirell | 'basename': Handle where we have no / passed |
| 2 weeks | Tryn Mirell | Initial 'basename' implementation |
| 2 weeks | Rob Landley | Fluff out documentation and skeleton code. |
| 2 weeks | Rob Landley | Expand comments. |
| 5 weeks | Rob Landley | Don't make toysh default to y until it does something useful. |
| 5 weeks | Rob Landley | Fix "make help". |
| 5 weeks | Rob Landley | Bugfix (spotted by Nathan McSween): xread can't detect <0 if the return type is stored in an unsigned variable. |
| 7 weeks | Rob Landley | Implement unshare. |
| 7 weeks | Rob Landley | Forgot to check in loopfiles_rw changes needed by truncate. |
| 7 weeks | Rob Landley | Implement truncate. |
| 7 weeks | Rob Landley | Whitespace/wordwrap changes. |
| 7 weeks | Rob Landley | Implment cal. |
| 2 months | Rob Landley | Split out parse_optflaglist(), and move local variables to optflagstate. |
| 2 months | Rob Landley | Fix "tar cvjfC file dir", make @ not eat an argument, add debug check for (as yet) unsupported multi-function option (ala "x*@"). |
| 2 months | Rob Landley | Don't complain about "possibly reversed" hunks that merely moved later in the file, just give a potential reason if it failed to apply. |
| 2 months | Rob Landley | Implement unlink. |
| 2 months | Rob Landley | Implement nohup. |
| 2 months | Rob Landley | Add link. |
| 2 months | Rob Landley | Add dirname, and typo fixes to wc header. |
| 2 months | Rob Landley | Add wc. |
| 2 months | Rob Landley | More GPL->BSD debris. |
| 2 months | Rob Landley | Switch license.html to BSD, and delete the old "FSF screwed over Mepis" rant (which while still true, is no longer relevant). |
| 2 months | Rob Landley | New mailing list. |
| 2 months | Rob Landley | Switch to 2-clause BSD license (with caveat about scripts directory). |
| 2 months | Rob Landley | SUSv4 is out, update template link. |
| 2 months | Rob Landley | Implement tty command. |
| 2 months | Rob Landley | xreadall() returns void... how does that even compile? |
| 2 months | Rob Landley | Prepare for license switch by (regrettably) removing Charlie Shepherd's code, at least until I can get in touch with him to to get permission to relicense it. |
| 8 months | Rob Landley | The @@ -1,2 +3,4 @@ lines treat ,1 as implied, so the format isn't regular. |
| 23 months | Rob Landley | For CFG_TOYBOX_DEBUG add -x option to patch to dump lots of debug output about the search and match. |
| 23 months | Rob Landley | One more little tweak to patch: unrecognized date format != delete file. |
| 2 years | Rob Landley | Add command "nice". |
| 2 years | Rob Landley | Make toy_init() reentrant, or else xexec() has funky errors. |
| 2 years | Rob Landley | Shut up even MORE gcc/glibc spurious warnings. |
| 2 years | Rob Landley | Add setsid. |
| 2 years | Rob Landley | Add TOYBOX_SUID. |
| 2 years | Rob Landley | Correct return types of xstrdup() and xstrndup() |
| 2 years | Rob Landley | menuconfig indentation should be handled by dependencies, not whitespace in description. |
| 2 years | Rob Landley | Use fdlength() instead of lseek(SEEK_END). |
| 2 years | Rob Landley | Typo fix in comment. |