summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* maint: use single quote rather than UTF-8 multi-byte versionJim Meyering2015-10-131-1/+1
* dfa: make the executable a bit smallerPaul Eggert2015-10-131-3/+4
* dfa: fix bug in alternate of sub-patterns that differ only in constraintsNorihiro Tanaka2015-10-131-1/+7
* dfa: fix off-by-one errorNorihiro Tanaka2015-10-131-1/+1
* doc: NEWS: mention a bug fixJim Meyering2015-10-121-0/+6
* tests: add test case for Bug#21670Paul Eggert2015-10-111-3/+11
* Add test for pop_fail_stack bugPaul Eggert2015-09-193-17/+38
* build: update gnulib submodule to latestPaul Eggert2015-09-191-0/+0
* grep: avoid use of uninitialized variableNorihiro Tanaka2015-08-191-1/+1
* grep: remove fgrep code for case insensitive matchNorihiro Tanaka2015-08-121-38/+1
* dfa: optimize [x-x]Paul Eggert2015-08-121-24/+32
* dfa: remove unused multibyte supportNorihiro Tanaka2015-08-121-188/+19
* tests: mb-non-UTF8-performance: use new functionJim Meyering2015-08-011-20/+9
* tests: long-pattern-perf: measure user time, not elapsedJim Meyering2015-08-011-18/+6
* tests: new function to measure elapsed user timeJim Meyering2015-08-011-0/+28
* dfa: remove word delimiter support for multibyte localesNorihiro Tanaka2015-07-251-0/+9
* dfa: avoid execution for a pattern including an unsupported expressionNorihiro Tanaka2015-07-251-41/+52
* dfa: DEBUG: print detail of DFA statesNorihiro Tanaka2015-07-191-8/+78
* tests: sjis-mb: accept two more localesNorihiro Tanaka2015-07-181-4/+5
* tests: add a test for the performance fixJim Meyering2015-07-182-0/+51
* dfa: speed up handling of long patternNorihiro Tanaka2015-07-182-14/+41
* tests: fix mis-applied patch.Jim Meyering2015-07-171-2/+2
* tests: avoid FS-dependent false-positive failureJim Meyering2015-07-171-2/+2
* grep: fix bug with --exclude-dir and command linePaul Eggert2015-07-133-7/+23
* tests: fix $? typo in null-bytePaul Eggert2015-07-131-1/+3
* maint: dfa: used unsigned types where appropriateJim Meyering2015-07-051-7/+8
* dfa: build struct dfamust on demandNorihiro Tanaka2015-07-043-77/+59
* grep: use recent gnulib syntax bitsPaul Eggert2015-07-041-7/+2
* maint: ignore gendocs_template_minPaul Eggert2015-07-041-0/+1
* build: update gnulib submodule to latestPaul Eggert2015-07-041-0/+0
* dfa: '.' and '[^x]' now consistently match newlinePaul Eggert2015-07-041-4/+4
* grep: -z '[^x]' now consistently matches newlinePaul Eggert2015-07-043-8/+16
* grep: -z '.' now consistently matches newlinePaul Eggert2015-07-034-3/+43
* grep: simplify print_line_middle slightlyPaul Eggert2015-07-031-2/+2
* grep: don't mishandle left context in -PPaul Eggert2015-07-033-21/+73