freebsd-dev/gnu/usr.bin/grep
Jung-uk Kim ee852b9c75 Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note this
actually reverts r250860 and r250861.

Reported by:	gjb, tinderbox
2013-06-06 11:59:38 +00:00
..
doc
tests
AUTHORS
ChangeLog
closeout.c
closeout.h
config.h
COPYING
dfa.c grep: change some int types. 2013-05-20 03:15:25 +00:00
dfa.h
error.c
error.h
exclude.c
exclude.h
FREEBSD-upgrade Add a note explaining what local modifications have been made to GNU grep, 2005-05-14 06:33:23 +00:00
getpagesize.h
grep.1 Add the -P option back, but with a note that it is not supported on FreeBSD. 2006-10-11 09:52:32 +00:00
grep.c grep: change some int types. 2013-05-20 03:15:25 +00:00
grep.h
grepmat.c
hard-locale.c
hard-locale.h
isdir.c
kwset.c
kwset.h
Makefile Adjust CFLAGS to pick up correct regex.h and posix/regex.h. Note this 2013-06-06 11:59:38 +00:00
NEWS
obstack.c
obstack.h
quotearg.c
quotearg.h
README
savedir.c For files not named on the command line, only the basename is compared 2009-01-30 00:22:08 +00:00
savedir.h
search.c grep: change some int types. 2013-05-20 03:15:25 +00:00
system.h
THANKS
xalloc.h
xmalloc.c
xstrtol.c
xstrtol.h
xstrtoumax.c

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.