Eric Andersen
|
6f8b7ea452
oops
|
23 лет назад |
Eric Andersen
|
55805bcba4
More scrubbing
|
23 лет назад |
Eric Andersen
|
43626d7671
Fixup CLEANUP behavior
|
23 лет назад |
Matt Kraai
|
a21c24bf03
Convert strdup call to xstrdup, and calloc calls to xcalloc (patch from
|
23 лет назад |
Eric Andersen
|
dba4e6f046
Add in grep -E support
|
23 лет назад |
Matt Kraai
|
bb0088e980
Make egrep only set REG_EXTENDED flag.
|
23 лет назад |
Eric Andersen
|
ccd96f1972
Patch from Charles Steinkuehler <charles@steinkuehler.net>
|
23 лет назад |
Matt Kraai
|
999623e973
Use extended regular expressions when invoked as egrep (noted and initial
|
23 лет назад |
Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 лет назад |
Eric Andersen
|
74400ccfd0
Scrub up some function prototypes.
|
23 лет назад |
Eric Andersen
|
0034443140
Fix behavior of grep -lc to match GNU grep. SuS2 is ambiguous
|
23 лет назад |
Eric Andersen
|
86f0167e39
grep failed to compile when BB_FEATURE_CLEAN_UP was defined -- types were wrong.
|
23 лет назад |
Mark Whitley
|
fa43e54b6f
Added support for grep -e and grep -f, closes bug #1164. Also added some
|
23 лет назад |
Matt Kraai
|
edc806507c
Fixed extra -- lines (noted by Christophe Boyanique).
|
23 лет назад |
Mark Whitley
|
1d9d41150b
Fixed mishandling of -c & -l options and accounted for case when we're
|
23 лет назад |
Matt Kraai
|
59df6f7398
Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c
|
23 лет назад |
Mark Whitley
|
35e59bed97
Fixed a subtle bug in the handling of -l and -c flags.
|
23 лет назад |
Mark Whitley
|
59a86cad67
The tiniest of bracket-placement fixes.
|
23 лет назад |
Eric Andersen
|
303dd28bb0
Make 'grep -l' work
|
24 лет назад |
Mark Whitley
|
4391a16c92
Fixed option parsing. Grep would continue grepping, even when given a bad /
|
24 лет назад |
Eric Andersen
|
67991cf824
This patch, put together by Manuel Novoa III, is a merge of work
|
24 лет назад |
Mark Whitley
|
2fd52989f7
Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set.
|
24 лет назад |
Mark Whitley
|
b5c29850e3
Tightened things up a bit, saved 20 bytes, and made the code a bit clearer in
|
24 лет назад |
Matt Kraai
|
05e782ddd3
Fix wget error message and add (and use) chomp library function.
|
24 лет назад |
Eric Andersen
|
8ec10a9483
Fix up copyright msgs. Bump version to 0.49 in preparation for
|
24 лет назад |
Eric Andersen
|
ed3ef50c23
Fix header file usage -- there were many unnecessary header files included in
|
24 лет назад |
Mark Whitley
|
6c6ea6cba2
Changed email address to codepoet.org, updated list of applets / docs I
|
24 лет назад |
Matt Kraai
|
0810f723b1
Fixed -qv interaction (thanks to a report and patch from David Douthitt).
|
24 лет назад |
Matt Kraai
|
1fa1adea2a
Change calls to error_msg.* and strerror to use perror_msg.*.
|
24 лет назад |
Mark Whitley
|
f57c944e09
Changed names of functions in utility.c and all affected files, to make
|
24 лет назад |