NameDateSize

..06-Aug-201718

AUTHORSH A D08-Mar-20151.7 KiB

ChangeLogH A D08-Mar-201582.6 KiB

closeout.cH A D08-Mar-20153.5 KiB

closeout.hH A D08-Mar-2015403

config.hH A D08-Mar-20159.5 KiB

COPYINGH A D08-Mar-201517.6 KiB

dfa.cH A D08-Mar-201594.7 KiB

dfa.hH A D08-Mar-201516 KiB

doc/H20-Dec-20165

error.cH A D08-Mar-20156.9 KiB

error.hH A D08-Mar-20152.6 KiB

exclude.cH A D08-Mar-20153 KiB

exclude.hH A D08-Mar-20151.3 KiB

FREEBSD-upgradeH A D08-Mar-20151.2 KiB

getpagesize.hH A D08-Mar-2015881

grep.1H A D08-Mar-201518.9 KiB

grep.cH A D08-Mar-201547.9 KiB

grep.hH A D08-Mar-20151.6 KiB

grepmat.cH A D08-Mar-2015108

hard-locale.cH A D08-Mar-20152.1 KiB

hard-locale.hH A D08-Mar-2015318

isdir.cH A D08-Mar-20151.2 KiB

kwset.cH A D08-Mar-201520.4 KiB

kwset.hH A D08-Mar-20152.4 KiB

MakefileH A D08-Mar-20151.6 KiB

NEWSH A D08-Mar-20159.4 KiB

obstack.cH A D08-Mar-201517.7 KiB

obstack.hH A D08-Mar-201522.3 KiB

quotearg.cH A D08-Mar-201516 KiB

quotearg.hH A D08-Mar-20154.5 KiB

READMEH A D08-Mar-20151.2 KiB

savedir.cH A D08-Mar-20154.2 KiB

savedir.hH A D08-Mar-2015338

search.cH A D08-Mar-201530.4 KiB

system.hH A D08-Mar-20155.1 KiB

tests/H20-Dec-201625

THANKSH A D08-Mar-20153.5 KiB

xalloc.hH A D08-Mar-20153 KiB

xmalloc.cH A D08-Mar-20152.8 KiB

xstrtol.cH A D08-Mar-20155.5 KiB

xstrtol.hH A D08-Mar-20151.7 KiB

xstrtoumax.cH A D08-Mar-20151 KiB

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