Eric Andersen
|
8876fb2f59
last_patch89 from vodz:
|
21 years ago |
Glenn L McGrath
|
c5408fe7f7
Fix segfault when cleaning up
|
22 years ago |
Glenn L McGrath
|
26df70a823
grep -f support, adds only 60 Bytes, but regex's now compiled as
|
22 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 |
Mark Whitley
|
1d9d41150b
Fixed mishandling of -c & -l options and accounted for case when we're
|
23 years ago |
Matt Kraai
|
59df6f7398
Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c
|
23 years ago |
Mark Whitley
|
35e59bed97
Fixed a subtle bug in the handling of -l and -c flags.
|
23 years ago |
Mark Whitley
|
59a86cad67
The tiniest of bracket-placement fixes.
|
24 years ago |
Eric Andersen
|
303dd28bb0
Make 'grep -l' work
|
24 years ago |
Mark Whitley
|
4391a16c92
Fixed option parsing. Grep would continue grepping, even when given a bad /
|
24 years ago |
Eric Andersen
|
67991cf824
This patch, put together by Manuel Novoa III, is a merge of work
|
24 years ago |
Mark Whitley
|
2fd52989f7
Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set.
|
24 years ago |