summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* build: update gnulib to latest; also bootstrap and init.shJim Meyering2022-03-202-4/+20
* build: avoid build failure on systems that must compile regexec.cJim Meyering2022-03-201-11/+2
* grep: very long lines no longer evoke unwarranted "memory exhausted"Jim Meyering2022-03-203-1/+13
* doc: more on leading ‘-’Paul Eggert2022-02-271-9/+23
* doc: mention issues with set -ePaul Eggert2022-02-241-0/+24
* grep: Remove commentUlrich Eckhardt2022-02-151-1/+0
* tests: remove redundant testUlrich Eckhardt2022-02-151-8/+1
* bug#52958: [PATCH] doc: fix man page syntax errorsOndřej Fiala2022-01-021-4/+11
* maint: make update-copyrightJim Meyering2022-01-01118-118/+118
* build: update gnulib to latest; also bootstrap and init.shJim Meyering2022-01-013-112/+129
* build: disable some expensive compiler warnings by defaultJim Meyering2021-12-261-15/+43
* maint: avoid new syntax-check failuresJim Meyering2021-12-241-1/+3
* doc: --invert-match is described "above" --count, not belowHelge Kreutzmann2021-12-201-1/+1
* build: update gnulib submodule to latestPaul Eggert2021-11-241-0/+0
* tests: skip surrogate-search test on CygwinPaul Eggert2021-11-233-6/+43
* doc: update to match recent "Binary files" changePaul Eggert2021-11-221-2/+1
* grep: -s does not suppress “binary file matches”Paul Eggert2021-11-203-4/+11
* doc: "binary file matches" -> stderr [Bug#51860]Paul Eggert2021-11-202-2/+2
* grep: port to PCRE2 10.20Paul Eggert2021-11-141-1/+4
* grep: fix minor -P memory leakPaul Eggert2021-11-141-0/+1
* grep: use ximalloc, not xcallocPaul Eggert2021-11-141-1/+3
* grep: improve memory exhaustion checking with -PPaul Eggert2021-11-141-19/+31
* grep: simplify JIT setupPaul Eggert2021-11-141-5/+3
* grep: use PCRE2_EXTRA_MATCH_LINEPaul Eggert2021-11-141-24/+30
* grep: prefer signed integersPaul Eggert2021-11-141-13/+11
* grep: speed up, fix bad-UTF8 check with -PPaul Eggert2021-11-141-2/+14
* grep: improve pcre2_get_error_message commentsPaul Eggert2021-11-141-2/+3
* grep: Don’t limit jitstack_max to INT_MAXPaul Eggert2021-11-141-1/+7
* maint: minor rewording and reindentingPaul Eggert2021-11-145-29/+33
* grep: migrate to pcre2Carlo Marcelo Arenas Belón2021-11-145-146/+138
* maint: update README-prereq for Gperf, Rsync, WgetPaul Eggert2021-11-111-1/+3
* tests: fix pcre test typoPaul Eggert2021-11-101-2/+4
* tests: fix test logic for pcre-contextCarlo Marcelo Arenas Belón2021-11-101-18/+22
* grep: work around PCRE bugPaul Eggert2021-11-091-1/+4
* build: update gnulib submodule to latestPaul Eggert2021-11-091-0/+0
* maint: modernize README-{hacking,prereq}Paul Eggert2021-10-302-71/+82
* build: update gnulib submodule to latestPaul Eggert2021-10-281-0/+0
* doc: document interval expression limitationsPaul Eggert2021-08-271-1/+14
* build: update gnulib submodule to latestPaul Eggert2021-08-272-2/+2
* grep: prefer signed to unsigned integersPaul Eggert2021-08-2510-277/+294
* grep: scan back thru UTF-8 a bit fasterPaul Eggert2021-08-241-6/+13
* grep: tweak mb_goback performancePaul Eggert2021-08-241-5/+11
* grep: tweak wordchar_prev performancePaul Eggert2021-08-241-2/+1
* grep: tweak mb_goback and comment it betterPaul Eggert2021-08-241-13/+30
* grep: omit unused maxd memberPaul Eggert2021-08-241-4/+0
* grep: avoid some size_t castsPaul Eggert2021-08-243-10/+10
* tests: mb-non-UTF8-perf-Fw: use head rather than sedJim Meyering2021-08-222-2/+2
* grep: avoid sticky problem with ‘-f - -f -’Paul Eggert2021-08-211-6/+11
* tests: port mb-non-UTF8-perf-Fw to strict POSIXPaul Eggert2021-08-181-1/+1
* grep: djb2 correctionPaul Eggert2021-08-181-1/+9