Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-02 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | |
and eventual platform specific includes in early. | |||
2006-05-19 | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it | |||
2006-05-07 | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | |
as the old optimization did (actually does slightly better under gcc 4.0), and simplifies the code. | |||
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
2005-09-14 | committing bug #7: | Paul Fox | |
0000007: which and wd-located files which doesn't search $PATH when there's a file in the WD with the same name of the 'filename' parameter... | |||
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | |
2004-03-03 | Fix a compile error identiefied by Steven Scholz. | Glenn L McGrath | |
Declare variables first for compatability. | |||
2004-03-01 | Check file has execute permission for the current user, minor formating | Glenn L McGrath | |
2003-10-29 | fix a bug where `which' doesn't check whether the file passed as an argument | Glenn L McGrath | |
is a regular file, patch by Arthur Othieno | |||
2003-10-22 | sigh | Eric Andersen | |
2003-10-22 | Tomasz Motylewski reported that the 'which' applet does not find | Eric Andersen | |
files when the full file PATH is specified. This patch from Arthur Othieno fixes it. | |||
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | |
2003-03-19 | Major coreutils update. | Manuel Novoa III | |
2002-11-11 | Move readlink, mktemp, run-parts and which to a new debianutils dir. | Glenn L McGrath | |