2001-07-31 |
Eric Andersen | Fix behavior of grep -lc to match GNU grep. SuS2 is... |
blob | commitdiff | raw |
2001-05-29 |
Eric Andersen | grep failed to compile when BB_FEATURE_CLEAN_UP was... |
blob | commitdiff | raw | diff to current |
2001-05-24 |
Mark Whitley | Added support for grep -e and grep -f, closes bug ... |
blob | commitdiff | raw | diff to current |
2001-05-22 |
Matt Kraai | Fixed extra -- lines (noted by Christophe Boyanique). |
blob | commitdiff | raw | diff to current |
2001-05-21 |
Mark Whitley | Fixed mishandling of -c & -l options and accounted... |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Matt Kraai | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted... |
blob | commitdiff | raw | diff to current |
2001-05-14 |
Mark Whitley | Fixed a subtle bug in the handling of -l and -c flags. |
blob | commitdiff | raw | diff to current |
2001-04-17 |
Mark Whitley | The tiniest of bracket-placement fixes. |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Eric Andersen | Make 'grep -l' work |
blob | commitdiff | raw | diff to current |
2001-04-09 |
Mark Whitley | Fixed option parsing. Grep would continue grepping... |
blob | commitdiff | raw | diff to current |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
blob | commitdiff | raw | diff to current |
2001-02-09 |
Mark Whitley | Implemented -A, -B, and -C flags with BB_FEATURE_GREP_C... |
blob | commitdiff | raw | diff to current |
2001-02-01 |
Mark Whitley | Tightened things up a bit, saved 20 bytes, and made... |
blob | commitdiff | raw | diff to current |
2001-02-01 |
Matt Kraai | Fix wget error message and add (and use) chomp library... |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Eric Andersen | Fix up copyright msgs. Bump version to 0.49 in prepara... 0_49 |
blob | commitdiff | raw | diff to current |
2001-01-27 |
Eric Andersen | Fix header file usage -- there were many unnecessary... |
blob | commitdiff | raw | diff to current |
2001-01-04 |
Mark Whitley | Changed email address to codepoet.org, updated list... |
blob | commitdiff | raw | diff to current |
2001-01-04 |
Matt Kraai | Fixed -qv interaction (thanks to a report and patch... |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Matt Kraai | Change calls to error_msg.* and strerror to use perror_... |
blob | commitdiff | raw | diff to current |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
blob | commitdiff | raw | diff to current |
2000-10-13 |
Matt Kraai | Fix handling of ^$ by removing the newline from input... |
blob | commitdiff | raw | diff to current |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
blob | commitdiff | raw | diff to current |
2000-08-06 |
Matt Kraai | Exit with the appropriate value when grepping multiple... |
blob | commitdiff | raw | diff to current |
2000-07-19 |
Matt Kraai | Centralize handling of --help. |
blob | commitdiff | raw | diff to current |
2000-07-18 |
Mark Whitley | Consolodated some common code into print_matched_line... |
blob | commitdiff | raw | diff to current |
2000-07-18 |
Mark Whitley | Added support for the -c (count matches) option. Made... |
blob | commitdiff | raw | diff to current |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
blob | commitdiff | raw | diff to current |
2000-07-14 |
Matt Kraai | Use errorMsg rather than fprintf. |
blob | commitdiff | raw | diff to current |
2000-07-12 |
Mark Whitley | Changed bb_regcomp to xregcomp and #if 0'ed out destroy... |
blob | commitdiff | raw | diff to current |
2000-07-11 |
Mark Whitley | Applied patch from Matt Kraai which does the following: |
blob | commitdiff | raw | diff to current |
2000-07-10 |
Mark Whitley | Applied patch from Matt Kraai as per his email: |
blob | commitdiff | raw | diff to current |
2000-07-09 |
Eric Andersen | include getopt.h |
blob | commitdiff | raw | diff to current |
2000-07-04 |
Eric Andersen | Some cosmetic updates. Changed "OPTIONS" to "Options". |
blob | commitdiff | raw | diff to current |
2000-06-28 |
Mark Whitley | Fixed comment. |
blob | commitdiff | raw | diff to current |
2000-06-28 |
Mark Whitley | Added support for reading from stdin with '-' as file... |
blob | commitdiff | raw | diff to current |
2000-06-28 |
Mark Whitley | Yanked out the cstring_alloc() and cstring_lineFromFile... |
blob | commitdiff | raw | diff to current |
2000-06-28 |
Mark Whitley | Brand, spankin', new grep that uses libc regex routines... |
blob | commitdiff | raw | diff to current |
2000-06-19 |
Eric Andersen | Updates to a number of apps to remove warnings/compile... |
blob | commitdiff | raw | diff to current |
2000-06-16 |
Eric Andersen | Fix some spelling errors in the source as well. |
blob | commitdiff | raw | diff to current |
2000-06-14 |
John Beppu | + removed some cruft left over from when lines could... |
blob | commitdiff | raw | diff to current |
2000-06-13 |
Eric Andersen | Fix a bug pointed out by Michal Jaegermann <michal... |
blob | commitdiff | raw | diff to current |
2000-06-12 |
John Beppu | + utility.c |
blob | commitdiff | raw | diff to current |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
blob | commitdiff | raw | diff to current |
2000-04-24 |
John Beppu | + grep -v # yay! |
blob | commitdiff | raw | diff to current |
2000-04-13 |
Erik Andersen | Upates to include copyright 2000 to everything |
blob | commitdiff | raw | diff to current |
2000-02-08 |
Erik Andersen | Some formatting updates (ran the code through indent) |
blob | commitdiff | raw | diff to current |
2000-01-19 |
Erik Andersen | Bug fix. grep wasn't printing file names they way... |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Erik Andersen | Fixed cp so it works as God intended it to. |
blob | commitdiff | raw | diff to current |
1999-12-21 |
Erik Andersen | Added grep -q, thanks to a patch from "Konstantin Boldy... |
blob | commitdiff | raw | diff to current |
1999-11-10 |
Eric Andersen | Updates to usage, and made tar work. |
blob | commitdiff | raw | diff to current |
1999-11-09 |
Eric Andersen | Stuff |
blob | commitdiff | raw | diff to current |
1999-11-08 |
Eric Andersen | Stuff |
blob | commitdiff | raw | diff to current |
1999-10-28 |
Eric Andersen | Stuf |
blob | commitdiff | raw | diff to current |
1999-10-22 |
Eric Andersen | Added regexp support, fixed Changelog. |
blob | commitdiff | raw | diff to current |
1999-10-20 |
Eric Andersen | Fixed up copyright notices and such |
blob | commitdiff | raw | diff to current |
1999-10-19 |
Eric Andersen | Added sfdisk. Ststic-ified a bunch of stuff. |
blob | commitdiff | raw | diff to current |
1999-10-19 |
Eric Andersen | fixes grep, added loadfont from debian bootfloppies. |
blob | commitdiff | raw | diff to current |
1999-10-12 |
Eric Andersen | More stuff... |
blob | commitdiff | raw | diff to current |
1999-10-09 |
Eric Andersen | More stuff. |
blob | commitdiff | raw | diff to current |
1999-10-07 |
Eric Andersen | more stuff |
blob | commitdiff | raw | diff to current |
1999-10-06 |
Eric Andersen | More stuff. |
blob | commitdiff | raw | diff to current |
1999-10-05 |
Eric Andersen | Initial revision 0_29alpha2 |
blob | commitdiff | raw | diff to current |
|