Index of /archives/NetBSD/NetBSD-release-9/src/external/gpl2/grep/dist

Icon  Name                                                      Last modified      Size  Description
[PARENTDIR] Parent Directory - [TXT] ABOUT-NLS 2016-01-11 06:36 11K [TXT] AUTHORS 2016-01-11 06:36 1.8K [TXT] COPYING 2016-01-11 06:36 18K [DIR] CVS/ 2024-02-15 03:51 - [TXT] ChangeLog 2016-01-11 06:36 83K [TXT] INSTALL 2016-01-11 06:36 7.6K [TXT] Makefile.am 2016-01-11 06:36 1.8K [TXT] Makefile.cvs 2016-01-11 06:36 1.5K [TXT] Makefile.in 2016-01-11 06:36 15K [TXT] NEWS 2016-01-11 06:36 9.4K [TXT] README 2016-01-11 06:36 1.1K [TXT] README-alpha 2016-01-11 06:36 375 [TXT] README.DOS 2016-01-11 06:36 2.7K [   ] THANKS 2016-01-11 06:36 3.6K [TXT] TODO 2016-01-11 06:36 1.4K [TXT] aclocal.m4 2016-01-11 06:36 59K [   ] autogen.sh 2016-01-11 06:36 1.0K [TXT] config.guess 2017-02-01 18:26 43K [TXT] config.hin 2016-01-11 06:36 9.0K [TXT] config.sub 2017-02-01 18:26 36K [TXT] configure 2016-01-11 06:36 283K [TXT] configure.in 2016-01-11 06:36 4.1K [TXT] depcomp 2016-01-11 06:36 12K [DIR] doc/ 2024-02-15 03:47 - [TXT] grep.spec 2016-01-11 06:36 4.6K [TXT] install-sh 2016-01-11 06:36 5.5K [DIR] intl/ 2024-02-15 03:47 - [DIR] lib/ 2024-02-15 03:47 - [TXT] missing 2016-01-11 06:36 8.6K [   ] mkinstalldirs 2016-01-11 06:36 720 [DIR] po/ 2024-02-15 03:47 - [DIR] src/ 2024-04-20 12:23 - [TXT] stamp-h.in 2016-01-11 06:36 0
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-grep@gnu.org.