summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: add parentheses to placate clang-14Jim Meyering2022-06-291-1/+1
* grep: fix regex compilation memory leaksPaul Eggert2022-06-241-8/+16
* grep: don’t diagnose "grep '\-c'"Paul Eggert2022-06-061-1/+9
* grep: sanity-check GREP_COLORPaul Eggert2022-05-311-1/+6
* grep: deprecate GREP_COLORPaul Eggert2022-05-291-2/+7
* grep: warn about ‘(+x)’ etc.Paul Eggert2022-05-241-0/+2
* grep: warn about stray backslashesPaul Eggert2022-05-231-3/+4
* grep: assume POSIX.1-2017 for [:space:]Paul Eggert2022-05-211-6/+2
* grep: Remove recent PCRE2 bug workaroundsPaul Eggert2022-03-221-7/+0
* grep: work around another potential PCRE2 bugPaul Eggert2022-03-221-6/+7
* grep: work around PCRE2 bug 2642Paul Eggert2022-03-221-0/+6
* grep: very long lines no longer evoke unwarranted "memory exhausted"Jim Meyering2022-03-201-1/+1
* grep: Remove commentUlrich Eckhardt2022-02-151-1/+0
* maint: make update-copyrightJim Meyering2022-01-0112-12/+12
* grep: -s does not suppress “binary file matches”Paul Eggert2021-11-201-1/+1
* 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-141-22/+22
* grep: migrate to pcre2Carlo Marcelo Arenas Belón2021-11-141-129/+120
* grep: work around PCRE bugPaul Eggert2021-11-091-1/+4
* build: update gnulib submodule to latestPaul Eggert2021-08-271-2/+2
* grep: prefer signed to unsigned integersPaul Eggert2021-08-259-277/+293
* 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
* grep: avoid sticky problem with ‘-f - -f -’Paul Eggert2021-08-211-6/+11
* grep: djb2 correctionPaul Eggert2021-08-181-1/+9
* egrep, fgrep: now obsoletePaul Eggert2021-08-162-2/+4
* doc: update cites and authorsPaul Eggert2021-08-141-15/+3
* grep: simplify EGexecutePaul Eggert2021-08-091-2/+1
* grep: simplify data movement slightlyPaul Eggert2021-08-091-11/+5
* grep: pointer-integer cast nitPaul Eggert2021-08-091-2/+2
* doc: usage: --group-separator/--no-group-separatorKevin Locke2021-08-061-0/+2
* maint: run "make update-copyright"Paul Eggert2021-01-0112-12/+12
* maint: add parentheses to avoid new clang-10 warningJim Meyering2020-12-301-1/+1
* grep: use of --unix-byte-offsets (-u) now elicits a warningJim Meyering2020-12-251-2/+2
* grep: avoid performance regression with many patternsJim Meyering2020-11-261-2/+3
* build: update gnulib to latest for warning fixesJim Meyering2020-11-261-1/+1
* grep: remove GREP_OPTIONSPaul Eggert2020-11-031-67/+2