aboutsummaryrefslogtreecommitdiff
path: root/toys/which.c
AgeCommit message (Expand)Author
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley
2012-07-15Genericize llist code a bit: rename llist_free() to llist_traverse(), and no ...Rob Landley
2012-03-08More stabs at getting #includes right, and moving off of deprecated functions.Rob Landley
2008-05-17Fix which (the meaning of -a was reversed, and it was finding the _last_ hit).Rob Landley
2008-01-19Move NEWTOY() list from end of toylist.h to generated/newtoys.h.Rob Landley
2008-01-19Zap toys/Config.in and instead create generated/Config.in from contents ofRob Landley
2007-12-03Add comments about SUSv3 specs (or lack thereof).Rob Landley
2007-11-29Change command main() functions to return void, and exit(toys.exitval) fromRob Landley
2007-11-06Add or correct file descriptionsCharlie Shepherd
2007-01-31Add "make defconfig". Modify global options to start with CONFIG_TOYBOX_.Rob Landley
2006-11-19New option parsing infrastructure (doesn't use getopt). Hook it up toRob Landley
2006-11-03Implement which. Add hello world to menuconfig. Wrap the various applet mainRob Landley