grep: fix wrong filename in error message
[platform/upstream/busybox.git] / findutils / grep.c
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.
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-02-22 Matt Kraai* findutils/grep.c (grep_main): Remove unnecessary...
2001-11-20 Matt KraaiFix undeclared variable error.
2001-11-20 Eric AndersenUsr get_last_path_component() name basename()
2001-11-19 Eric Andersenoops
2001-11-19 Eric AndersenMore scrubbing
2001-11-19 Eric AndersenFixup CLEANUP behavior
2001-11-12 Matt KraaiConvert strdup call to xstrdup, and calloc calls to...
2001-11-10 Eric AndersenAdd in grep -E support
2001-10-31 Matt KraaiMake egrep only set REG_EXTENDED flag.
2001-10-31 Eric AndersenPatch from Charles Steinkuehler <charles@steinkuehler...
2001-10-29 Matt KraaiUse extended regular expressions when invoked as egrep...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-07-31 Eric AndersenFix behavior of grep -lc to match GNU grep. SuS2 is...
2001-05-29 Eric Andersengrep failed to compile when BB_FEATURE_CLEAN_UP was...
2001-05-24 Mark WhitleyAdded support for grep -e and grep -f, closes bug ...
2001-05-22 Matt KraaiFixed extra -- lines (noted by Christophe Boyanique).
2001-05-21 Mark WhitleyFixed mishandling of -c & -l options and accounted...
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-05-14 Mark WhitleyFixed a subtle bug in the handling of -l and -c flags.
2001-04-17 Mark WhitleyThe tiniest of bracket-placement fixes.
2001-04-09 Eric AndersenMake 'grep -l' work
2001-04-09 Mark WhitleyFixed option parsing. Grep would continue grepping...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-09 Mark WhitleyImplemented -A, -B, and -C flags with BB_FEATURE_GREP_C...
2001-02-01 Mark WhitleyTightened things up a bit, saved 20 bytes, and made...
2001-02-01 Matt KraaiFix wget error message and add (and use) chomp library...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara... 0_49
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-04 Mark WhitleyChanged email address to codepoet.org, updated list...
2001-01-04 Matt KraaiFixed -qv interaction (thanks to a report and patch...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-10-13 Matt KraaiFix handling of ^$ by removing the newline from input...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-08-06 Matt KraaiExit with the appropriate value when grepping multiple...
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-18 Mark WhitleyConsolodated some common code into print_matched_line...
next