freebsd-dev/gnu/usr.bin/grep
Tim J. Robbins 1bd8c187c0 Fixed a bug in the fgrep patch, exposed by the dfa-optional patch
(RH bug #138558). Removed bogus part of grep-2.5.1-fgrep patch.

Obtained from:	Fedora (Jakub Jelinek, Tim Waugh)
2005-05-14 04:17:07 +00:00
..
doc
tests
AUTHORS
ChangeLog
closeout.c
closeout.h
config.h Change version string to distinguish our modified version of GNU grep 2004-08-12 06:45:31 +00:00
COPYING
dfa.c Fix dfa multibyte character class matching when -i is used (RH bug #123363). 2005-05-14 03:18:20 +00:00
dfa.h Remove mb-caching hack. 2005-05-14 03:02:22 +00:00
error.c
error.h
exclude.c
exclude.h
getpagesize.h Merge local changes. 2004-07-04 10:02:03 +00:00
grep.1 The correct name of the long option is --line-buffered, 2004-11-09 17:00:06 +00:00
grep.c Remove mb-caching hack. 2005-05-14 03:02:22 +00:00
grep.h Remove mb-caching hack. 2005-05-14 03:02:22 +00:00
grepmat.c
hard-locale.c Ignore ENABLE_NLS when deciding whether we can use setlocale(). 2004-07-04 10:22:50 +00:00
hard-locale.h
isdir.c
kwset.c Merge local changes. 2004-07-04 10:02:03 +00:00
kwset.h Merge local changes. 2004-07-04 10:02:03 +00:00
Makefile Update for grep 2.5.1. 2004-07-04 10:05:37 +00:00
NEWS
obstack.c
obstack.h
quotearg.c
quotearg.h
README
savedir.c
savedir.h
search.c Fixed a bug in the fgrep patch, exposed by the dfa-optional patch 2005-05-14 04:17:07 +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.