aboutsummaryrefslogtreecommitdiff
path: root/debianutils/which.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* which: -a support (needed for bfin uclibc build script)Denis Vlasenko2008-06-051-12/+52
* which: fix testsuite failureDenis Vlasenko2007-11-251-2/+2
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* remove nearly-duplicate PATHs in several placesDenis Vlasenko2007-06-121-1/+3
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* fix which-uses-default-pathDenis Vlasenko2007-01-281-0/+4
* remove bb_printf and the likeDenis Vlasenko2006-10-261-1/+1
* ifupdown: stop emitting annoying/misleading error messages.Denis Vlasenko2006-10-111-54/+14
* which: -84 bytesDenis Vlasenko2006-10-051-46/+23
* - fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer2006-09-131-1/+1
* Remove unnecessary consts.1_2_0Rob Landley2006-07-191-1/+1
* Rearrange order of type qualifiers."Robert P. J. Day"2006-07-181-1/+1
* - minor shrinkageBernhard Reutner-Fischer2006-06-141-8/+13
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-1/+1
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-8/+0
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-071-2/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* committing bug #7:Paul Fox2005-09-141-29/+42
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Fix a compile error identiefied by Steven Scholz.Glenn L McGrath2004-03-031-1/+1
* Check file has execute permission for the current user, minor formatingGlenn L McGrath2004-03-011-24/+20
* fix a bug where `which' doesn't check whether the file passed as an argumentGlenn L McGrath2003-10-291-1/+3
* sighEric Andersen2003-10-221-1/+1
* Tomasz Motylewski reported that the 'which' applet does not findEric Andersen2003-10-221-12/+30
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
* Major coreutils update.Manuel Novoa III2003-03-191-1/+1
* Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath2002-11-111-0/+81