1
0
Fork 0
mirror of https://git.savannah.gnu.org/git/grep.git synced 2025-12-05 22:28:46 +00:00
No description
Find a file
Paul Eggert 07a3bb2b44 build: use -Wtrailing-whitespace
* configure.ac: With --enable-gcc-warnings,
use GCC 15’s -Wtrailing-whitespace if available.
2025-10-16 08:10:16 -07:00
build-aux ignore ar-lib in build-aux 2016-10-22 18:35:08 +03:00
doc doc: update troff comment 2025-10-10 15:07:58 -07:00
gnulib@84f19f053c build: update gnulib to latest, and update bootstrap from gnulib 2025-06-26 06:36:50 -07:00
gnulib-tests tests: enable warnings for the gnulib-tests subdir 2020-11-26 09:24:24 -08:00
lib maint: update all copyright dates via "make update-copyright" 2025-01-01 19:15:26 -08:00
m4 build: port to pkg.m4 serial 12 2025-04-19 23:15:35 -07:00
po maint: update all copyright dates via "make update-copyright" 2025-01-01 19:15:26 -08:00
src maint: use module 'kwset' from gnulib 2025-06-26 06:36:50 -07:00
tests tests: write-error-msg: avoid false-failure 2025-05-14 10:56:16 -07:00
.gitattributes add .gitattributes 2009-11-20 17:15:22 +01:00
.gitignore maint: import tests/init.sh from Gnulib during bootstrap 2024-07-04 12:54:56 -07:00
.gitmodules maint: prefer https: to git: 2023-02-04 22:33:14 -08:00
.mailmap maint: correct for four Author: name misspellings 2014-11-24 07:30:21 -08:00
.prev-version maint: post-release administrivia 2025-04-10 09:04:07 -07:00
AUTHORS maint: update all copyright dates via "make update-copyright" 2025-01-01 19:15:26 -08:00
bootstrap build: update gnulib to latest, and update bootstrap from gnulib 2025-06-26 06:36:50 -07:00
bootstrap.conf maint: use module 'kwset' from gnulib 2025-06-26 06:36:50 -07:00
cfg.mk maint: post-release administrivia 2025-04-10 09:04:07 -07:00
ChangeLog-2009 maint: update all copyright dates via "make update-copyright" 2025-01-01 19:15:26 -08:00
configure.ac build: use -Wtrailing-whitespace 2025-10-16 08:10:16 -07:00
COPYING maint: update URLs 2018-04-21 13:47:28 -07:00
dist-check.mk maint: add dist-check.mk 2016-02-28 22:04:01 -08:00
HACKING maint: update all copyright dates via "make update-copyright" 2025-01-01 19:15:26 -08:00
Makefile.am maint: fix Automake warning 2025-07-07 11:10:00 -07:00
NEWS maint: post-release administrivia 2025-04-10 09:04:07 -07:00
README maint: update all copyright dates via "make update-copyright" 2025-01-01 19:15:26 -08:00
README-alpha maint: update all copyright dates via "make update-copyright" 2025-01-01 19:15:26 -08:00
README-hacking maint: update all copyright dates via "make update-copyright" 2025-01-01 19:15:26 -08:00
README-prereq Don't require 'rsync' as a prerequisite. It is no longer needed since 2018. 2023-01-30 15:21:55 -08:00
thanks-gen maint: generate distributed THANKS from VC'd THANKS.in 2014-06-27 13:01:36 -07:00
THANKS.in doc: clarify a --help sentence 2025-01-15 21:00:17 -08:00
TODO maint: update all copyright dates via "make update-copyright" 2025-01-01 19:15:26 -08:00

  Copyright (C) 1992, 1997-2002, 2004-2025 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.