freebsd-src/gnu/usr.bin/grep
Tim J. Robbins 91a4826a49 Improve case-insensitive matching in multibyte locales.
Obtained from:	Isamu Hasegawa (IBM) via Fedora
2004-07-04 11:58:10 +00:00
..
doc This commit was generated by cvs2svn to compensate for changes in r131554, 2004-07-04 09:52:08 +00:00
tests This commit was generated by cvs2svn to compensate for changes in r131554, 2004-07-04 09:52:08 +00:00
AUTHORS Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
ChangeLog Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
closeout.c Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
closeout.h Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
config.h Update for grep 2.5.1. 2004-07-04 10:05:37 +00:00
COPYING Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
dfa.c Improve case-insensitive matching in multibyte locales. 2004-07-04 11:58:10 +00:00
dfa.h Merge local changes. 2004-07-04 10:02:03 +00:00
error.c Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
error.h Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
exclude.c Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
exclude.h Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
getpagesize.h Merge local changes. 2004-07-04 10:02:03 +00:00
grep.1 Merge local changes. 2004-07-04 10:02:03 +00:00
grep.c Improve case-insensitive matching in multibyte locales. 2004-07-04 11:58:10 +00:00
grep.h Merge local changes. 2004-07-04 10:02:03 +00:00
grepmat.c Trimmed grep 2.4.2 2004-03-01 08:24:49 +00:00
hard-locale.c Ignore ENABLE_NLS when deciding whether we can use setlocale(). 2004-07-04 10:22:50 +00:00
hard-locale.h Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
isdir.c Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
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 Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
obstack.c
obstack.h
quotearg.c Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
quotearg.h Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
README
savedir.c Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
savedir.h Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
search.c Improve case-insensitive matching in multibyte locales. 2004-07-04 11:58:10 +00:00
system.h Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
THANKS Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
xalloc.h Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
xmalloc.c Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
xstrtol.c Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
xstrtol.h Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +00:00
xstrtoumax.c Import GNU grep 2.5.1 (trimmed) 2004-07-04 09:52:08 +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.