freebsd-dev/gnu/usr.bin/grep
Wolfram Schneider 32dcb97f3e Delete cc(1) debug option, typo from last commit.
Pointed out by: Søren Schmidt
1998-03-07 16:13:57 +00:00
..
tests test 37: [b-a] is a syntax error and exit with status 2 1996-09-27 19:40:39 +00:00
AUTHORS Update GNU grep to version 2.0 1993-07-06 18:45:26 +00:00
COPYING Gnu e?grep 1.6 1993-06-29 06:04:45 +00:00
dfa.c Add (unsigned char) casts to ctype macros 1997-10-23 01:43:00 +00:00
dfa.h Update GNU grep to version 2.0 1993-07-06 18:45:26 +00:00
getopt.c Update GNU grep to version 2.0 1993-07-06 18:45:26 +00:00
getopt.h Update GNU grep to version 2.0 1993-07-06 18:45:26 +00:00
getpagesize.h Update GNU grep to version 2.0 1993-07-06 18:45:26 +00:00
grep.1 When called as `zgrep', the -Z argument is assumed. Make a 1997-12-21 19:15:12 +00:00
grep.c When called as `zgrep', the -Z argument is assumed. Make a 1997-12-21 19:15:12 +00:00
grep.h Update GNU grep to version 2.0 1993-07-06 18:45:26 +00:00
kwset.c Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
kwset.h Update GNU grep to version 2.0 1993-07-06 18:45:26 +00:00
Makefile Delete cc(1) debug option, typo from last commit. 1998-03-07 16:13:57 +00:00
NEWS Update GNU grep to version 2.0 1993-07-06 18:45:26 +00:00
obstack.c Update GNU grep to version 2.0 1993-07-06 18:45:26 +00:00
obstack.h Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
PROJECTS Update GNU grep to version 2.0 1993-07-06 18:45:26 +00:00
README Update GNU grep to version 2.0 1993-07-06 18:45:26 +00:00
search.c Add (unsigned char) casts to ctype macros 1997-10-23 01:43:00 +00:00

This is GNU grep 2.0, the "fastest grep in the west" (we hope).  All
bugs reported in previous releases have been fixed.  Many exciting new
bugs have probably been introduced in this major revision.

GNU grep is provided "as is" with no warranty.  The exact terms
under which you may use and (re)distribute this program are detailed
in the GNU General Public License, in the file COPYING.

GNU grep is based on a fast lazy-state deterministic matcher (about
twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
search for a fixed string that eliminates impossible text from being
considered by the full regexp matcher without necessarily having to
look at every character.  The result is typically many times faster
than Unix grep or egrep.  (Regular expressions containing backreferencing
will run more slowly, however.)

See the file AUTHORS for a list of authors and other contributors.

See the file INSTALL for compilation and installation instructions.

See the file MANIFEST for a list of files in this distribution.

See the file NEWS for a description of major changes in this release.

See the file PROJECTS if you want to be mentioned in AUTHORS.

Send bug reports to bug-gnu-utils@prep.ai.mit.edu.  Be sure to
include the word "grep" in your Subject: header field.