Name Date Size #Lines LOC

..--

tests/H10-Jan-2016-1,7451,481

AUTHORSHD10-Jan-20161.7 KiB4530

COPYINGHD10-Jan-201617.6 KiB341281

ChangeLogHD10-Jan-201682.6 KiB2,4781,835

FREEBSD-upgradeHD10-Jan-20161.2 KiB3828

MakefileHD10-Jan-20161.6 KiB7056

Makefile.dependHD10-Jan-2016337 2214

NEWSHD10-Jan-20169.4 KiB239177

READMEHD10-Jan-20161.2 KiB2719

THANKSHD10-Jan-20163.5 KiB7372

closeout.cHD10-Jan-20163.5 KiB12262

closeout.hHD10-Jan-2016403 1814

config.hHD10-Jan-20169.5 KiB34367

dfa.cHD10-Jan-201694.7 KiB3,5872,661

dfa.hHD10-Jan-201616 KiB435165

error.cHD10-Jan-20166.9 KiB277200

error.hHD10-Jan-20162.6 KiB7932

exclude.cHD10-Jan-20163 KiB12988

exclude.hHD10-Jan-20161.3 KiB3613

getpagesize.hHD10-Jan-2016881 4938

grep.1HD10-Jan-201618.9 KiB781777

grep.cHD10-Jan-201647.9 KiB1,8681,493

grep.hHD10-Jan-20161.6 KiB4514

grepmat.cHD10-Jan-2016108 76

hard-locale.cHD10-Jan-20162.1 KiB8852

hard-locale.hHD10-Jan-2016318 1914

isdir.cHD10-Jan-20161.2 KiB4317

kwset.cHD10-Jan-201620.4 KiB774597

kwset.hHD10-Jan-20162.4 KiB6012

obstack.cHD10-Jan-201617.7 KiB599391

obstack.hHD10-Jan-201622.3 KiB594342

quotearg.cHD10-Jan-201616 KiB614442

quotearg.hHD10-Jan-20164.5 KiB11139

savedir.cHD10-Jan-20164.2 KiB184135

savedir.hHD10-Jan-2016338 1914

search.cHD10-Jan-201630.4 KiB1,2911,038

system.hHD10-Jan-20165.1 KiB207164

xalloc.hHD10-Jan-20163 KiB8839

xmalloc.cHD10-Jan-20162.8 KiB11768

xstrtol.cHD10-Jan-20165.5 KiB283198

xstrtol.hHD10-Jan-20161.7 KiB6556

xstrtoumax.cHD10-Jan-20161 KiB3210

README

1This is GNU grep, the "fastest grep in the west" (we hope).  All
2bugs reported in previous releases have been fixed.  Many exciting new
3bugs have probably been introduced in this revision.
4
5GNU grep is provided "as is" with no warranty.  The exact terms
6under which you may use and (re)distribute this program are detailed
7in the GNU General Public License, in the file COPYING.
8
9GNU grep is based on a fast lazy-state deterministic matcher (about
10twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
11search for a fixed string that eliminates impossible text from being
12considered by the full regexp matcher without necessarily having to
13look at every character.  The result is typically many times faster
14than Unix grep or egrep.  (Regular expressions containing backreferencing
15will run more slowly, however.)
16
17See the files AUTHORS and THANKS for a list of authors and other contributors.
18
19See the file INSTALL for compilation and installation instructions.
20
21See the file NEWS for a description of major changes in this release.
22
23See the file TODO for ideas on how you could help us improve grep.
24
25Send bug reports to bug-gnu-utils@gnu.org.  Be sure to
26include the word "grep" in your Subject: header field.
27