Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-10 | Update toybox help to say how to install the static binary. | Rob Landley | |
2013-08-30 | Add scripts/single.sh to build individual non-multiplexed standalone commands. | Rob Landley | |
Alas, you can't quite do this yet: make defconfig make for i in $(./toybox) do echo $i PREFIX=singles/ scripts/single.sh $i || break done Because the OLDTOY() aliases for commands won't build without the base command. And I can't just skip them because chown/chmod or mv/cp aren't the same thing. | |||
2013-07-19 | Start of TOYBOX_SINGLE support, for building standalone commands with no ↵ | Rob Landley | |
multiplexer. | |||
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 ↵ | Rob Landley | |
TOYBOX_HELP controlling infrastructure. | |||
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 ↵ | Rob Landley | |
at the end. (Aesthetic tweak.) | |||
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 | |
toys/*.c. Move relevant info into comment at the top of each toys/*.c. Also convert more of Makefile into a thin wrapper around shell scripts that actually do the work. (Makefile is only still there for the user interface.) | |||
2007-10-11 | Promote help to global config option, teach error_exit() to output usage ↵ | Rob Landley | |
message when called from get_optflags(). | |||
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 | |
existing applets. Still a bit buggy, but bits of it work. | |||
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 | |
plans for toysh. Nothing's currently _using_ this config info, but at least it's being generated now. |