| Commit message (Expand) | Author | Age | Files | Lines |
* | grep: "implement" -a and -I by ignoring them | vda | 2007-02-25 | 1 | -0/+3 |
* | grep: implement -w | vda | 2007-02-25 | 1 | -76/+96 |
* | ash: replace xstrdup (shell shall not die) | vda | 2007-02-25 | 1 | -52/+52 |
* | find: fix -not support | vda | 2007-02-06 | 1 | -3/+3 |
* | EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> | vda | 2007-02-06 | 1 | -1/+1 |
* | - improve wording | aldot | 2007-02-04 | 1 | -2/+2 |
* | - remove duplicate menu entry | aldot | 2007-02-04 | 1 | -9/+0 |
* | find: support for ! | vda | 2007-02-04 | 2 | -8/+55 |
* | - strip 12 bytes off by using a smaller type for need_print. | aldot | 2007-02-04 | 1 | -8/+9 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 3 | -0/+3 |
* | assorted fixes for bugs found with randomconfig | vda | 2007-02-03 | 1 | -1/+4 |
* | find -user support by Natanael Copa <natanael.copa@gmail.com> | vda | 2007-02-02 | 2 | -0/+26 |
* | preparatory patch for -Wwrite-strings #4 | vda | 2007-01-29 | 1 | -4/+4 |
* | preparatory patch for -Wwrite-strings #2 | vda | 2007-01-29 | 1 | -1/+1 |
* | fix warning in find.c | vda | 2007-01-27 | 1 | -4/+4 |
* | find: fix -mtime, -mmin, -perm (+ add symbolic perm handling) | vda | 2007-01-26 | 1 | -27/+40 |
* | fix warning from needlessly-global functions | vda | 2007-01-22 | 1 | -1/+1 |
* | find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>) | vda | 2007-01-03 | 1 | -2/+3 |
* | merge post-1.3.0 fixes | vda | 2006-12-26 | 1 | -1/+3 |
* | sum: 40% size reduction (-300 bytes) | vda | 2006-12-23 | 1 | -10/+5 |
* | find: fix spurious -exec error messages | vda | 2006-12-23 | 1 | -2/+1 |
* | remove useless casts (type*) xzalloc(...) | vda | 2006-12-22 | 1 | -1/+1 |
* | build system: add "release" target | vda | 2006-12-12 | 1 | -0/+14 |
* | mostly style fixes | vda | 2006-11-01 | 1 | -29/+29 |
* | find: -type T was actually meaning ! -type T! | vda | 2006-10-31 | 1 | -1/+1 |
* | find: implement -prune. "make clean" now works! :) | vda | 2006-10-31 | 1 | -3/+21 |
* | find: fix implicit -print (sometime differed from standard) | vda | 2006-10-31 | 1 | -3/+11 |
* | find: implement ( ) | vda | 2006-10-30 | 1 | -96/+169 |
* | find: a lot more compliant to 'standard' find | vda | 2006-10-29 | 1 | -173/+260 |
* | find: small improvement | vda | 2006-10-29 | 1 | -11/+15 |
* | find: fix -exec to work like stock find does. | vda | 2006-10-29 | 1 | -98/+155 |
* | recursive_action: add depth param | vda | 2006-10-27 | 2 | -5/+6 |
* | rename functions to more understandable names | vda | 2006-10-26 | 1 | -1/+1 |
* | grep: "grep -h pattern file1 file2" ignored -h | vda | 2006-10-22 | 1 | -14/+14 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | vda | 2006-10-20 | 1 | -1/+1 |
* | grep: -r didn't close files, producing "Too many open files" | vda | 2006-10-15 | 1 | -1/+2 |
* | grep: fix combination of -r and -h | vda | 2006-10-14 | 1 | -1/+2 |
* | grep: add support for -r | vda | 2006-10-14 | 2 | -98/+133 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | vda | 2006-10-12 | 1 | -2/+2 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 2 | -29/+20 |
* | build system overhaul | vda | 2006-10-05 | 4 | -89/+45 |
* | bb_applet_name -> applet_name | vda | 2006-10-03 | 2 | -4/+4 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 2 | -7/+7 |
* | lots of silly indent fixes | vda | 2006-10-03 | 1 | -1/+1 |
* | grep: add help text; fix style | vda | 2006-09-29 | 1 | -25/+25 |
* | grep: implement -o option. Patch by Jac Goudsmit. | vda | 2006-09-29 | 1 | -22/+34 |
* | xargs: simplify option parsing | vda | 2006-09-29 | 1 | -116/+91 |
* | fix 'grep -C' which requires an argument | andersen | 2006-09-25 | 1 | -1/+1 |
* | Change license statements (and clean up headers) on some of the files that | landley | 2006-09-22 | 1 | -1/+1 |
* | - fix copy'n paste errors that got introduced when switching to the shorter b... | aldot | 2006-09-13 | 1 | -1/+1 |