freebsd-dev/gnu/usr.bin/grep
obrien bb13a178d3 This commit was generated by cvs2svn to compensate for changes in r53568,
which included commits to RCS files with non-trunk default branches.
1999-11-22 09:32:57 +00:00
..
doc Build and install GNU Grep 2.3 docs. 1999-11-22 08:56:30 +00:00
tests This commit was generated by cvs2svn to compensate for changes in r53568, 1999-11-22 09:32:57 +00:00
AUTHORS Update GNU grep to version 2.0 1993-07-06 18:45:26 +00:00
config.h Restore the 2.3 config file. 1999-11-21 19:10:50 +00:00
COPYING Gnu e?grep 1.6 1993-06-29 06:04:45 +00:00
dfa.c Merge FreeBSD changes into 2.3: 1999-11-20 23:09:17 +00:00
dfa.h This is the stock 2.3 file (+ FreeBSD id). Since someone majorly SPAMMED 1999-11-20 23:16:11 +00:00
getopt1.c Virgin import of a trimmed down GNU Grep 2.3. 1999-11-20 18:37:42 +00:00
getopt.c This is the stock 2.3 file (+ FreeBSD id). Since someone majorly SPAMMED 1999-11-20 23:41:24 +00:00
getopt.h This is the stock 2.3 file (+ FreeBSD id). Since someone majorly SPAMMED 1999-11-20 23:41:24 +00:00
getpagesize.h This is the stock 2.3 file (+ FreeBSD id). Since someone added 2.0 rather 1999-11-20 23:42:44 +00:00
grep.1 Spell command names correctly. Even when they appear at the beginning 1999-11-21 02:00:16 +00:00
grep.c Alias -R to -r for backward compatibility. 1999-11-21 01:09:03 +00:00
grep.h This is the stock 2.3 file (+ FreeBSD id). Since someone added 2.0 rather 1999-11-20 23:42:44 +00:00
kwset.c This is the stock 2.3 file (+ FreeBSD id). Since someone majorly SPAMMED 1999-11-20 23:41:24 +00:00
kwset.h This is the stock 2.3 file (+ FreeBSD id). Since someone added 2.0 rather 1999-11-20 23:42:44 +00:00
Makefile Finish proper hookup of GNU Grep 2.3, including docs & config header file, 1999-11-22 09:13:43 +00:00
NEWS Update GNU grep to version 2.0 1993-07-06 18:45:26 +00:00
obstack.c This is the stock 2.3 file (+ FreeBSD id). Since someone added 2.0 rather 1999-11-20 23:42:44 +00:00
obstack.h This is the stock 2.3 file (+ FreeBSD id). Since someone added 2.0 rather 1999-11-20 23:42:44 +00:00
PROJECTS Back out the botched attempt to update to gnu grep 2.3 (lots of history 1999-11-20 09:40:28 +00:00
README Back out the botched attempt to update to gnu grep 2.3 (lots of history 1999-11-20 09:40:28 +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 Merge FreeBSD changes into 2.3: 1999-11-21 01:15:40 +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.3. 1999-11-20 18:37:42 +00:00

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.