Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-08 | More stabs at getting #includes right, and moving off of deprecated functions. | Rob Landley | |
2008-05-17 | Fix which (the meaning of -a was reversed, and it was finding the _last_ hit). | Rob Landley | |
2008-01-19 | Move NEWTOY() list from end of toylist.h to generated/newtoys.h. | 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-12-03 | Add comments about SUSv3 specs (or lack thereof). | Rob Landley | |
2007-11-29 | Change command main() functions to return void, and exit(toys.exitval) from | Rob Landley | |
the toybox infrastructure instead. Eliminates a return call from each command. | |||
2007-11-06 | Add or correct file descriptions | Charlie Shepherd | |
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-03 | Implement which. Add hello world to menuconfig. Wrap the various applet main | Rob Landley | |
functions in main.c with USE() macros so --gc-sections can strip them. |