Age | Commit message (Expand) | Author |
2007-01-22 | fix warning from needlessly-global functions | Denis Vlasenko |
2007-01-03 | find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>) | Denis Vlasenko |
2006-12-26 | merge post-1.3.0 fixes | Denis Vlasenko |
2006-12-23 | sum: 40% size reduction (-300 bytes) | Denis Vlasenko |
2006-12-23 | find: fix spurious -exec error messages | Denis Vlasenko |
2006-12-12 | build system: add "release" target | Denis Vlasenko |
2006-11-01 | mostly style fixes | Denis Vlasenko |
2006-10-31 | find: -type T was actually meaning ! -type T! | Denis Vlasenko |
2006-10-31 | find: implement -prune. "make clean" now works! :) | Denis Vlasenko |
2006-10-31 | find: fix implicit -print (sometime differed from standard) | Denis Vlasenko |
2006-10-30 | find: implement ( ) | Denis Vlasenko |
2006-10-29 | find: a lot more compliant to 'standard' find | Denis Vlasenko |
2006-10-29 | find: small improvement | Denis Vlasenko |
2006-10-29 | find: fix -exec to work like stock find does. | Denis Vlasenko |
2006-10-27 | recursive_action: add depth param | Denis Vlasenko |
2006-10-14 | grep: add support for -r | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-09-22 | Change license statements (and clean up headers) on some of the files that | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-06-07 | - reuse strings and messages. Saves about 600B | 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-12 | implement -print0 for find | Paul Fox |
2006-03-27 | prevent find from ever descending into an xdev'ed directory. | Paul Fox |
2006-03-13 | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
2006-01-13 | add find's "-mmin" option. configurable. | Paul Fox |
2005-10-06 | The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. The | Rob Landley |
2005-10-04 | Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_ | Rob Landley |
2005-09-22 | network "default" --> bb_INET_default. Reduce 2 exported from find applet | "Vladimir N. Oleynik" |
2005-04-16 | Patch from Bernhard Fischer to make a bunch of symbols static | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | 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 |
2003-01-23 | Apply patch from Ghozlane Toumi to add -inum support to find. | Eric Andersen |
2002-12-11 | Fix -mtime, by Ian Abbott | Glenn L McGrath |
2002-07-24 | Patch for bug #1183: Added a -xdev option to find (configurable) | Robert Griebl |
2001-12-20 | Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. | Matt Kraai |
2001-10-24 | Major rework of the directory structure and the entire build system. | Eric Andersen |
2001-03-28 | Applied patch from David Douthitt to re-add -print option to find. | Mark Whitley |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-02-07 | Reworked find with David Douthitt to support -type, -perm, -mtime, and | Matt Kraai |
2001-01-27 | Fix up copyright msgs. Bump version to 0.49 in preparation for0_49 | Eric Andersen |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2001-01-18 | Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to | Matt Kraai |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai |
2000-09-25 | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen |
2000-07-16 | Extract usage information into a separate file. | Matt Kraai |
2000-07-10 | Removed unnecessary #include "regexp.h" line from find.c as per Matt Kraai's | Mark Whitley |