NetBSD/gnu/dist/grep
mrg fe5e3928eb include <stdlib.h> for alloca() prototype. 2003-01-28 01:43:34 +00:00
..
doc Re-add some files lost through .cvsignore files during grep-2-5 import. 2003-01-26 23:41:38 +00:00
intl Remove some unneeded files. 2003-01-26 23:32:21 +00:00
lib include <stdlib.h> for alloca() prototype. 2003-01-28 01:43:34 +00:00
po Add pre-generated .gmo files. 2003-01-26 23:50:50 +00:00
src Get patches from pkgsrc to make it build. 2003-01-26 23:55:52 +00:00
tests Reimport grep-2.5 with tag grep-2-5-0 with .cvsignore files removed 2003-01-26 23:27:23 +00:00
ABOUT-NLS
AUTHORS
COPYING
ChangeLog
INSTALL
Makefile.am
Makefile.cvs
Makefile.in Re-add some files lost through .cvsignore files during grep-2-5 import. 2003-01-26 23:41:38 +00:00
NEWS
README
README-alpha
README.DOS
THANKS
TODO
aclocal.m4 Re-add some files lost through .cvsignore files during grep-2-5 import. 2003-01-26 23:41:38 +00:00
autogen.sh
config.guess
config.hin Re-add some files lost through .cvsignore files during grep-2-5 import. 2003-01-26 23:41:38 +00:00
config.sub
configure Re-add some files lost through .cvsignore files during grep-2-5 import. 2003-01-26 23:41:38 +00:00
configure.in
depcomp
grep.spec
grep2netbsd Add grep2netbsd pre-import conversion script. 2003-01-27 00:11:18 +00:00
install-sh
missing
mkinstalldirs
stamp-h.in Re-add some files lost through .cvsignore files during grep-2-5 import. 2003-01-26 23:41:38 +00:00

README

This is GNU grep, 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 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 files AUTHORS and THANKS for a list of authors and other contributors.

See the file INSTALL for compilation and installation instructions.

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

See the file TODO for ideas on how you could help us improve grep.

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