aboutsummaryrefslogtreecommitdiff
path: root/debianutils/which.c
AgeCommit message (Expand)Author
2020-12-18help text tweaksDenys Vlasenko
2018-12-28config: update size informationDenys Vlasenko
2018-01-12which: fix TODO with NOFORK+malloc_failure misbehavingDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-03new NOFORKs: clear, nproc, tty, uname, arch, unlink, whichDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2015-10-19debianutils/*: convert to new-style "one file" appletsDenys Vlasenko
2014-05-03which: rewriteTimo Teräs
2014-05-02libbb: rename execable -> executable. No code changesDenys Vlasenko
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-05which: -a support (needed for bfin uclibc build script)Denis Vlasenko
2007-11-25which: fix testsuite failureDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-06-12remove nearly-duplicate PATHs in several placesDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-28fix which-uses-default-pathDenis Vlasenko
2006-10-26remove bb_printf and the likeDenis Vlasenko
2006-10-11ifupdown: stop emitting annoying/misleading error messages.Denis Vlasenko
2006-10-05which: -84 bytesDenis Vlasenko
2006-09-13- fix copy'n paste errors that got introduced when switching to the shorter b...Bernhard Reutner-Fischer
2006-07-19Remove unnecessary consts.Rob Landley
2006-07-18Rearrange order of type qualifiers."Robert P. J. Day"
2006-06-14- minor shrinkageBernhard Reutner-Fischer
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer
2006-05-07Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2005-09-14committing bug #7:Paul Fox
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-03-03Fix a compile error identiefied by Steven Scholz.Glenn L McGrath
2004-03-01Check file has execute permission for the current user, minor formatingGlenn L McGrath
2003-10-29fix a bug where `which' doesn't check whether the file passed as an argumentGlenn L McGrath
2003-10-22sighEric Andersen
2003-10-22Tomasz Motylewski reported that the 'which' applet does not findEric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-11Move readlink, mktemp, run-parts and which to a new debianutils dir.Glenn L McGrath