Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
vor 18 Jahren |
Bernhard Reutner-Fischer
|
19008b8373
- reuse strings and messages. Saves about 600B
|
vor 18 Jahren |
Bernhard Reutner-Fischer
|
e15d7573a1
- move #include busybox.h to the very top so we pull in the config
|
vor 18 Jahren |
Rob Landley
|
8bb50782a5
Change llist_add_* to take the address of the list rather than returning the new
|
vor 18 Jahren |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
vor 19 Jahren |
"Vladimir N. Oleynik"
|
716bbe96d4
make grep faster (close bug 758), reduce small memory leak in CONFIG_FEATURE_CLEANUP mode
|
vor 19 Jahren |
"Vladimir N. Oleynik"
|
f704b27b5b
|
vor 19 Jahren |
Bernhard Reutner-Fischer
|
aaf0e23330
- replace variables by defines to save space
|
vor 19 Jahren |
"Vladimir N. Oleynik"
|
bf4497406f
SUSv3 -q compatibily exit status correction for grep again
|
vor 19 Jahren |
"Vladimir N. Oleynik"
|
c96b703ab0
SUSv3 -q compatibily exit status correction for grep
|
vor 19 Jahren |
"Vladimir N. Oleynik"
|
cf40d8175b
grep must have exit code >1 if input file not found. Small indent correcion also.
|
vor 19 Jahren |
"Vladimir N. Oleynik"
|
23f62fc6f3
split libbb: moved xregcomp separatelly for speed up recompile
|
vor 19 Jahren |
"Vladimir N. Oleynik"
|
b4f3cff6f5
removed strange extern void xregcomp(... from some applets, but declared from libbb.h
|
vor 19 Jahren |
"Vladimir N. Oleynik"
|
27421a1878
1) bb_opt_complementaly -> bb_opt_complementally
|
vor 19 Jahren |
Mike Frysinger
|
15ca58648a
patch by srowe in Bug 359 to fix fgrep aliasing
|
vor 19 Jahren |
Mike Frysinger
|
5ba5f4d2e7
In Bug 78, shortkey points out:
|
vor 19 Jahren |
Eric Andersen
|
31c27a9c65
Hiroshi Ito writes:
|
vor 20 Jahren |
Eric Andersen
|
abc513a90f
Make the grep option values a bit less horrible
|
vor 20 Jahren |
Eric Andersen
|
dec7f81370
Rick Richardson writes:
|
vor 20 Jahren |
Eric Andersen
|
7f164cd052
Patch from vodz to correct 'grep -e pattern1 -e pattern2' logic
|
vor 20 Jahren |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
vor 20 Jahren |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
vor 21 Jahren |
Eric Andersen
|
8876fb2f59
last_patch89 from vodz:
|
vor 21 Jahren |
Glenn L McGrath
|
c5408fe7f7
Fix segfault when cleaning up
|
vor 21 Jahren |
Glenn L McGrath
|
26df70a823
grep -f support, adds only 60 Bytes, but regex's now compiled as
|
vor 21 Jahren |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
vor 22 Jahren |
Aaron Lehmann
|
a170e1c858
Change if(x)free(x); to free(x);
|
vor 22 Jahren |
Matt Kraai
|
eed9451cf6
* findutils/grep.c (grep_main): Remove unnecessary use of junk.
|
vor 23 Jahren |
Matt Kraai
|
585f657e2d
Fix undeclared variable error.
|
vor 23 Jahren |
Eric Andersen
|
81ee96fe62
Usr get_last_path_component() name basename()
|
vor 23 Jahren |