aboutsummaryrefslogtreecommitdiff
path: root/debianutils/which.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: code shrink detection of executablesRon Yorston2023-03-161-7/+4
* win32: revert special treatment of Unix-style absolute pathsRon Yorston2022-10-261-3/+3
* win32: search PATH for missing Unix-style executablesRon Yorston2022-05-061-5/+12
* which,ash: changes to which/command/typeRon Yorston2022-05-011-21/+29
* Merge busybox into mergeRon Yorston2021-12-271-2/+3
|\
| * which: add -a to help textDenys Vlasenko2021-11-091-2/+3
* | which: changes to standalone shell supportRon Yorston2021-02-251-19/+27
* | Merge branch 'busybox' into mergeRon Yorston2021-01-141-2/+2
|\|
| * help text tweaksDenys Vlasenko2020-12-181-2/+2
* | win32: code shrink Unix-style path handlingRon Yorston2020-08-231-23/+13
* | win32: use built-in applets for non-existent binaries with Unix-style pathsRon Yorston2020-08-131-0/+10
* | win32: handle Unix-style absolute paths for executablesRon Yorston2020-08-131-0/+1
* | win32: code shrinkRon Yorston2020-08-131-2/+1
* | which: handle paths of form 'c:path'Ron Yorston2020-08-131-2/+5
* | which: rearrange conditional compilationRon Yorston2020-08-041-1/+6
* | win32: code shrinkRon Yorston2020-02-131-7/+5
* | win32: add function to convert slashes to backslashesRon Yorston2019-03-151-3/+3
* | which: standardise slashes in outputRon Yorston2019-02-041-0/+10
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-1/+1
|\|
| * config: update size informationDenys Vlasenko2018-12-281-1/+1
* | win32: rework adding of extensions to filenamesRon Yorston2018-12-061-2/+1
* | 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
|/