| Commit message (Expand) | Author | Age | Files | Lines |
* | find: make -size match GNU find | Denis Vlasenko | 2007-06-16 | 2 | -3/+35 |
* | find: add conditional support for -maxdepth and -regex | Denis Vlasenko | 2007-06-15 | 2 | -52/+115 |
* | grep: selection done by FEATURE_GREP_EGREP_ALIAS was broken, fix. | Denis Vlasenko | 2007-06-08 | 1 | -16/+16 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 3 | -3/+3 |
* | xargs: simplify word list management | Denis Vlasenko | 2007-04-15 | 1 | -29/+25 |
* | hush: use NOFORK applets as appropriate. Net reduction of code size. | Denis Vlasenko | 2007-04-14 | 1 | -1/+3 |
* | find: add support for -delete, -path (by Natanael Copa) | Denis Vlasenko | 2007-04-13 | 2 | -0/+60 |
* | make sure we free the grep data as well | Mike Frysinger | 2007-04-12 | 1 | -0/+1 |
* | style fixes. No code changes | Denis Vlasenko | 2007-04-12 | 1 | -1/+1 |
* | xargs: fix my brain fart (resulted in memory leak) | Denis Vlasenko | 2007-04-10 | 1 | -7/+6 |
* | audit small applets and mark some of them as NOFORK. | Denis Vlasenko | 2007-04-10 | 2 | -0/+6 |
* | factor out NOFORK/NOEXEC code from find. Use it for xargs too. | Denis Vlasenko | 2007-04-09 | 2 | -50/+17 |
* | xargs: shrink code, ~80 bytes | Denis Vlasenko | 2007-04-09 | 1 | -75/+77 |
* | Implement first instance of NOFORK applet - echo | Denis Vlasenko | 2007-04-09 | 1 | -2/+23 |
* | find: fix -prune more. Add big comment about it. | Denis Vlasenko | 2007-04-08 | 1 | -7/+21 |
* | find: fix handling of -prune | Denis Vlasenko | 2007-04-08 | 2 | -32/+42 |
* | - size and prune were mixed up | Bernhard Reutner-Fischer | 2007-04-05 | 1 | -6/+6 |
* | find: missed 'ststic' on const data | Denis Vlasenko | 2007-04-05 | 1 | -5/+6 |
* | find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>) | Denis Vlasenko | 2007-04-04 | 2 | -115/+155 |
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -1/+1 |
* | - use index_in_str_array also for find_main | Bernhard Reutner-Fischer | 2007-03-29 | 1 | -2/+8 |
* | - remove bloated switch statement. | Bernhard Reutner-Fischer | 2007-03-29 | 1 | -17/+8 |
* | - implement a TODO: Use index_in_str_array in parse_params | Bernhard Reutner-Fischer | 2007-03-29 | 1 | -40/+118 |
* | - Purely cosmetic type fiddling | Bernhard Reutner-Fischer | 2007-03-29 | 1 | -15/+14 |
* | - fold recurse, depthFirst and dereference params into one param flags. | Bernhard Reutner-Fischer | 2007-03-29 | 2 | -11/+9 |
* | grep: "implement" -a and -I by ignoring them | Denis Vlasenko | 2007-02-25 | 1 | -0/+3 |
* | grep: implement -w | Denis Vlasenko | 2007-02-25 | 1 | -76/+96 |
* | ash: replace xstrdup (shell shall not die) | Denis Vlasenko | 2007-02-25 | 1 | -52/+52 |
* | find: fix -not support | Denis Vlasenko | 2007-02-06 | 1 | -3/+3 |
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | Denis Vlasenko | 2007-02-06 | 1 | -1/+1 |
* | - improve wording | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -2/+2 |
* | - remove duplicate menu entry | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -9/+0 |
* | find: support for ! | Denis Vlasenko | 2007-02-04 | 2 | -8/+55 |
* | - strip 12 bytes off by using a smaller type for need_print. | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -8/+9 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 3 | -0/+3 |
* | assorted fixes for bugs found with randomconfig | Denis Vlasenko | 2007-02-03 | 1 | -1/+4 |
* | find -user support by Natanael Copa <natanael.copa@gmail.com> | Denis Vlasenko | 2007-02-02 | 2 | -0/+26 |
* | preparatory patch for -Wwrite-strings #4 | Denis Vlasenko | 2007-01-29 | 1 | -4/+4 |
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 1 | -1/+1 |
* | fix warning in find.c | Denis Vlasenko | 2007-01-27 | 1 | -4/+4 |
* | find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) | Denis Vlasenko | 2007-01-26 | 1 | -27/+40 |
* | fix warning from needlessly-global functions | Denis Vlasenko | 2007-01-22 | 1 | -1/+1 |
* | find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>) | Denis Vlasenko | 2007-01-03 | 1 | -2/+3 |
* | merge post-1.3.0 fixes | Denis Vlasenko | 2006-12-26 | 1 | -1/+3 |
* | sum: 40% size reduction (-300 bytes) | Denis Vlasenko | 2006-12-23 | 1 | -10/+5 |
* | find: fix spurious -exec error messages | Denis Vlasenko | 2006-12-23 | 1 | -2/+1 |
* | remove useless casts (type*) xzalloc(...) | Denis Vlasenko | 2006-12-22 | 1 | -1/+1 |
* | build system: add "release" target | Denis Vlasenko | 2006-12-12 | 1 | -0/+14 |
* | mostly style fixes | Denis Vlasenko | 2006-11-01 | 1 | -29/+29 |
* | find: -type T was actually meaning ! -type T! | Denis Vlasenko | 2006-10-31 | 1 | -1/+1 |