Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rs/grep-parser-fix' | Junio C Hamano | 2021-07-13 | 1 | -0/+2 |
|\ | |||||
| * | grep: report missing left operand of --and | René Scharfe | 2021-06-30 | 1 | -0/+2 |
* | | hash: provide per-algorithm null OIDs | brian m. carlson | 2021-04-27 | 1 | -1/+1 |
* | | Merge branch 'ab/grep-pcre2-allocfix' | Junio C Hamano | 2021-03-22 | 1 | -56/+43 |
|\ \ | |||||
| * | | grep/pcre2: move definitions of pcre2_{malloc,free} | Ævar Arnfjörð Bjarmason | 2021-02-17 | 1 | -24/+22 |
| * | | grep/pcre2: move back to thread-only PCREv2 structures | Ævar Arnfjörð Bjarmason | 2021-02-17 | 1 | -26/+15 |
| * | | grep/pcre2: actually make pcre2 use custom allocator | Ævar Arnfjörð Bjarmason | 2021-02-17 | 1 | -2/+2 |
| * | | grep/pcre2: use pcre2_maketables_free() function | Ævar Arnfjörð Bjarmason | 2021-02-17 | 1 | -0/+4 |
| * | | grep/pcre2: use compile-time PCREv2 version test | Ævar Arnfjörð Bjarmason | 2021-02-17 | 1 | -14/+4 |
| * | | grep/pcre2: add GREP_PCRE2_DEBUG_MALLOC debug mode | Ævar Arnfjörð Bjarmason | 2021-02-17 | 1 | -0/+10 |
| * | | grep/pcre2: prepare to add debugging to pcre2_malloc() | Ævar Arnfjörð Bjarmason | 2021-02-17 | 1 | -1/+2 |
| * | | grep/pcre2: correct reference to grep_init() in comment | Ævar Arnfjörð Bjarmason | 2021-02-17 | 1 | -1/+1 |
| * | | grep/pcre2: drop needless assignment to NULL | Ævar Arnfjörð Bjarmason | 2021-02-17 | 1 | -2/+0 |
| * | | grep/pcre2: drop needless assignment + assert() on opt->pcre2 | Ævar Arnfjörð Bjarmason | 2021-02-17 | 1 | -3/+0 |
* | | | use CALLOC_ARRAY | René Scharfe | 2021-03-13 | 1 | -4/+4 |
|/ / | |||||
* | | Merge branch 'ab/grep-pcre-invalid-utf8' | Junio C Hamano | 2021-02-10 | 1 | -1/+17 |
|\ \ | |||||
| * | | grep/pcre2: better support invalid UTF-8 haystacks | Ævar Arnfjörð Bjarmason | 2021-01-24 | 1 | -1/+17 |
* | | | Merge branch 'ab/retire-pcre1' | Junio C Hamano | 2021-02-10 | 1 | -115/+2 |
|\ \ \ | |||||
| * | | | Remove support for v1 of the PCRE library | Ævar Arnfjörð Bjarmason | 2021-01-23 | 1 | -117/+2 |
| |/ / | |||||
* | | | grep/log: remove hidden --debug and --grep-debug options | Ævar Arnfjörð Bjarmason | 2021-01-26 | 1 | -99/+2 |
|/ / | |||||
* | | grep: copy struct in one fell swoop | Martin Ågren | 2020-11-30 | 1 | -23/+10 |
* | | grep: use designated initializers for `grep_defaults` | Martin Ågren | 2020-11-21 | 1 | -39/+25 |
* | | grep: don't set up a "default" repo for grep | Martin Ågren | 2020-11-21 | 1 | -2/+1 |
* | | comment: fix spelling mistakes inside comments | Steve Kemp | 2020-07-29 | 1 | -1/+1 |
* | | grep: replace grep_read_mutex by internal obj read lock | Matheus Tavares | 2020-01-17 | 1 | -20/+19 |
* | | grep: fix race conditions on userdiff calls | Matheus Tavares | 2020-01-17 | 1 | -1/+6 |
* | | grep: don't return an expression from pcre2_free() | Hans Jerry Illikainen | 2019-11-30 | 1 | -1/+1 |
* | | Merge branch 'cb/pcre2-chartables-leakfix' | Junio C Hamano | 2019-10-23 | 1 | -3/+44 |
|\ \ | |||||
| * | | grep: avoid leak of chartables in PCRE2 | Carlo Marcelo Arenas Belón | 2019-10-18 | 1 | -3/+4 |
| * | | grep: make PCRE2 aware of custom allocator | Carlo Marcelo Arenas Belón | 2019-10-18 | 1 | -1/+33 |
| * | | grep: make PCRE1 aware of custom allocator | Carlo Marcelo Arenas Belón | 2019-10-18 | 1 | -0/+8 |
* | | | Merge branch 'cb/pcre1-cleanup' | Junio C Hamano | 2019-10-11 | 1 | -6/+10 |
|\ \ \ | |||||
| * | | | grep: refactor and simplify PCRE1 support | Carlo Marcelo Arenas Belón | 2019-08-26 | 1 | -6/+10 |
* | | | | Merge branch 'ab/pcre-jit-fixes' | Junio C Hamano | 2019-10-11 | 1 | -108/+70 |
|\ \ \ \ | |/ / / | |||||
| * | | | grep: under --debug, show whether PCRE JIT is enabled | Beat Bolli | 2019-08-19 | 1 | -0/+7 |
| * | | | grep: do not enter PCRE2_UTF mode on fixed matching | Ævar Arnfjörð Bjarmason | 2019-07-26 | 1 | -1/+2 |
| * | | | grep: stess test PCRE v2 on invalid UTF-8 data | Ævar Arnfjörð Bjarmason | 2019-07-26 | 1 | -0/+10 |
| * | | | grep: create a "is_fixed" member in "grep_pat" | Ævar Arnfjörð Bjarmason | 2019-07-26 | 1 | -4/+3 |
| * | | | grep: consistently use "p->fixed" in compile_regexp() | Ævar Arnfjörð Bjarmason | 2019-07-26 | 1 | -1/+1 |
| * | | | grep: stop using a custom JIT stack with PCRE v1 | Ævar Arnfjörð Bjarmason | 2019-07-26 | 1 | -23/+5 |
| * | | | grep: stop "using" a custom JIT stack with PCRE v2 | Ævar Arnfjörð Bjarmason | 2019-07-26 | 1 | -10/+0 |
| * | | | grep: remove overly paranoid BUG(...) code | Ævar Arnfjörð Bjarmason | 2019-07-26 | 1 | -8/+2 |
| * | | | grep: use PCRE v2 for optimized fixed-string search | Ævar Arnfjörð Bjarmason | 2019-07-01 | 1 | -2/+49 |
| * | | | grep: remove the kwset optimization | Ævar Arnfjörð Bjarmason | 2019-07-01 | 1 | -60/+3 |
| * | | | grep: drop support for \0 in --fixed-strings <pattern> | Ævar Arnfjörð Bjarmason | 2019-07-01 | 1 | -3/+3 |
| * | | | grep: make the behavior for NUL-byte in patterns sane | Ævar Arnfjörð Bjarmason | 2019-07-01 | 1 | -16/+7 |
| * | | | grep: inline the return value of a function call used only once | Ævar Arnfjörð Bjarmason | 2019-07-01 | 1 | -3/+1 |
| * | | | grep: don't use PCRE2?_UTF8 with "log --encoding=<non-utf8>" | Ævar Arnfjörð Bjarmason | 2019-06-28 | 1 | -4/+4 |
* | | | | Merge branch 'cb/skip-utf8-check-with-pcre1' | Junio C Hamano | 2019-10-06 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | grep: skip UTF8 checks explicitly | Carlo Marcelo Arenas Belón | 2019-09-09 | 1 | -1/+1 |
| |/ / |