don't whine if all we need to do is remove a bg job
[oweals/busybox.git] / which.c
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-05-07 Eric AndersenA bug fix from Vladimir for a memory leak I stupidly
2001-05-04 Eric AndersenLarry suggested using concat_path_file() would be an...
2001-05-04 Eric AndersenFix a buffer overflow. Which accounted for the size...
2001-03-09 Eric AndersenPatch from Jeff Garzik marking a few 'getopt not needed...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2000-11-18 Matt KraaiFixed return status (thanks to David Douthitt for the...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-18 Glenn L McGrathPath count was out by one, fixed it
2000-09-18 Glenn L McGrathSimplify and remove dependence on PATH_MAX
2000-09-13 Matt KraaiFix calls to {m,c,re}alloc so that they use x{m,c,re...
2000-08-10 Eric AndersenSome #include updates.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiDon't use strings directly in calls to usage(). This...
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-05 Pavel Roskin"which" rewritten to use stat(). Fixes to improve its...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...