| Commit message (Expand) | Author | Age | Files | Lines |
* | merge post-1.3.0 fixes | vda | 2006-12-26 | 1 | -1/+3 |
* | sum: 40% size reduction (-300 bytes) | vda | 2006-12-23 | 1 | -10/+5 |
* | find: fix spurious -exec error messages | vda | 2006-12-23 | 1 | -2/+1 |
* | build system: add "release" target | vda | 2006-12-12 | 1 | -0/+14 |
* | mostly style fixes | vda | 2006-11-01 | 1 | -29/+29 |
* | find: -type T was actually meaning ! -type T! | vda | 2006-10-31 | 1 | -1/+1 |
* | find: implement -prune. "make clean" now works! :) | vda | 2006-10-31 | 1 | -3/+21 |
* | find: fix implicit -print (sometime differed from standard) | vda | 2006-10-31 | 1 | -3/+11 |
* | find: implement ( ) | vda | 2006-10-30 | 1 | -96/+169 |
* | find: a lot more compliant to 'standard' find | vda | 2006-10-29 | 1 | -173/+260 |
* | find: small improvement | vda | 2006-10-29 | 1 | -11/+15 |
* | find: fix -exec to work like stock find does. | vda | 2006-10-29 | 1 | -98/+155 |
* | recursive_action: add depth param | vda | 2006-10-27 | 1 | -3/+3 |
* | grep: add support for -r | vda | 2006-10-14 | 1 | -26/+26 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 1 | -27/+18 |
* | Change license statements (and clean up headers) on some of the files that | landley | 2006-09-22 | 1 | -1/+1 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 1 | -12/+5 |
* | - reuse strings and messages. Saves about 600B | aldot | 2006-06-07 | 1 | -18/+14 |
* | - move #include busybox.h to the very top so we pull in the config | aldot | 2006-06-02 | 1 | -15/+2 |
* | implement -print0 for find | pgf | 2006-05-12 | 1 | -0/+11 |
* | prevent find from ever descending into an xdev'ed directory. | pgf | 2006-03-27 | 1 | -15/+9 |
* | Patch from Denis Vlasenko to add xstat() and use it. | landley | 2006-03-13 | 1 | -6/+3 |
* | just whitespace | timr | 2006-01-25 | 1 | -2/+2 |
* | add find's "-mmin" option. configurable. | pgf | 2006-01-13 | 1 | -0/+27 |
* | The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. The | landley | 2005-10-06 | 1 | -22/+50 |
* | Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_ | landley | 2005-10-04 | 1 | -43/+60 |
* | network "default" --> bb_INET_default. Reduce 2 exported from find applet | vodz | 2005-09-22 | 1 | -2/+2 |
* | Patch from Bernhard Fischer to make a bunch of symbols static | andersen | 2005-04-16 | 1 | -1/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | andersen | 2004-03-15 | 1 | -4/+4 |
* | Update a bunch of docs. Run a script to update my email addr. | andersen | 2003-07-14 | 1 | -2/+1 |
* | Major coreutils update. | mjn3 | 2003-03-19 | 1 | -14/+14 |
* | Apply patch from Ghozlane Toumi to add -inum support to find. | andersen | 2003-01-23 | 1 | -11/+49 |
* | Fix -mtime, by Ian Abbott | bug1 | 2002-12-11 | 1 | -5/+5 |
* | Patch for bug #1183: Added a -xdev option to find (configurable) | sandman | 2002-07-24 | 1 | -0/+43 |
* | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | kraai | 2001-12-20 | 1 | -4/+4 |
* | Major rework of the directory structure and the entire build system. | andersen | 2001-10-24 | 1 | -12/+12 |
* | Applied patch from David Douthitt to re-add -print option to find. | markw | 2001-03-28 | 1 | -0/+3 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | andersen | 2001-02-14 | 1 | -1/+1 |
* | Reworked find with David Douthitt to support -type, -perm, -mtime, and | kraai | 2001-02-07 | 1 | -56/+144 |
* | Fix up copyright msgs. Bump version to 0.49 in preparation for | andersen | 2001-01-27 | 1 | -1/+1 |
* | Fix header file usage -- there were many unnecessary header files included in | andersen | 2001-01-27 | 1 | -0/+2 |
* | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to | kraai | 2001-01-18 | 1 | -2/+2 |
* | Changed names of functions in utility.c and all affected files, to make | markw | 2000-12-07 | 1 | -1/+1 |
* | Stop using TRUE and FALSE for exit status. | kraai | 2000-12-01 | 1 | -2/+2 |
* | Renamed "internal.h" to the more sensible "busybox.h". | andersen | 2000-09-25 | 1 | -1/+1 |
* | Extract usage information into a separate file. | kraai | 2000-07-16 | 1 | -12/+0 |
* | Removed unnecessary #include "regexp.h" line from find.c as per Matt Kraai's | markw | 2000-07-10 | 1 | -1/+0 |
* | Updates to a number of apps to remove warnings/compile errors under libc5. | andersen | 2000-06-19 | 1 | -1/+1 |
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | erik | 2000-05-12 | 1 | -3/+6 |