aboutsummaryrefslogtreecommitdiff
path: root/findutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-272-5/+6
* rename functions to more understandable namesvda2006-10-261-1/+1
* grep: "grep -h pattern file1 file2" ignored -hvda2006-10-221-14/+14
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* grep: -r didn't close files, producing "Too many open files"vda2006-10-151-1/+2
* grep: fix combination of -r and -hvda2006-10-141-1/+2
* grep: add support for -rvda2006-10-142-98/+133
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-121-2/+2
* attempt to regularize atoi mess.vda2006-10-082-29/+20
* build system overhaulvda2006-10-054-89/+45
* bb_applet_name -> applet_namevda2006-10-032-4/+4
* getopt_ulflags -> getopt32.vda2006-10-032-7/+7
* lots of silly indent fixesvda2006-10-031-1/+1
* grep: add help text; fix stylevda2006-09-291-25/+25
* grep: implement -o option. Patch by Jac Goudsmit.vda2006-09-291-22/+34
* xargs: simplify option parsingvda2006-09-291-116/+91
* fix 'grep -C' which requires an argumentandersen2006-09-251-1/+1
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-221-1/+1
* - fix copy'n paste errors that got introduced when switching to the shorter b...aldot2006-09-131-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-032-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-033-29/+8
* make the -0 xargs option a little more clearvapier2006-07-031-1/+1
* - reuse strings and messages. Saves about 600Baldot2006-06-072-20/+16
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-023-30/+6
* - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:aldot2006-05-271-3/+1
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-2/+2
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-131-1/+1
* implement -print0 for findpgf2006-05-122-0/+21
* Patch from Robert P Day: let menuconfig indent stuff for us, we don't havelandley2006-04-131-15/+15
* prevent find from ever descending into an xdev'ed directory.pgf2006-03-271-15/+9
* - revert back to r14406aldot2006-03-131-7/+14
* Patch from Denis Vlasenko to add xstat() and use it.landley2006-03-131-6/+3
* - backout using features which are not available with the previous stablealdot2006-03-091-2/+6
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-021-0/+4
* - fixes parallel builds (make -j)aldot2006-03-011-13/+2
* make grep faster (close bug 758), reduce small memory leak in CONFIG_FEATURE_...vodz2006-02-281-16/+62
* Don't build directory libraries unless we're building an applet that needs it.landley2006-02-211-0/+2
* make the build system puuuuuuuuuuurtyvapier2006-02-021-3/+2
* removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU...vodz2006-01-301-28/+28
* just whitespacetimr2006-01-251-2/+2
* - shared libbusybox.aldot2006-01-151-0/+5
* add find's "-mmin" option. configurable.pgf2006-01-132-1/+36
* - new bb_opt_complementally syntax, use [-:?] only - 'free' charsvodz2005-10-141-2/+2
* The supposedly trivial CONFIG->ENABLE conversion wasn't so trivial. Thelandley2005-10-061-22/+50