summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 2.23v2.23Jim Meyering2016-02-041-1/+1
* gnulib: update to latestJim Meyering2016-02-021-0/+0
* tests/null-byte: test another code pathJim Meyering2016-02-011-1/+5
* Omit excess "Binary file ... matches"Paul Eggert2016-01-312-5/+16
* gnulib: update to latestJim Meyering2016-01-281-0/+0
* gnulib: update to latestJim Meyering2016-01-241-0/+0
* maint: fix typo in NEWS: s/a/an/Jim Meyering2016-01-231-1/+1
* grep: -x now supersedes -w more consistentlyPaul Eggert2016-01-156-16/+29
* tests: omit update-copyright-testsPaul Eggert2016-01-151-0/+1
* tests: do use "yes" but via an AWK replacementJim Meyering2016-01-123-4/+5
* * tests/pcre-count: Don't assume the page size is 32kB.Paul Eggert2016-01-111-4/+10
* tests: port to other POSIXish platformsPaul Eggert2016-01-084-4/+10
* tests: fix encoding-error test failure to use of printf '\xHH'Jim Meyering2016-01-081-1/+1
* mb-non-UTF8-performance: avoid FP test failure on fast hardwareJim Meyering2016-01-071-4/+9
* doc: mention unibyte encoding fixPaul Eggert2016-01-071-0/+5
* grep: improve unibyte -P performancePaul Eggert2016-01-071-7/+17
* Improve on fix for Bug#22181Paul Eggert2016-01-061-19/+21
* grep: restore -P optimization (followup fix)Paul Eggert2016-01-061-3/+3
* grep: restore -P PCRE_NO_UTF8_CHECK optimizationPaul Eggert2016-01-065-11/+56
* Fix calculation of unibyte_maskPaul Eggert2016-01-051-6/+19
* grep: fix bug with with invalid unibyte sequencePaul Eggert2016-01-014-34/+61
* maint: update copyright year, bootstrap, init.shJim Meyering2016-01-01104-104/+104
* doc: clarify text vs binary match outputPaul Eggert2015-12-312-10/+13
* doc: minor clarificationsPaul Eggert2015-12-312-8/+17
* grep: fix -l --line-buffer bugPaul Eggert2015-12-312-1/+12
* grep: remove duplicate initPaul Eggert2015-12-301-1/+1
* grep: report line-buffered write error right awayPaul Eggert2015-12-301-3/+3
* grep: -c should keep counting after binary dataPaul Eggert2015-12-304-1/+29
* dfa: port to tinyccPaul Eggert2015-12-301-1/+1
* grep: be less picky about encoding errorsPaul Eggert2015-12-307-181/+174
* maint: correct (make sorted) order of test file namesJim Meyering2015-12-291-1/+1
* grep: --exclude matches trailing parts of argsPaul Eggert2015-12-284-29/+58
* grep -oP: don't infloop when processing invalid UTF8 preceding a matchJim Meyering2015-12-185-1/+37
* tests: mark performance-related tests as expensiveJim Meyering2015-11-042-0/+10
* maint: post-release administriviaJim Meyering2015-11-013-2/+5
* version 2.22v2.22Jim Meyering2015-11-011-1/+1
* tests: pcre-jitstack: upon failure, retry with no stack size limitJim Meyering2015-11-011-1/+14
* maint: update THANKS.inJim Meyering2015-10-271-0/+2
* dfa: plug a memory leak in dfamustZev Weiss2015-10-251-9/+11
* gnulib: update to latestJim Meyering2015-10-251-0/+0
* gnulib: update to latest, for portability fixesJim Meyering2015-10-241-0/+0
* maint: NEWS: correct/amendJim Meyering2015-10-241-2/+10
* tests: avoid spurious failure on OpenBSD 5.8Jim Meyering2015-10-241-6/+12
* gnulib: update to latest; also bootstrap and tests/init.shJim Meyering2015-10-173-1/+24
* build: avoid spurious bootstrap failure involving pkg.m4Jim Meyering2015-10-171-1/+3
* maint: add news itemPaul Eggert2015-10-161-1/+2
* grep: simplify previous changePaul Eggert2015-10-161-6/+7
* grep: use grep matcher for grep -Fw when unibyteNorihiro Tanaka2015-10-161-3/+6
* grep: use memchr/memrcharPaul Eggert2015-10-161-10/+6
* grep: improve performance of grep -FwNorihiro Tanaka2015-10-161-1/+5