aboutsummaryrefslogtreecommitdiff
path: root/findutils/find.c
AgeCommit message (Expand)Author
2007-01-03find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>)Denis Vlasenko
2006-12-26merge post-1.3.0 fixesDenis Vlasenko
2006-12-23sum: 40% size reduction (-300 bytes)Denis Vlasenko
2006-12-23find: fix spurious -exec error messagesDenis Vlasenko
2006-12-12build system: add "release" targetDenis Vlasenko
2006-11-01mostly style fixesDenis Vlasenko
2006-10-31find: -type T was actually meaning ! -type T!Denis Vlasenko
2006-10-31find: implement -prune. "make clean" now works! :)Denis Vlasenko
2006-10-31find: fix implicit -print (sometime differed from standard)Denis Vlasenko
2006-10-30find: implement ( )Denis Vlasenko
2006-10-29find: a lot more compliant to 'standard' findDenis Vlasenko
2006-10-29find: small improvementDenis Vlasenko
2006-10-29find: fix -exec to work like stock find does.Denis Vlasenko
2006-10-27recursive_action: add depth paramDenis Vlasenko
2006-10-14grep: add support for -rDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-06-07- reuse strings and messages. Saves about 600BBernhard Reutner-Fischer
2006-06-02- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
2006-05-12implement -print0 for findPaul Fox
2006-03-27prevent find from ever descending into an xdev'ed directory.Paul Fox
2006-03-13Patch from Denis Vlasenko to add xstat() and use it.Rob Landley
2006-01-25just whitespaceTim Riker
2006-01-13add find's "-mmin" option. configurable.Paul Fox
2005-10-06The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. TheRob Landley
2005-10-04Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_Rob Landley
2005-09-22network "default" --> bb_INET_default. Reduce 2 exported from find applet"Vladimir N. Oleynik"
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2003-01-23Apply patch from Ghozlane Toumi to add -inum support to find.Eric Andersen
2002-12-11Fix -mtime, by Ian AbbottGlenn L McGrath
2002-07-24Patch for bug #1183: Added a -xdev option to find (configurable)Robert Griebl
2001-12-20Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai
2001-10-24Major rework of the directory structure and the entire build system.Eric Andersen
2001-03-28Applied patch from David Douthitt to re-add -print option to find.Mark Whitley
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-02-07Reworked find with David Douthitt to support -type, -perm, -mtime, andMatt Kraai
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2001-01-18Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-10Removed unnecessary #include "regexp.h" line from find.c as per Matt Kraai'sMark Whitley
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen