Age | Commit message (Expand) | Author |
2013-08-30 | Add scripts/single.sh to build individual non-multiplexed standalone commands. | Rob Landley |
2013-07-19 | Start of TOYBOX_SINGLE support, for building standalone commands with no mult... | Rob Landley |
2013-06-30 | Add config option for --help support in all commands. | Rob Landley |
2013-06-16 | Typo fix | Rob Landley |
2013-04-14 | Move guts of help command into show_help() in lib/help.c, with config TOYBOX_... | Rob Landley |
2013-04-14 | Tweak help text. | Rob Landley |
2012-11-21 | Make internalization support optional | Felix Janda |
2012-10-21 | Put the commands at the start of menuconfig and the toybox library options at... | Rob Landley |
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley |
2012-02-23 | Don't mix the the probed symbols with the command symbols. | Rob Landley |
2012-02-02 | Commit 415 needs the other two files. (Oops.) | Rob Landley |
2010-01-05 | Add TOYBOX_SUID. | Rob Landley |
2008-01-19 | Zap toys/Config.in and instead create generated/Config.in from contents of | Rob Landley |
2007-10-11 | Promote help to global config option, teach error_exit() to output usage mess... | Rob Landley |
2007-01-31 | Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_. | Rob Landley |
2006-11-19 | New option parsing infrastructure (doesn't use getopt). Hook it up to | Rob Landley |
2006-11-02 | Thinko: the Config.in for the toys should be in ./toys, not ./lib. | Rob Landley |
2006-11-01 | The Config files don't need the CONFIG_ prefix. | landley |
2006-10-31 | Add menuconfig, plus some basic Config info, lots of which is just future | landley |