aboutsummaryrefslogtreecommitdiff
path: root/findutils/grep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixes up to 1.6.1Nguyễn Thái Ngọc Duy2009-04-231-16/+16
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* make sure we free the grep data as wellvapier2007-04-121-0/+1
* find: fix handling of -prunevda2007-04-081-3/+3
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"aldot2007-04-041-1/+1
* - fold recurse, depthFirst and dereference params into one param flags.aldot2007-03-291-3/+3
* 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
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* remove useless casts (type*) xzalloc(...)vda2006-12-221-1/+1
* recursive_action: add depth paramvda2006-10-271-2/+3
* rename functions to more understandable namesvda2006-10-261-1/+1
* grep: "grep -h pattern file1 file2" ignored -hvda2006-10-221-14/+14
* 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-141-72/+107
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-121-2/+2
* bb_applet_name -> applet_namevda2006-10-031-2/+2
* getopt_ulflags -> getopt32.vda2006-10-031-5/+5
* 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
* fix 'grep -C' which requires an argumentandersen2006-09-251-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-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-7/+2
* - reuse strings and messages. Saves about 600Baldot2006-06-071-2/+2
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-1/+1
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-2/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* make grep faster (close bug 758), reduce small memory leak in CONFIG_FEATURE_...vodz2006-02-281-16/+62
* - new bb_opt_complementally syntax, use [-:?] only - 'free' charsvodz2005-10-141-2/+2
* - replace variables by defines to save spacealdot2005-09-231-71/+57
* SUSv3 -q compatibily exit status correction for grep againvodz2005-09-231-2/+4
* SUSv3 -q compatibily exit status correction for grepvodz2005-09-231-3/+3
* grep must have exit code >1 if input file not found. Small indent correcion a...vodz2005-09-231-2/+6
* split libbb: moved xregcomp separatelly for speed up recompilevodz2005-09-141-1/+1
* removed strange extern void xregcomp(... from some applets, but declared from...vodz2005-09-141-2/+0
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-2/+2
* patch by srowe in Bug 359 to fix fgrep aliasingvapier2005-07-311-0/+5
* In Bug 78, shortkey points out:vapier2005-04-161-2/+2
* Hiroshi Ito writes:andersen2004-10-081-4/+4
* Make the grep option values a bit less horribleandersen2004-05-261-18/+18
* Rick Richardson writes:andersen2004-05-261-8/+16
* Patch from vodz to correct 'grep -e pattern1 -e pattern2' logicandersen2004-05-261-5/+3
* Larry Doolittle writes:andersen2004-04-141-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-4/+4
* last_patch89 from vodz:andersen2003-06-201-176/+179
* Fix segfault when cleaning upbug12003-04-271-1/+1