aboutsummaryrefslogtreecommitdiff
path: root/debianutils/which.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: additional improvements to handling of executablesRon Yorston2018-02-281-5/+6
* win32: move detection of file formats to stat(2)Ron Yorston2018-02-261-1/+1
* which: treat busybox as a special caseRon Yorston2018-02-131-1/+8
* Merge branch 'busybox' into mergeRon Yorston2018-02-131-8/+8
|\
| * which: fix TODO with NOFORK+malloc_failure misbehavingDenys Vlasenko2018-01-121-8/+8
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-3/+4
|\|
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
| * new NOFORKs: clear, nproc, tty, uname, arch, unlink, whichDenys Vlasenko2017-08-031-1/+3
* | Allow PREFER_APPLETS and SH_STANDALONE to be set separatelyRon Yorston2017-07-271-2/+3
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-3/+3
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | which: explicit test for busybox when applets are preferredRon Yorston2016-05-191-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-10-191-0/+10
|\|
| * debianutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-191-0/+10
| * which: rewriteTimo Teräs2014-05-031-60/+23
* | MinGW: rename execable -> executableRon Yorston2014-05-061-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2014-05-061-71/+28
|\ \
| * | which: rewriteTito Ragusa2014-05-041-60/+23
| |/
| * libbb: rename execable -> executable. No code changesDenys Vlasenko2014-05-021-5/+5
* | Use win32_execable_file() in test, which and execable.cRon Yorston2012-05-091-23/+0
* | which: report applets if PREFER_APPLETS is setRon Yorston2012-04-031-5/+7
* | which: report use of applets in sh standalone modeRon Yorston2012-04-021-28/+41
* | Merge commit 'b83c9704128dd106071184e4b00335a3b8486857' into mergeRon Yorston2012-03-221-0/+9
|\|
| * move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+9
* | Merge branch 'origin/master' (early part)Nguyễn Thái Ngọc Duy2010-09-141-1/+1
|\|
| * *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* | win32: which: support .com executablesNguyễn Thái Ngọc Duy2010-09-141-0/+10
* | win32: which: look for .exe files tooNguyễn Thái Ngọc Duy2010-09-101-2/+22
|/
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-2/+2
* *: 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