Matt Kraai
|
567cdd1d51
Fix handling of ^$ by removing the newline from input lines and by not
|
24 年 前 |
Eric Andersen
|
3570a34de4
Renamed "internal.h" to the more sensible "busybox.h".
|
24 年 前 |
Matt Kraai
|
deb95f69b6
Exit with the appropriate value when grepping multiple files.
|
24 年 前 |
Matt Kraai
|
27a804246a
Centralize handling of --help.
|
24 年 前 |
Mark Whitley
|
2ef880b236
Consolodated some common code into print_matched_line to make 'grep_file' a
|
24 年 前 |
Mark Whitley
|
8f122431f5
Added support for the -c (count matches) option. Made it so it works just like
|
24 年 前 |
Matt Kraai
|
bf181b9338
Extract usage information into a separate file.
|
24 年 前 |
Matt Kraai
|
d537a95fdb
Use errorMsg rather than fprintf.
|
24 年 前 |
Mark Whitley
|
c41e8c840f
Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c
|
24 年 前 |
Mark Whitley
|
df5f6ba115
Applied patch from Matt Kraai which does the following:
|
24 年 前 |
Mark Whitley
|
44735f8744
Applied patch from Matt Kraai as per his email:
|
24 年 前 |
Eric Andersen
|
e9b527ae48
include getopt.h
|
24 年 前 |
Eric Andersen
|
2086e3d679
Some cosmetic updates. Changed "OPTIONS" to "Options".
|
24 年 前 |
Mark Whitley
|
2e1148b239
Fixed comment.
|
24 年 前 |
Mark Whitley
|
8bd891cbec
Added support for reading from stdin with '-' as file name arg.
|
24 年 前 |
Mark Whitley
|
1ca41775bb
Yanked out the cstring_alloc() and cstring_lineFromFile() functions from
|
24 年 前 |
Mark Whitley
|
d37218941c
Brand, spankin', new grep that uses libc regex routines instead of the
|
24 年 前 |
Eric Andersen
|
b610615be9
Updates to a number of apps to remove warnings/compile errors under libc5.
|
24 年 前 |
Eric Andersen
|
74c66ad06e
Fix some spelling errors in the source as well.
|
24 年 前 |
John Beppu
|
d84990eb1f
+ removed some cruft left over from when lines could be too long.
|
24 年 前 |
Eric Andersen
|
053b1462b7
Fix a bug pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>
|
24 年 前 |
John Beppu
|
c7ccfc99fc
+ utility.c
|
24 年 前 |
Erik Andersen
|
7ab9c7ee52
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
|
24 年 前 |
John Beppu
|
f93a95de69
+ grep -v # yay!
|
24 年 前 |
Erik Andersen
|
61677feff7
Upates to include copyright 2000 to everything
|
25 年 前 |
Erik Andersen
|
e49d5ecbbe
Some formatting updates (ran the code through indent)
|
25 年 前 |
Erik Andersen
|
a2f69e5485
Bug fix. grep wasn't printing file names they way it was supposed to.
|
25 年 前 |
Erik Andersen
|
2fe08c7afb
Fixed cp so it works as God intended it to.
|
25 年 前 |
Erik Andersen
|
3fe2ecf0d9
Added grep -q, thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com>
|
25 年 前 |
Eric Andersen
|
d73dc5b073
Updates to usage, and made tar work.
|
25 年 前 |