"Vladimir N. Oleynik"
|
bf4497406f
SUSv3 -q compatibily exit status correction for grep again
|
19 years ago |
"Vladimir N. Oleynik"
|
c96b703ab0
SUSv3 -q compatibily exit status correction for grep
|
19 years ago |
"Vladimir N. Oleynik"
|
cf40d8175b
grep must have exit code >1 if input file not found. Small indent correcion also.
|
19 years ago |
"Vladimir N. Oleynik"
|
23f62fc6f3
split libbb: moved xregcomp separatelly for speed up recompile
|
19 years ago |
"Vladimir N. Oleynik"
|
b4f3cff6f5
removed strange extern void xregcomp(... from some applets, but declared from libbb.h
|
19 years ago |
"Vladimir N. Oleynik"
|
27421a1878
1) bb_opt_complementaly -> bb_opt_complementally
|
19 years ago |
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:
|
20 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 |