aboutsummaryrefslogtreecommitdiff
path: root/findutils/find.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix warning in find.cvda2007-01-271-4/+4
* find: fix -mtime, -mmin, -perm (+ add symbolic perm handling)vda2007-01-261-27/+40
* fix warning from needlessly-global functionsvda2007-01-221-1/+1
* find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>)vda2007-01-031-2/+3
* merge post-1.3.0 fixesvda2006-12-261-1/+3
* sum: 40% size reduction (-300 bytes)vda2006-12-231-10/+5
* find: fix spurious -exec error messagesvda2006-12-231-2/+1
* build system: add "release" targetvda2006-12-121-0/+14
* mostly style fixesvda2006-11-011-29/+29
* find: -type T was actually meaning ! -type T!vda2006-10-311-1/+1
* find: implement -prune. "make clean" now works! :)vda2006-10-311-3/+21
* find: fix implicit -print (sometime differed from standard)vda2006-10-311-3/+11
* find: implement ( )vda2006-10-301-96/+169
* find: a lot more compliant to 'standard' findvda2006-10-291-173/+260
* find: small improvementvda2006-10-291-11/+15
* find: fix -exec to work like stock find does.vda2006-10-291-98/+155
* recursive_action: add depth paramvda2006-10-271-3/+3
* grep: add support for -rvda2006-10-141-26/+26
* attempt to regularize atoi mess.vda2006-10-081-27/+18
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-221-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-12/+5
* - reuse strings and messages. Saves about 600Baldot2006-06-071-18/+14
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-15/+2
* implement -print0 for findpgf2006-05-121-0/+11
* prevent find from ever descending into an xdev'ed directory.pgf2006-03-271-15/+9
* Patch from Denis Vlasenko to add xstat() and use it.landley2006-03-131-6/+3
* just whitespacetimr2006-01-251-2/+2
* add find's "-mmin" option. configurable.pgf2006-01-131-0/+27
* The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. Thelandley2005-10-061-22/+50
* Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_landley2005-10-041-43/+60
* network "default" --> bb_INET_default. Reduce 2 exported from find appletvodz2005-09-221-2/+2
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-161-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-4/+4
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-2/+1
* Major coreutils update.mjn32003-03-191-14/+14
* Apply patch from Ghozlane Toumi to add -inum support to find.andersen2003-01-231-11/+49
* Fix -mtime, by Ian Abbottbug12002-12-111-5/+5
* Patch for bug #1183: Added a -xdev option to find (configurable)sandman2002-07-241-0/+43
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.kraai2001-12-201-4/+4
* Major rework of the directory structure and the entire build system.andersen2001-10-241-12/+12
* Applied patch from David Douthitt to re-add -print option to find.markw2001-03-281-0/+3
* 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
* Reworked find with David Douthitt to support -type, -perm, -mtime, andkraai2001-02-071-56/+144
* 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
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea tokraai2001-01-181-2/+2
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-1/+1
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-2/+2
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1