descriptionGNU grep mirror
homepage URLhttp://www.gnu.org/software/grep/
repository URLgit://git.sv.gnu.org/grep.git
ownereblake@redhat.com
last changeSun, 22 Sep 2024 06:28:03 +0000 (21 23:28 -0700)
last refreshMon, 23 Sep 2024 08:31:22 +0000 (23 10:31 +0200)
content tags
add:
README
  Copyright (C) 1992, 1997-2002, 2004-2024 Free Software Foundation, Inc.

  Copying and distribution of this file, with or without modification,
  are permitted in any medium without royalty provided the copyright
  notice and this notice are preserved.

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
hybridized with Boyer-Moore and Aho-Corasick searches for fixed
strings that eliminate 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 traditional
implementations.  (Regular expressions containing back-references 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.
If there is no INSTALL file, this copy of the source code is intended
for expert hackers; please see the file README-hacking.

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.

See the file README-alpha for information on grep development and the CVS
  repository.

Send bug reports to bug-grep@gnu.org.

KNOWN BUGS:

Several tests in fmbtest.sh and foad1.sh fail under the cs_CZ.UTF-8 locale
and have been disabled.

The combination of -o and -i options is broken and the known failing cases
are disabled in foad1.sh

The option -i does not work properly in some multibyte locales such as
tr_TR.UTF-8 where the upper case and lower case forms of a character are not
necessarily of the same byte length.

A list of outstanding and resolved bugs can be found at:

        https://debbugs.gnu.org/cgi/pkgreport.cgi?package=grep

You can also browse the bug-grep mailing list archive at:

        https://lists.gnu.org/r/bug-grep/

For any copyright year range specified as YYYY-ZZZZ in this package
note that the range specifies every single year in that closed interval.
shortlog
27 hours ago Paul Eggertdoc: warn re using ‘grep’ to detect binary filesmaster
27 hours ago Paul Eggertgrep: avoid huge reads
27 hours ago Paul Eggertgrep: simplify non-usage of rawmemrchr
27 hours ago Paul Eggertgrep: adjust to safe_read change
27 hours ago Paul Eggertmaint: port GNULIB_WARN_CFLAGS to gcc 14
27 hours ago Paul Eggertbuild: update gnulib submodule to latest
2024-09-08 Jim Meyeringbuild: update gnulib to latest
2024-09-08 Jim Meyeringmaint: placate GCC's -Wunterminated-string-initialization
2024-09-08 Jim Meyeringmaint: modernize GNU GPL license comments
2024-07-09 Bruno Haibletests: Fix recognition of cs_CZ.UTF-8 locale on FreeBSD.
2024-07-04 Collin Funkmaint: import tests/init.sh from Gnulib during bootstrap
2024-07-04 Jim Meyeringbuild: update gnulib to latest and update bootstrap
2024-06-11 Bruno Haiblemaint: Avoid test-mbrlen-1.sh failure on CentOS 7.
2024-05-21 Paul Eggertdoc: fix troff typos
2024-05-21 Paul Eggertbuild: update bootstrap to latest
2024-05-21 Paul Eggertbuild: update gnulib submodule to latest
...
tags
16 months ago v3.11 grep 3.11
18 months ago v3.10 grep 3.10
18 months ago v3.9 grep 3.9
2 years ago v3.8 grep 3.8
3 years ago v3.7 grep 3.7
3 years ago v3.6 grep 3.6
3 years ago v3.5 grep 3.5
4 years ago v3.4-almost grep 3.4, almost.
5 years ago v3.3 grep 3.3
5 years ago v3.2 grep 3.2
7 years ago v3.1 grep 3.1
7 years ago v3.0 grep 3.0
7 years ago v2.28 grep 2.28
7 years ago v2.27 grep 2.27
7 years ago v2.26 grep 2.26
8 years ago v2.25 grep 2.25
...
heads
27 hours ago master
forks
Cached version (5799s old)
grep/ericb.git Eric Blake's GNU grep patches eblake@redhat.com 14 years ago