index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
debianutils
/
which.c
Age
Commit message (
Expand
)
Author
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-05
which: -a support (needed for bfin uclibc build script)
Denis Vlasenko
2007-11-25
which: fix testsuite failure
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-06-12
remove nearly-duplicate PATHs in several places
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-28
fix which-uses-default-path
Denis Vlasenko
2006-10-26
remove bb_printf and the like
Denis Vlasenko
2006-10-11
ifupdown: stop emitting annoying/misleading error messages.
Denis Vlasenko
2006-10-05
which: -84 bytes
Denis Vlasenko
2006-09-13
- fix copy'n paste errors that got introduced when switching to the shorter b...
Bernhard Reutner-Fischer
2006-07-19
Remove unnecessary consts.
Rob Landley
2006-07-18
Rearrange order of type qualifiers.
"Robert P. J. Day"
2006-06-14
- minor shrinkage
Bernhard Reutner-Fischer
2006-06-02
- move #include busybox.h to the very top so we pull in the config
Bernhard Reutner-Fischer
2006-05-19
- remove emacs layout block as suggested by Robert P.J. Day
Bernhard Reutner-Fischer
2006-05-07
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
Rob Landley
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2005-09-14
committing bug #7:
Paul Fox
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
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
2003-10-22
sigh
Eric Andersen
2003-10-22
Tomasz Motylewski reported that the 'which' applet does not find
Eric Andersen
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