summaryrefslogtreecommitdiff
path: root/findutils/find.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-18/+14
|
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-15/+2
| | | | and eventual platform specific includes in early.
* implement -print0 for findPaul Fox2006-05-121-0/+11
|
* prevent find from ever descending into an xdev'ed directory.Paul Fox2006-03-271-15/+9
|
* Patch from Denis Vlasenko to add xstat() and use it.Rob Landley2006-03-131-6/+3
|
* just whitespaceTim Riker2006-01-251-2/+2
|
* add find's "-mmin" option. configurable.Paul Fox2006-01-131-0/+27
|
* The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. TheRob Landley2005-10-061-22/+50
| | | | | -exec feature shouldn't be tangled up with this, so revert everything but the new exec feature for the moment.
* Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_Rob Landley2005-10-041-43/+60
| | | | while we're in the area.
* network "default" --> bb_INET_default. Reduce 2 exported from find applet"Vladimir N. Oleynik"2005-09-221-2/+2
|
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-1/+1
| | | | which were otherwise cluttering the global namespace.
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-4/+4
|
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+1
|
* Major coreutils update.Manuel Novoa III2003-03-191-14/+14
|
* Apply patch from Ghozlane Toumi to add -inum support to find.Eric Andersen2003-01-231-11/+49
| | | | | | | | Apply patch from Ghozlane Toumi to make find smaller by combining similar error messages Forward port find -newer support from busybox stable that was missing from unstable. -Erik. Fixup usage messages for find. -Erik
* Fix -mtime, by Ian AbbottGlenn L McGrath2002-12-111-5/+5
|
* Patch for bug #1183: Added a -xdev option to find (configurable)Robert Griebl2002-07-241-0/+43
|
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai2001-12-201-4/+4
|
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-12/+12
| | | | -Erik
* Applied patch from David Douthitt to re-add -print option to find.Mark Whitley2001-03-281-0/+3
| | | | Closes bug #1144.
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
| | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
| | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed.
* Reworked find with David Douthitt to support -type, -perm, -mtime, andMatt Kraai2001-02-071-56/+144
| | | | other improvements.
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
| | | | | a release. Update the website with release details. -Erik
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-0/+2
| | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea toMatt Kraai2001-01-181-2/+2
| | | | Vladimir N. Oleynik.
* Changed names of functions in utility.c and all affected files, to makeMark Whitley2000-12-071-1/+1
| | | | compliant with the style guide. Everybody rebuild your tags file!
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-011-2/+2
|
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Extract usage information into a separate file.Matt Kraai2000-07-161-12/+0
|
* Removed unnecessary #include "regexp.h" line from find.c as per Matt Kraai'sMark Whitley2000-07-101-1/+0
| | | | suggestion on the mailing list.
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
| | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-3/+6
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen2000-04-131-3/+3
| | | | | while trying to write docs . :-) -Erik
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-1/+1
| | | | -Erik
* Yet another installment in the ongoing tar sagaErik Andersen2000-03-281-2/+2
| | | | -Erik
* More minor touchups.Erik Andersen2000-02-101-7/+1
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-69/+73
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-1/+1
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* Clear up some ambiguity with old style assignments.Erik Andersen2000-01-291-3/+3
| | | | -Erik
* StufEric Andersen1999-12-031-2/+9
|
* Updates to usage, and made tar work.Eric Andersen1999-11-101-3/+12
| | | | -Erik
* StufEric Andersen1999-10-281-24/+1
|
* Added regexp support, fixed Changelog.Eric Andersen1999-10-221-11/+12
|
* Fixed up copyright notices and suchEric Andersen1999-10-201-1/+3
|
* More stuff.Eric Andersen1999-10-181-4/+2
| | | | -Erik
* More fixesEric Andersen1999-10-181-32/+1
|
* Some fixes and suchEric Andersen1999-10-171-4/+4
|
* More stuff.Eric Andersen1999-10-091-1/+1
|
* More stuff.Eric Andersen1999-10-061-0/+133
|