index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
which.c
Age
Commit message (
Expand
)
Author
2012-07-15
Genericize llist code a bit: rename llist_free() to llist_traverse(), and no ...
Rob Landley
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
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
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
2006-11-03
Implement which. Add hello world to menuconfig. Wrap the various applet main
Rob Landley