Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-14 | Hello shouldn't be enabled in defconfig. | Rob Landley | |
2008-01-20 | Fluff out hello.c to supply more example code as a skeleton for new commands, | Rob Landley | |
and update a chunk of code.html (much more to do there). | |||
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. | |||
2006-11-01 | Add a hello world applet, partly as an example and partly for testing purposes. | Rob Landley | |