mostly style fixes
[oweals/busybox.git] / findutils / find.c
2006-11-01 Denis Vlasenkomostly style fixes
2006-10-31 Denis Vlasenkofind: -type T was actually meaning ! -type T!
2006-10-31 Denis Vlasenkofind: implement -prune. "make clean" now works! :)
2006-10-31 Denis Vlasenkofind: fix implicit -print (sometime differed from standard)
2006-10-30 Denis Vlasenkofind: implement ( )
2006-10-29 Denis Vlasenkofind: a lot more compliant to 'standard' find
2006-10-29 Denis Vlasenkofind: small improvement
2006-10-29 Denis Vlasenkofind: fix -exec to work like stock find does.
2006-10-27 Denis Vlasenkorecursive_action: add depth param
2006-10-14 Denis Vlasenkogrep: add support for -r
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-09-22 Rob LandleyChange license statements (and clean up headers) on...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-12 Paul Foximplement -print0 for find
2006-03-27 Paul Foxprevent find from ever descending into an xdev'ed direc...
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-01-25 Tim Rikerjust whitespace
2006-01-13 Paul Foxadd find's "-mmin" option. configurable.
2005-10-06 Rob LandleyThe supposedly trivial CONFIG->ENABLE conversion wasn...
2005-10-04 Rob LandleyAdd find -exec support from Rob Sullivan, and convert...
2005-09-22 "Vladimir N. Oleynik"network "default" --> bb_INET_default. Reduce 2 exporte...
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-01-23 Eric AndersenApply patch from Ghozlane Toumi to add -inum support...
2002-12-11 Glenn L McGrathFix -mtime, by Ian Abbott
2002-07-24 Robert GrieblPatch for bug #1183: Added a -xdev option to find ...
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-03-28 Mark WhitleyApplied patch from David Douthitt to re-add -print...
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-02-07 Matt KraaiReworked find with David Douthitt to support -type...
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...
2001-01-18 Matt KraaiEliminate calls of the form "fprintf(stdout,". Thanks...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-10 Mark WhitleyRemoved unnecessary #include "regexp.h" line from find...
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-13 Erik AndersenMore doc updates for BusyBox, with fixes to apps for...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-03-28 Erik AndersenYet another installment in the ongoing tar saga
2000-02-10 Erik AndersenMore minor touchups.
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-29 Erik AndersenClear up some ambiguity with old style assignments.
1999-12-03 Eric AndersenStuf
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-10-28 Eric AndersenStuf
1999-10-22 Eric AndersenAdded regexp support, fixed Changelog.
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-18 Eric AndersenMore stuff.
1999-10-18 Eric AndersenMore fixes
1999-10-17 Eric AndersenSome fixes and such
1999-10-09 Eric AndersenMore stuff.
1999-10-06 Eric AndersenMore stuff.
1999-10-05 Eric AndersenInitial revision 0_29alpha2