2002-02-22 |
Matt Kraai | * findutils/grep.c (grep_main): Remove unnecessary... |
tree | commitdiff |
2002-01-14 |
Matt Kraai | Do not segfault if PATH is unset. |
tree | commitdiff |
2001-12-20 |
Matt Kraai | Remove `== TRUE' tests and convert `!= TRUE' and `... |
tree | commitdiff |
2001-11-20 |
Matt Kraai | Fix undeclared variable error. |
tree | commitdiff |
2001-11-20 |
Eric Andersen | Usr get_last_path_component() name basename() |
tree | commitdiff |
2001-11-19 |
Eric Andersen | oops |
tree | commitdiff |
2001-11-19 |
Eric Andersen | More scrubbing |
tree | commitdiff |
2001-11-19 |
Eric Andersen | Call xmalloc before realloc |
tree | commitdiff |
2001-11-19 |
Eric Andersen | Fixup CLEANUP behavior |
tree | commitdiff |
2001-11-12 |
Matt Kraai | Convert strdup call to xstrdup, and calloc calls to... |
tree | commitdiff |
2001-11-10 |
Eric Andersen | Add in grep -E support |
tree | commitdiff |
2001-11-10 |
Eric Andersen | config.in features patch from Giulio Orsero <giulioo... |
tree | commitdiff |
2001-10-31 |
Matt Kraai | Make egrep only set REG_EXTENDED flag. |
tree | commitdiff |
2001-10-31 |
Eric Andersen | Patch from Charles Steinkuehler <charles@steinkuehler... |
tree | commitdiff |
2001-10-29 |
Matt Kraai | Use extended regular expressions when invoked as egrep... |
tree | commitdiff |
2001-10-24 |
Eric Andersen | Major rework of the directory structure and the entire... |
tree | commitdiff |
2001-10-18 |
Eric Andersen | Scrub up some function prototypes. |
tree | commitdiff |
2001-07-31 |
Eric Andersen | Fix behavior of grep -lc to match GNU grep. SuS2 is... |
tree | commitdiff |
2001-05-29 |
Eric Andersen | grep failed to compile when BB_FEATURE_CLEAN_UP was... |
tree | commitdiff |
2001-05-24 |
Mark Whitley | Added support for grep -e and grep -f, closes bug ... |
tree | commitdiff |
2001-05-22 |
Matt Kraai | Fixed extra -- lines (noted by Christophe Boyanique). |
tree | commitdiff |
2001-05-21 |
Mark Whitley | Fixed mishandling of -c & -l options and accounted... |
tree | commitdiff |
2001-05-16 |
Matt Kraai | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted... |
tree | commitdiff |
2001-05-14 |
Mark Whitley | Fixed a subtle bug in the handling of -l and -c flags. |
tree | commitdiff |
2001-05-07 |
Eric Andersen | A bug fix from Vladimir for a memory leak I stupidly |
tree | commitdiff |
2001-05-04 |
Eric Andersen | Larry suggested using concat_path_file() would be an... |
tree | commitdiff |
2001-05-04 |
Eric Andersen | Fix a buffer overflow. Which accounted for the size... |
tree | commitdiff |
2001-04-17 |
Mark Whitley | The tiniest of bracket-placement fixes. |
tree | commitdiff |
2001-04-09 |
Eric Andersen | Make 'grep -l' work |
tree | commitdiff |
2001-04-09 |
Mark Whitley | Fixed option parsing. Grep would continue grepping... |
tree | commitdiff |
2001-03-28 |
Mark Whitley | Applied patch from David Douthitt to re-add -print... |
tree | commitdiff |
2001-03-23 |
Eric Andersen | xstrdup xargs cleanup from Jeff Garzik |
tree | commitdiff |
2001-03-09 |
Eric Andersen | Patch from Jeff Garzik marking a few 'getopt not needed... |
tree | commitdiff |
2001-02-20 |
Eric Andersen | It turns out that DODMALLOC was broken when I reorganiz... |
tree | commitdiff |
2001-02-14 |
Eric Andersen | This patch, put together by Manuel Novoa III, is a... |
tree | commitdiff |
2001-02-09 |
Mark Whitley | Implemented -A, -B, and -C flags with BB_FEATURE_GREP_C... |
tree | commitdiff |
2001-02-07 |
Matt Kraai | Reworked find with David Douthitt to support -type... |
tree | commitdiff |
2001-02-01 |
Mark Whitley | Tightened things up a bit, saved 20 bytes, and made... |
tree | commitdiff |
2001-02-01 |
Matt Kraai | Fix wget error message and add (and use) chomp library... |
tree | commitdiff |
2001-01-27 |
Eric Andersen | Fix up copyright msgs. Bump version to 0.49 in prepara... 0_49 |
tree | commitdiff |
2001-01-27 |
Eric Andersen | Fix header file usage -- there were many unnecessary... |
tree | commitdiff |
2001-01-18 |
Matt Kraai | Eliminate calls of the form "fprintf(stdout,". Thanks... |
tree | commitdiff |
2001-01-04 |
Mark Whitley | Changed email address to codepoet.org, updated list... |
tree | commitdiff |
2001-01-04 |
Matt Kraai | Fixed -qv interaction (thanks to a report and patch... |
tree | commitdiff |
2000-12-22 |
Matt Kraai | Use busybox error handling functions wherever possible. |
tree | commitdiff |
2000-12-18 |
Matt Kraai | Change calls to error_msg.* and strerror to use perror_... |
tree | commitdiff |
2000-12-07 |
Mark Whitley | Changed names of functions in utility.c and all affecte... |
tree | commitdiff |
2000-12-01 |
Matt Kraai | Stop using TRUE and FALSE for exit status. |
tree | commitdiff |
2000-11-18 |
Matt Kraai | Fixed return status (thanks to David Douthitt for the... |
tree | commitdiff |
2000-11-14 |
Mark Whitley | Brand new version of xargs. Tested thoroughly by Kent... |
tree | commitdiff |
2000-10-13 |
Matt Kraai | Fix handling of ^$ by removing the newline from input... |
tree | commitdiff |
2000-09-26 |
Eric Andersen | Yet more polish (thanks again to kent robotti for the... |
tree | commitdiff |
2000-09-25 |
Eric Andersen | Some more polish to make xargs act like GNU xargs ... |
tree | commitdiff |
2000-09-25 |
Eric Andersen | Renamed "internal.h" to the more sensible "busybox.h". |
tree | commitdiff |
2000-09-25 |
Eric Andersen | Final (I think) version of xargs. Throw away all that... |
tree | commitdiff |
2000-09-25 |
Eric Andersen | Be ever so pedantic about escaping chars that the shell... |
tree | commitdiff |
2000-09-24 |
Eric Andersen | Fix up xargs so that things like 'cat cat.c | xargs... |
tree | commitdiff |
2000-09-24 |
Eric Andersen | Fix xargs option parsing |
tree | commitdiff |
2000-09-23 |
Eric Andersen | Fix memory problems, and make behavior correct. |
tree | commitdiff |
2000-09-23 |
Eric Andersen | rewrite, so it should be firly clean now |
tree | commitdiff |
2000-09-22 |
Eric Andersen | Use minix xargs instead, and update docs accordingly |
tree | commitdiff |
2000-09-22 |
Eric Andersen | Comment on xargs choice. |
tree | commitdiff |
2000-09-22 |
Eric Andersen | Add in xargs |
tree | commitdiff |
2000-09-18 |
Glenn L McGrath | Path count was out by one, fixed it |
tree | commitdiff |
2000-09-18 |
Glenn L McGrath | Simplify and remove dependence on PATH_MAX |
tree | commitdiff |
2000-09-13 |
Matt Kraai | Fix calls to {m,c,re}alloc so that they use x{m,c,re... |
tree | commitdiff |
2000-08-10 |
Eric Andersen | Some #include updates. |
tree | commitdiff |
2000-08-06 |
Matt Kraai | Exit with the appropriate value when grepping multiple... |
tree | commitdiff |
2000-07-19 |
Matt Kraai | Centralize handling of --help. |
tree | commitdiff |
2000-07-18 |
Mark Whitley | Consolodated some common code into print_matched_line... |
tree | commitdiff |
2000-07-18 |
Mark Whitley | Added support for the -c (count matches) option. Made... |
tree | commitdiff |
2000-07-16 |
Matt Kraai | Extract usage information into a separate file. |
tree | commitdiff |
2000-07-14 |
Matt Kraai | Don't use strings directly in calls to usage(). This... |
tree | commitdiff |
2000-07-14 |
Matt Kraai | Use errorMsg rather than fprintf. |
tree | commitdiff |
2000-07-12 |
Mark Whitley | Changed bb_regcomp to xregcomp and #if 0'ed out destroy... |
tree | commitdiff |
2000-07-11 |
Mark Whitley | Applied patch from Matt Kraai which does the following: |
tree | commitdiff |
2000-07-10 |
Mark Whitley | Removed unnecessary #include "regexp.h" line from find... |
tree | commitdiff |
2000-07-10 |
Mark Whitley | Applied patch from Matt Kraai as per his email: |
tree | commitdiff |
2000-07-09 |
Eric Andersen | include getopt.h |
tree | commitdiff |
2000-07-04 |
Eric Andersen | Some cosmetic updates. Changed "OPTIONS" to "Options". |
tree | commitdiff |
2000-06-28 |
Mark Whitley | Fixed comment. |
tree | commitdiff |
2000-06-28 |
Mark Whitley | Added support for reading from stdin with '-' as file... |
tree | commitdiff |
2000-06-28 |
Mark Whitley | Yanked out the cstring_alloc() and cstring_lineFromFile... |
tree | commitdiff |
2000-06-28 |
Mark Whitley | Brand, spankin', new grep that uses libc regex routines... |
tree | commitdiff |
2000-06-19 |
Eric Andersen | Updates to a number of apps to remove warnings/compile... |
tree | commitdiff |
2000-06-16 |
Eric Andersen | Fix some spelling errors in the source as well. |
tree | commitdiff |
2000-06-14 |
John Beppu | + removed some cruft left over from when lines could... |
tree | commitdiff |
2000-06-13 |
Eric Andersen | Fix a bug pointed out by Michal Jaegermann <michal... |
tree | commitdiff |
2000-06-12 |
John Beppu | + utility.c |
tree | commitdiff |
2000-06-05 |
Pavel Roskin | "which" rewritten to use stat(). Fixes to improve its... |
tree | commitdiff |
2000-05-19 |
Erik Andersen | More libc portability updates, add in the website ... |
tree | commitdiff |
2000-05-12 |
Erik Andersen | Lots of updates. Finished implementing BB_FEATURE_TRIV... |
tree | commitdiff |
2000-04-24 |
John Beppu | + grep -v # yay! |
tree | commitdiff |
2000-04-13 |
Erik Andersen | More doc updates for BusyBox, with fixes to apps for... |
tree | commitdiff |
2000-04-13 |
Erik Andersen | Upates to include copyright 2000 to everything |
tree | commitdiff |
2000-03-28 |
Erik Andersen | Yet another installment in the ongoing tar saga |
tree | commitdiff |
2000-02-10 |
Erik Andersen | More minor touchups. |
tree | commitdiff |
2000-02-08 |
Erik Andersen | Some formatting updates (ran the code through indent) |
tree | commitdiff |
2000-02-07 |
Erik Andersen | A few minor updates. ;-) |
tree | commitdiff |
2000-01-29 |
Erik Andersen | Clear up some ambiguity with old style assignments. |
tree | commitdiff |
next |