summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 2.28v2.28Jim Meyering2017-02-061-1/+1
* gnulib: update to latestJim Meyering2017-02-021-0/+0
* grep: tune to avoid memchr2 sometimesPaul Eggert2017-02-011-5/+19
* gnulib: update to latestJim Meyering2017-01-291-0/+0
* grep: simplify recent kwset changePaul Eggert2017-01-231-9/+4
* tests: really add the new test nameJim Meyering2017-01-231-0/+1
* grep -Fo could report a match that is not the longestNorihiro Tanaka2017-01-213-3/+41
* grep: speed up Aho-Corasick when at most 2 bytesPaul Eggert2017-01-181-90/+78
* grep: remove Commentz-Walter codePaul Eggert2017-01-183-209/+35
* maint: avoid new syntax-check failuresJim Meyering2017-01-172-21/+24
* * NEWS: Fix typo.Paul Eggert2017-01-171-2/+0
* * src/kwset.c: Fix comment typo.Paul Eggert2017-01-171-1/+1
* Improve -i performance in typical UTF-8 searchesPaul Eggert2017-01-177-50/+153
* build: update gnulib submodule to latestPaul Eggert2017-01-171-0/+0
* dfa: prefer ptrdiff_t to size_tPaul Eggert2017-01-154-57/+70
* grep: improve comments, mostly in kwsetPaul Eggert2017-01-113-99/+97
* maint: update gnulib and copyright dates for 2017Jim Meyering2017-01-01113-112/+112
* grep: speed up -x with many patternsPaul Eggert2016-12-311-7/+18
* gnulib: update to latest, fixing a parallel getopt test failureJim Meyering2016-12-311-0/+0
* maint: space before parenPaul Eggert2016-12-293-20/+20
* grep: int cleanup in kwset.cPaul Eggert2016-12-291-22/+23
* grep: improve performance with multiple patternsNorihiro Tanaka2016-12-271-1/+1
* * NEWS: Fix typo.Paul Eggert2016-12-271-1/+1
* grep: fix bug with '... | grep pat >> /dev/null'Paul Eggert2016-12-273-8/+15
* grep: minor performance tweak for pure functionsPaul Eggert2016-12-261-3/+4
* grep: move localeinfo to grep.cZev Weiss2016-12-253-3/+5
* pcresearch: thread safetyZev Weiss2016-12-251-41/+47
* kwsearch: thread safetyZev Weiss2016-12-251-6/+3
* dfasearch: thread safetyZev Weiss2016-12-252-69/+64
* grep: prepare search backends for thread-safetyZev Weiss2016-12-255-20/+31
* maint: fix "syntax-check" failureJim Meyering2016-12-241-1/+1
* grep: fix comment in searchutils.cPaul Eggert2016-12-231-1/+1
* grep: improve word checking with UTF-8Paul Eggert2016-12-232-35/+52
* grep: standardize on localeinfo.multibytePaul Eggert2016-12-234-4/+4
* grep: speed up -wf in C localePaul Eggert2016-12-233-0/+16
* grep: specialize word-finding functionsPaul Eggert2016-12-235-39/+80
* grep: simplify FexecutePaul Eggert2016-12-231-22/+24
* grep: remove C labelPaul Eggert2016-12-231-2/+1
* maint: rewrite to avoid some macrosPaul Eggert2016-12-234-56/+50
* grep: fix performance with multiple patternsPaul Eggert2016-12-202-20/+123
* grep: simplify matcher configurationPaul Eggert2016-12-204-78/+41
* grep: simplify line counting in patternsPaul Eggert2016-12-201-29/+20
* build: update gnulib submodule to latestPaul Eggert2016-12-191-0/+0
* build: update gnulib submodule to latestPaul Eggert2016-12-181-0/+0
* build: update gnulib submodule to latestPaul Eggert2016-12-181-0/+0
* tests: use just-built grep in more placesJim Meyering2016-12-131-0/+5
* maint: tell "syntax-check" not to worry about the NEWS updateJim Meyering2016-12-131-1/+1
* build: update gnulib submodule to latestArnold D. Robbins2016-12-132-2/+1
* grep: work around proc lseek glitchPaul Eggert2016-12-124-3/+31
* grep: simplify finalize_inputPaul Eggert2016-12-071-23/+8