Bump to version 1.22.1
[platform/upstream/busybox.git] / findutils / grep.c
2014-01-20 Denys VlasenkoApply post-1.22.0 patches, bump version to 1.22.1 upstream 1.22.1 upstream/1.22.1
2013-05-16 James Hogangrep: fix grep -x to not set REG_NOSUB
2013-05-15 Bartosz Golaszewskigrep: don't bail out on first mismatch if '-w' option...
2013-01-20 Denys Vlasenkogrep: fix grep -Fw not respecting the -w option. Closes...
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2012-02-28 Natanael Copagrep: support for -x, match whole line
2011-08-28 Lauri Kasanengrep: be GNU compatible with -f EMPTY_FILE
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2010-10-02 Denys Vlasenkogrep: cap insane -B NUM values to MAX_INT / 8. Fixes...
2010-08-23 Denys Vlasenkogrep: fix -o match with empty string (suggested by...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-15 Denys Vlasenkofindutils/*: move usage and applet bits to *.c files
2010-06-06 Denys Vlasenkoremove defconfig. Now "make defconfig" simply uses...
2010-05-09 Denys Vlasenkomake it possible to keep Config/Kbuild snippets in...
2010-04-30 Ian Wienandgrep: fix -Fi
2010-04-26 Denys Vlasenkogrep: makw -w support unconditional
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-01-04 Denys Vlasenko*: remove some uses of argc
2009-12-04 Denys Vlasenkogrep: fix a case when -o loops forever
2009-07-28 Denys Vlasenkogrep: fix -E + {range}; fix -o not printing all matche...
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2009-04-01 Denis Vlasenkotrailing whitespace removal
2009-03-20 Denis VlasenkoCompatibility fixes:
2008-11-24 Denis Vlasenkotimeout: new applet. 370 bytes. by Roberto Foglietta.
2008-09-30 Denis Vlasenkogrep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT...
2008-09-19 Denis Vlasenkogrep: yet another fixlet for EXTRA_COMPAT
2008-09-19 Denis Vlasenkogrep: fix EXTRA_COMPAT grep to honor -E and -i
2008-08-09 Denis Vlasenkogrep: option to use GNU regex matching instead of POSIX...
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-07 Denis Vlasenkogrep: make "-f -" work (+ testsuite)
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-11 Bernhard Reutner... - spelling fixes
2008-01-24 Denis Vlasenkogrep: fix wrong filename in error message
2007-11-04 Denis Vlasenkogrep: fix -Fo
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-10 Denis Vlasenkogrep: delete obsolete comment
2007-09-10 Denis Vlasenkogrep: fix grep -F -e str1 -e str2 (was matching str2...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-07-15 Denis Vlasenkogrep: implement -m MAX_MATCHES; fix help text
2007-07-15 Denis Vlasenkogrep: fix buglets with context printing
2007-06-08 Denis Vlasenkogrep: selection done by FEATURE_GREP_EGREP_ALIAS was...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-12 Mike Frysingermake sure we free the grep data as well
2007-04-08 Denis Vlasenkofind: fix handling of -prune
2007-04-04 Bernhard Reutner... - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]...
2007-03-29 Bernhard Reutner... - fold recurse, depthFirst and dereference params into...
2007-02-25 Denis Vlasenkogrep: "implement" -a and -I by ignoring them
2007-02-25 Denis Vlasenkogrep: implement -w
2007-02-25 Denis Vlasenkoash: replace xstrdup (shell shall not die)
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2006-12-22 Denis Vlasenkoremove useless casts (type*) xzalloc(...)
2006-10-27 Denis Vlasenkorecursive_action: add depth param
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-22 Denis Vlasenkogrep: "grep -h pattern file1 file2" ignored -h
2006-10-15 Denis Vlasenkogrep: -r didn't close files, producing "Too many open...
2006-10-14 Denis Vlasenkogrep: fix combination of -r and -h
2006-10-14 Denis Vlasenkogrep: add support for -r
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkolots of silly indent fixes
2006-09-29 Denis Vlasenkogrep: add help text; fix style
2006-09-29 Denis Vlasenkogrep: implement -o option. Patch by Jac Goudsmit.
2006-09-25 Eric Andersenfix 'grep -C' which requires an argument
2006-09-13 Bernhard Reutner... - fix copy'n paste errors that got introduced when...
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-26 Rob LandleyChange llist_add_* to take the address of the list...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-28 "Vladimir N. Oleynik"make grep faster (close bug 758), reduce small memory...
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-09-23 Bernhard Reutner... - replace variables by defines to save space
2005-09-23 "Vladimir N. Oleynik"SUSv3 -q compatibily exit status correction for grep...
2005-09-23 "Vladimir N. Oleynik"SUSv3 -q compatibily exit status correction for grep
2005-09-23 "Vladimir N. Oleynik"grep must have exit code >1 if input file not found...
2005-09-14 "Vladimir N. Oleynik"split libbb: moved xregcomp separatelly for speed up...
2005-09-14 "Vladimir N. Oleynik"removed strange extern void xregcomp(... from some...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-07-31 Mike Frysingerpatch by srowe in Bug 359 to fix fgrep aliasing
2005-04-16 Mike FrysingerIn Bug 78, shortkey points out:
2004-10-08 Eric AndersenHiroshi Ito writes:
2004-05-26 Eric AndersenMake the grep option values a bit less horrible
2004-05-26 Eric AndersenRick Richardson writes:
2004-05-26 Eric AndersenPatch from vodz to correct 'grep -e pattern1 -e pattern...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-04-27 Glenn L McGrathFix segfault when cleaning up
2003-04-27 Glenn L McGrathgrep -f support, adds only 60 Bytes, but regex's now...
2003-03-19 Manuel Novoa III Major coreutils update.
next