summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* maint: copy bootstrap, tests/init.sh from GnulibPaul Eggert2021-01-012-4/+18
* doc: update grep.texi cite to 2021Paul Eggert2021-01-011-1/+1
* maint: run "make update-copyright"Paul Eggert2021-01-01119-119/+119
* build: update gnulib submodule to latestPaul Eggert2021-01-011-0/+0
* build: update gnulib to latestJim Meyering2020-12-301-0/+0
* maint: add parentheses to avoid new clang-10 warningJim Meyering2020-12-301-1/+1
* doc: clarify special chars and }Paul Eggert2020-12-291-16/+21
* doc: fix missing right curly braceMarek Suppa2020-12-291-3/+3
* build: update gnulib to latestJim Meyering2020-12-251-0/+0
* grep: use of --unix-byte-offsets (-u) now elicits a warningJim Meyering2020-12-253-16/+7
* doc: adjust man page syntaxHelge Kreutzmann2020-12-231-5/+5
* grep: avoid performance regression with many patternsJim Meyering2020-11-264-2/+64
* build: update gnulib to latest for warning fixesJim Meyering2020-11-262-1/+1
* tests: enable warnings for the gnulib-tests subdirJim Meyering2020-11-262-0/+17
* maint: post-release administriviaJim Meyering2020-11-083-2/+5
* version 3.6v3.6Jim Meyering2020-11-081-1/+1
* build: update gnulib to latest for test improvementsJim Meyering2020-11-051-0/+0
* build: update gnulib to latest for C++-ready dfa.h and test-verify.c fixJim Meyering2020-11-031-0/+0
* grep: remove GREP_OPTIONSPaul Eggert2020-11-036-98/+22
* grep: use RE_NO_SUB when calling regex solely to check syntaxNorihiro Tanaka2020-11-011-4/+12
* tests: add the test for bugfix in gnulib's dfaNorihiro Tanaka2020-11-011-0/+2
* grep: avoid erroneous matches for e.g., a+a+a+Jim Meyering2020-11-012-0/+5
* grep: -P: report input filename upon PCRE execution failureJim Meyering2020-10-115-8/+32
* grep: minor kwset cleanupsPaul Eggert2020-10-113-36/+20
* grep: remove unused codeNorihiro Tanaka2020-10-111-47/+0
* build: update gnulib submodule to latestPaul Eggert2020-10-051-0/+0
* tests: correct filename-lineno.plJim Meyering2020-10-051-1/+1
* tests: fix tests when PCRE is not usedPaul Eggert2020-10-052-9/+10
* build: update gnulib submodule to latestPaul Eggert2020-10-051-0/+0
* doc: document --include/--exclude betterPaul Eggert2020-10-032-0/+15
* maint: add technically-required quotesJim Meyering2020-10-011-3/+3
* tests: restore deleted -P testsJim Meyering2020-09-282-0/+18
* maint: post-release administriviaJim Meyering2020-09-273-2/+5
* version 3.5v3.5Jim Meyering2020-09-271-1/+1
* maint: avoid autoconf warningsJim Meyering2020-09-272-2/+1
* build: update gnulib to latestJim Meyering2020-09-271-0/+0
* build: update gnulib to latestJim Meyering2020-09-261-0/+0
* tests: skip stack-overflow test when built with ASANJim Meyering2020-09-261-0/+9
* build: update gnulib submodule to latestPaul Eggert2020-09-251-0/+0
* build: update gnulib submodule to latestPaul Eggert2020-09-251-0/+0
* tests: fix surrogate-pair test to work on 16-bit wchar_t systemsJim Meyering2020-09-241-5/+19
* grep: don't assume PCRE in testsPaul Eggert2020-09-231-6/+0
* grep: pacify Sun C 5.15Paul Eggert2020-09-231-1/+1
* grep: fix more Turkish-eyes bugsPaul Eggert2020-09-234-57/+102
* build: update gnulib submodule to latestPaul Eggert2020-09-232-0/+6
* grep: fix recently-introduced performance glitchPaul Eggert2020-09-231-1/+0
* doc: improve --line-buffer docPaul Eggert2020-09-221-2/+5
* tests: port timeout test to AlpinePaul Eggert2020-09-221-0/+2
* tests: test for many-regexp N^2 RSS regressionJim Meyering2020-09-223-0/+88
* grep: avoid unnecessary regex compilationNorihiro Tanaka2020-09-225-23/+28