freebsd-nq/gnu/usr.bin/grep
Ruslan Ermilov ced1e16b18 This file was not regenerated for the latest import, thus the
reported grep version is wrong.  The correct version is 2.4d.
2000-12-13 15:54:14 +00:00
..
doc This commit was generated by cvs2svn to compensate for changes in r56915, 2000-01-31 13:22:22 +00:00
tests
AUTHORS
ChangeLog Virgin import of a trimmed down GNU Grep 2.4d. 2000-01-31 13:22:22 +00:00
config.h This file was not regenerated for the latest import, thus the 2000-12-13 15:54:14 +00:00
config.hin
COPYING
dfa.c Merge FreeBSD changes into 2.4d. 2000-01-31 13:28:08 +00:00
dfa.h
getopt1.c Virgin import of a trimmed down GNU Grep 2.4d. 2000-01-31 13:22:22 +00:00
getopt.c This is the stock GNU grep 2.4d file. 2000-01-31 13:26:10 +00:00
getopt.h This is the stock GNU grep 2.4d file. 2000-01-31 13:26:10 +00:00
getpagesize.h This is the stock GNU grep 2.4d file. 2000-01-31 13:26:10 +00:00
grep.1 Merge FreeBSD changes into 2.4d. 2000-01-31 13:28:57 +00:00
grep.c Restore backwards compatible -R option. 2000-05-30 10:50:15 +00:00
grep.h
kwset.c This is the stock GNU grep 2.4d file. 2000-01-31 13:26:10 +00:00
kwset.h
Makefile
NEWS Virgin import of a trimmed down GNU Grep 2.4d. 2000-01-31 13:22:22 +00:00
obstack.c This is the stock GNU grep 2.4d file. 2000-01-31 13:26:10 +00:00
obstack.h This is the stock GNU grep 2.4d file. 2000-01-31 13:26:10 +00:00
README
savedir.c Virgin import of a trimmed down GNU Grep 2.4d. 2000-01-31 13:22:22 +00:00
savedir.h Virgin import of a trimmed down GNU Grep 2.4d. 2000-01-31 13:22:22 +00:00
search.c Merge FreeBSD changes into 2.4d. 2000-01-31 13:28:57 +00:00
stpcpy.c Virgin import of a trimmed down GNU Grep 2.4d. 2000-01-31 13:22:22 +00:00
system.h
THANKS Virgin import of a trimmed down GNU Grep 2.4d. 2000-01-31 13:22:22 +00:00

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.