NetBSD/gnu/usr.bin/grep
cgd d6ff5db170 converted to use gnu malloc, and depend on it correctly 1993-10-07 07:23:44 +00:00
..
tests Update grep, egrep, and fgrep to GNU grep 2.0. 1993-07-07 17:26:33 +00:00
AUTHORS Update grep, egrep, and fgrep to GNU grep 2.0. 1993-07-07 17:25:52 +00:00
COPYING Update grep, egrep, and fgrep to GNU grep 2.0. 1993-07-07 17:25:52 +00:00
Makefile converted to use gnu malloc, and depend on it correctly 1993-10-07 07:23:44 +00:00
NEWS Update grep, egrep, and fgrep to GNU grep 2.0. 1993-07-07 17:25:52 +00:00
PROJECTS Update grep, egrep, and fgrep to GNU grep 2.0. 1993-07-07 17:25:52 +00:00
README Update grep, egrep, and fgrep to GNU grep 2.0. 1993-07-07 17:25:52 +00:00
dfa.c Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:38:43 +00:00
dfa.h Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:38:43 +00:00
getopt.c Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:38:43 +00:00
getopt.h Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:38:43 +00:00
getpagesize.h Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:38:43 +00:00
grep.1 Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:38:43 +00:00
grep.c Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:38:43 +00:00
grep.h Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:38:43 +00:00
kwset.c Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:38:43 +00:00
kwset.h Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:38:43 +00:00
obstack.c Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:38:43 +00:00
obstack.h Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:38:43 +00:00
regex.c Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:38:43 +00:00
regex.h Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:38:43 +00:00
search.c Add RCS identifiers, remove some completely useless RCS logs and patchkit 1993-08-02 17:38:43 +00:00

README

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.