NetBSD/gnu/dist/grep
cjep 64b9a0f283 penalty, not penality. 2003-03-29 14:33:49 +00:00
..
doc penalty, not penality. 2003-03-29 14:33:49 +00:00
intl Merge changes from 2.5.1 import. 2003-02-13 07:48:11 +00:00
lib Import of grep-2.5.1 (bugfix release). 2003-02-13 07:43:07 +00:00
po regen 2003-02-13 07:49:08 +00:00
src Make diff to 2.5.1 smaller. 2003-02-13 08:01:46 +00:00
ABOUT-NLS
AUTHORS Import grep-2.5. 2003-01-26 23:15:08 +00:00
COPYING Import grep-2.5. 2003-01-26 23:15:08 +00:00
ChangeLog Import of grep-2.5.1 (bugfix release). 2003-02-13 07:43:07 +00:00
INSTALL
Makefile.am Import grep-2.5. 2003-01-26 23:15:08 +00:00
Makefile.cvs Import grep-2.5. 2003-01-26 23:15:08 +00:00
Makefile.in Make diff to 2.5.1 smaller. 2003-02-13 08:01:46 +00:00
NEWS Import of grep-2.5.1 (bugfix release). 2003-02-13 07:43:07 +00:00
README
README-alpha Import grep-2.5. 2003-01-26 23:15:08 +00:00
README.DOS Import grep-2.5. 2003-01-26 23:15:08 +00:00
THANKS Import grep-2.5. 2003-01-26 23:15:08 +00:00
TODO Import grep-2.5. 2003-01-26 23:15:08 +00:00
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 Import grep-2.5. 2003-01-26 23:15:08 +00:00
config.guess Import grep-2.5. 2003-01-26 23:15:08 +00:00
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 Import grep-2.5. 2003-01-26 23:15:08 +00:00
configure Make diff to 2.5.1 smaller. 2003-02-13 08:01:46 +00:00
configure.in Import of grep-2.5.1 (bugfix release). 2003-02-13 07:43:07 +00:00
depcomp Import grep-2.5. 2003-01-26 23:15:08 +00:00
grep.spec Import of grep-2.5.1 (bugfix release). 2003-02-13 07:43:07 +00:00
grep2netbsd Add grep2netbsd pre-import conversion script. 2003-01-27 00:11:18 +00:00
install-sh
missing Import grep-2.5. 2003-01-26 23:15:08 +00:00
mkinstalldirs Import grep-2.5. 2003-01-26 23:15:08 +00:00
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.