OSDN Git Service

Change if(x)free(x); to free(x);
[android-x86/external-busybox.git] / findutils / grep.c
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-02-22 Matt Kraai* findutils/grep.c (grep_main): Remove unnecessary...
2001-11-20 Matt KraaiFix undeclared variable error.
2001-11-20 Eric AndersenUsr get_last_path_component() name basename()
2001-11-19 Eric Andersenoops
2001-11-19 Eric AndersenMore scrubbing
2001-11-19 Eric AndersenFixup CLEANUP behavior
2001-11-12 Matt KraaiConvert strdup call to xstrdup, and calloc calls to...
2001-11-10 Eric AndersenAdd in grep -E support
2001-10-31 Matt KraaiMake egrep only set REG_EXTENDED flag.
2001-10-31 Eric AndersenPatch from Charles Steinkuehler <charles@steinkuehler...
2001-10-29 Matt KraaiUse extended regular expressions when invoked as egrep...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-10-18 Eric AndersenScrub up some function prototypes.
2001-07-31 Eric AndersenFix behavior of grep -lc to match GNU grep. SuS2 is...
2001-05-29 Eric Andersengrep failed to compile when BB_FEATURE_CLEAN_UP was...
2001-05-24 Mark WhitleyAdded support for grep -e and grep -f, closes bug ...
2001-05-22 Matt KraaiFixed extra -- lines (noted by Christophe Boyanique).
2001-05-21 Mark WhitleyFixed mishandling of -c & -l options and accounted...
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-05-14 Mark WhitleyFixed a subtle bug in the handling of -l and -c flags.
2001-04-17 Mark WhitleyThe tiniest of bracket-placement fixes.
2001-04-09 Eric AndersenMake 'grep -l' work
2001-04-09 Mark WhitleyFixed option parsing. Grep would continue grepping...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-02-09 Mark WhitleyImplemented -A, -B, and -C flags with BB_FEATURE_GREP_C...
2001-02-01 Mark WhitleyTightened things up a bit, saved 20 bytes, and made...
2001-02-01 Matt KraaiFix wget error message and add (and use) chomp library...
2001-01-27 Eric AndersenFix up copyright msgs. Bump version to 0.49 in prepara...
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2001-01-04 Mark WhitleyChanged email address to codepoet.org, updated list...
2001-01-04 Matt KraaiFixed -qv interaction (thanks to a report and patch...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-10-13 Matt KraaiFix handling of ^$ by removing the newline from input...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-08-06 Matt KraaiExit with the appropriate value when grepping multiple...
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-18 Mark WhitleyConsolodated some common code into print_matched_line...
2000-07-18 Mark WhitleyAdded support for the -c (count matches) option. Made...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Mark WhitleyChanged bb_regcomp to xregcomp and #if 0'ed out destroy...
2000-07-11 Mark WhitleyApplied patch from Matt Kraai which does the following:
2000-07-10 Mark WhitleyApplied patch from Matt Kraai as per his email:
2000-07-09 Eric Anderseninclude getopt.h
2000-07-04 Eric AndersenSome cosmetic updates. Changed "OPTIONS" to "Options".
2000-06-28 Mark WhitleyFixed comment.
2000-06-28 Mark WhitleyAdded support for reading from stdin with '-' as file...
2000-06-28 Mark WhitleyYanked out the cstring_alloc() and cstring_lineFromFile...
2000-06-28 Mark WhitleyBrand, spankin', new grep that uses libc regex routines...
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-16 Eric AndersenFix some spelling errors in the source as well.
2000-06-14 John Beppu+ removed some cruft left over from when lines could...
2000-06-13 Eric AndersenFix a bug pointed out by Michal Jaegermann <michal...
2000-06-12 John Beppu+ utility.c
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-24 John Beppu+ grep -v # yay!
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-01-19 Erik AndersenBug fix. grep wasn't printing file names they way...
1999-12-29 Erik AndersenFixed cp so it works as God intended it to.
1999-12-21 Erik AndersenAdded grep -q, thanks to a patch from "Konstantin Boldy...
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-11-09 Eric AndersenStuff
1999-11-08 Eric AndersenStuff
1999-10-28 Eric AndersenStuf
1999-10-22 Eric AndersenAdded regexp support, fixed Changelog.
1999-10-20 Eric AndersenFixed up copyright notices and such
1999-10-19 Eric AndersenAdded sfdisk. Ststic-ified a bunch of stuff.
1999-10-19 Eric Andersenfixes grep, added loadfont from debian bootfloppies.
1999-10-12 Eric AndersenMore stuff...
1999-10-09 Eric AndersenMore stuff.
1999-10-07 Eric Andersenmore stuff
1999-10-06 Eric AndersenMore stuff.
1999-10-05 Eric AndersenInitial revision