freebsd-nq/gnu/usr.bin/grep
2000-01-03 21:09:05 +00:00
..
doc Virgin import of a trimmed down GNU Grep 2.4. 2000-01-03 21:09:05 +00:00
tests Virgin import of a trimmed down GNU Grep 2.4. 2000-01-03 21:09:05 +00:00
AUTHORS Virgin import of GNU Grep 2.3 [trimmed down]. 1999-11-22 10:31:17 +00:00
ChangeLog Virgin import of a trimmed down GNU Grep 2.4. 2000-01-03 21:09:05 +00:00
config.hin Virgin import of a trimmed down GNU Grep 2.4. 2000-01-03 21:09:05 +00:00
COPYING Virgin import of GNU Grep 2.3 [trimmed down]. 1999-11-22 10:31:17 +00:00
dfa.c Virgin import of a trimmed down GNU Grep 2.4. 2000-01-03 21:09:05 +00:00
dfa.h Virgin import of a trimmed down GNU Grep 2.4. 2000-01-03 21:09:05 +00:00
getopt1.c Virgin import of a trimmed down GNU Grep 2.3. 1999-11-20 18:37:42 +00:00
getopt.c Virgin import of a trimmed down GNU Grep 2.3. 1999-11-20 18:37:42 +00:00
getopt.h Virgin import of a trimmed down GNU Grep 2.3. 1999-11-20 18:37:42 +00:00
getpagesize.h Virgin import of a trimmed down GNU Grep 2.3. 1999-11-20 18:37:42 +00:00
grep.1 Virgin import of a trimmed down GNU Grep 2.4. 2000-01-03 21:09:05 +00:00
grep.c Virgin import of a trimmed down GNU Grep 2.4. 2000-01-03 21:09:05 +00:00
grep.h Virgin import of a trimmed down GNU Grep 2.4. 2000-01-03 21:09:05 +00:00
kwset.c Virgin import of a trimmed down GNU Grep 2.3. 1999-11-20 18:37:42 +00:00
kwset.h Virgin import of a trimmed down GNU Grep 2.3. 1999-11-20 18:37:42 +00:00
Makefile This commit was manufactured by cvs2svn to create tag 'grep_2_0'. 1993-07-06 18:45:27 +00:00
NEWS Virgin import of a trimmed down GNU Grep 2.4. 2000-01-03 21:09:05 +00:00
obstack.c Virgin import of a trimmed down GNU Grep 2.3. 1999-11-20 18:37:42 +00:00
obstack.h Virgin import of a trimmed down GNU Grep 2.3. 1999-11-20 18:37:42 +00:00
PROJECTS This commit was manufactured by cvs2svn to create tag 'grep_2_0'. 1993-07-06 18:45:27 +00:00
README Virgin import of a trimmed down GNU Grep 2.3. 1999-12-30 19:19:37 +00:00
regex.c This commit was manufactured by cvs2svn to create tag 'grep_2_0'. 1993-07-06 18:45:27 +00:00
regex.h This commit was manufactured by cvs2svn to create tag 'grep_2_0'. 1993-07-06 18:45:27 +00:00
savedir.c Virgin import of a trimmed down GNU Grep 2.3. 1999-11-20 18:37:42 +00:00
savedir.h Virgin import of a trimmed down GNU Grep 2.3. 1999-11-20 18:37:42 +00:00
search.c Virgin import of a trimmed down GNU Grep 2.4. 2000-01-03 21:09:05 +00:00
stpcpy.c Virgin import of a trimmed down GNU Grep 2.3. 1999-11-20 18:37:42 +00:00
system.h Virgin import of a trimmed down GNU Grep 2.4. 2000-01-03 21:09:05 +00:00
THANKS Virgin import of a trimmed down GNU Grep 2.4. 2000-01-03 21:09:05 +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.