aboutsummaryrefslogtreecommitdiff
path: root/findutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* findutils/xargs: do not subtract orig_arg_max to negative valueNguyễn Thái Ngọc Duy2009-04-231-1/+2
* fixes up to 1.6.1Nguyễn Thái Ngọc Duy2009-04-231-16/+16
* usage.c: remove reference to busybox.hvda2007-05-263-3/+3
* xargs: simplify word list managementvda2007-04-151-29/+25
* hush: use NOFORK applets as appropriate. Net reduction of code size.vda2007-04-141-1/+3
* find: add support for -delete, -path (by Natanael Copa)vda2007-04-132-0/+60
* make sure we free the grep data as wellvapier2007-04-121-0/+1
* style fixes. No code changesvda2007-04-121-1/+1
* xargs: fix my brain fart (resulted in memory leak)vda2007-04-101-7/+6
* audit small applets and mark some of them as NOFORK.vda2007-04-102-0/+6
* factor out NOFORK/NOEXEC code from find. Use it for xargs too.vda2007-04-092-50/+17
* xargs: shrink code, ~80 bytesvda2007-04-091-75/+77
* Implement first instance of NOFORK applet - echovda2007-04-091-2/+23
* find: fix -prune more. Add big comment about it.vda2007-04-081-7/+21
* find: fix handling of -prunevda2007-04-082-32/+42
* - size and prune were mixed upaldot2007-04-051-6/+6
* find: missed 'ststic' on const datavda2007-04-051-5/+6
* find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>)vda2007-04-042-115/+155
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"aldot2007-04-041-1/+1
* - use index_in_str_array also for find_mainaldot2007-03-291-2/+8
* - remove bloated switch statement.aldot2007-03-291-17/+8
* - implement a TODO: Use index_in_str_array in parse_paramsaldot2007-03-291-40/+118
* - Purely cosmetic type fiddlingaldot2007-03-291-15/+14
* - fold recurse, depthFirst and dereference params into one param flags.aldot2007-03-292-11/+9
* grep: "implement" -a and -I by ignoring themvda2007-02-251-0/+3
* grep: implement -wvda2007-02-251-76/+96
* ash: replace xstrdup (shell shall not die)vda2007-02-251-52/+52
* find: fix -not supportvda2007-02-061-3/+3
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>vda2007-02-061-1/+1
* - improve wordingaldot2007-02-041-2/+2
* - remove duplicate menu entryaldot2007-02-041-9/+0
* find: support for !vda2007-02-042-8/+55
* - strip 12 bytes off by using a smaller type for need_print.aldot2007-02-041-8/+9
* suppress warnings about easch <applet>_main() havingvda2007-02-033-0/+3
* assorted fixes for bugs found with randomconfigvda2007-02-031-1/+4
* find -user support by Natanael Copa <natanael.copa@gmail.com>vda2007-02-022-0/+26
* preparatory patch for -Wwrite-strings #4vda2007-01-291-4/+4
* preparatory patch for -Wwrite-strings #2vda2007-01-291-1/+1
* 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
* remove useless casts (type*) xzalloc(...)vda2006-12-221-1/+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