Commit History

Author SHA1 Message Date
  Mike Frysinger 15ca58648a patch by srowe in Bug 359 to fix fgrep aliasing 19 years ago
  Mike Frysinger 5ba5f4d2e7 In Bug 78, shortkey points out: 19 years ago
  Eric Andersen 31c27a9c65 Hiroshi Ito writes: 20 years ago
  Eric Andersen abc513a90f Make the grep option values a bit less horrible 20 years ago
  Eric Andersen dec7f81370 Rick Richardson writes: 20 years ago
  Eric Andersen 7f164cd052 Patch from vodz to correct 'grep -e pattern1 -e pattern2' logic 20 years ago
  Eric Andersen aff114c33d Larry Doolittle writes: 21 years ago
  Eric Andersen c7bda1ce65 Remove trailing whitespace. Update copyright to include 2004. 21 years ago
  Eric Andersen 8876fb2f59 last_patch89 from vodz: 21 years ago
  Glenn L McGrath c5408fe7f7 Fix segfault when cleaning up 21 years ago
  Glenn L McGrath 26df70a823 grep -f support, adds only 60 Bytes, but regex's now compiled as 21 years ago
  Manuel Novoa III cad5364599 Major coreutils update. 22 years ago
  Aaron Lehmann a170e1c858 Change if(x)free(x); to free(x); 22 years ago
  Matt Kraai eed9451cf6 * findutils/grep.c (grep_main): Remove unnecessary use of junk. 23 years ago
  Matt Kraai 585f657e2d Fix undeclared variable error. 23 years ago
  Eric Andersen 81ee96fe62 Usr get_last_path_component() name basename() 23 years ago
  Eric Andersen 6f8b7ea452 oops 23 years ago
  Eric Andersen 55805bcba4 More scrubbing 23 years ago
  Eric Andersen 43626d7671 Fixup CLEANUP behavior 23 years ago
  Matt Kraai a21c24bf03 Convert strdup call to xstrdup, and calloc calls to xcalloc (patch from 23 years ago
  Eric Andersen dba4e6f046 Add in grep -E support 23 years ago
  Matt Kraai bb0088e980 Make egrep only set REG_EXTENDED flag. 23 years ago
  Eric Andersen ccd96f1972 Patch from Charles Steinkuehler <charles@steinkuehler.net> 23 years ago
  Matt Kraai 999623e973 Use extended regular expressions when invoked as egrep (noted and initial 23 years ago
  Eric Andersen bdfd0d78bc Major rework of the directory structure and the entire build system. 23 years ago
  Eric Andersen 74400ccfd0 Scrub up some function prototypes. 23 years ago
  Eric Andersen 0034443140 Fix behavior of grep -lc to match GNU grep. SuS2 is ambiguous 23 years ago
  Eric Andersen 86f0167e39 grep failed to compile when BB_FEATURE_CLEAN_UP was defined -- types were wrong. 23 years ago
  Mark Whitley fa43e54b6f Added support for grep -e and grep -f, closes bug #1164. Also added some 23 years ago
  Matt Kraai edc806507c Fixed extra -- lines (noted by Christophe Boyanique). 23 years ago