aboutsummaryrefslogtreecommitdiff
path: root/which.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.ckraai2001-05-161-1/+1
* A bug fix from Vladimir for a memory leak I stupidlyandersen2001-05-071-2/+2
* Larry suggested using concat_path_file() would be an even safer betandersen2001-05-041-4/+3
* Fix a buffer overflow. Which accounted for the size of the path, plus the theandersen2001-05-041-1/+1
* Patch from Jeff Garzik marking a few 'getopt not needed' apps.andersen2001-03-091-0/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-1/+1
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+2
* Fixed return status (thanks to David Douthitt for the fix).kraai2000-11-181-2/+6
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Path count was out by one, fixed itbug12000-09-181-1/+1
* Simplify and remove dependence on PATH_MAXbug12000-09-181-31/+12
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofkraai2000-09-131-1/+1
* Some #include updates.andersen2000-08-101-1/+0
* Extract usage information into a separate file.kraai2000-07-161-7/+0
* Don't use strings directly in calls to usage(). This is in preparationkraai2000-07-141-7/+8
* Updates to a number of apps to remove warnings/compile errors under libc5.andersen2000-06-191-1/+1
* "which" rewritten to use stat(). Fixes to improve its compatabilityproski2000-06-051-18/+45
* More libc portability updates, add in the website (which has not beenerik2000-05-191-0/+73