summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 2.19v2.19Jim Meyering2014-05-221-1/+1
* maint: avoid new false-positive syntax-check failureJim Meyering2014-05-211-0/+2
* tests: add test case for newline-count fixNorihiro Tanaka2014-05-172-0/+29
* grep: do not count newline before the start of bufferNorihiro Tanaka2014-05-161-1/+1
* grep: port mb_next_wc to RHEL 6.5 x86-64Paul Eggert2014-05-151-1/+2
* tests: port mb-non-UTF8-performance to RHEL 6.5Paul Eggert2014-05-151-1/+5
* egrep, fgrep: port to Solaris 10 /bin/shPaul Eggert2014-05-122-2/+10
* maint: NEWS: adjust wording to reflect moveJim Meyering2014-05-101-1/+1
* maint: NEWS: move "Improvements" to the topJim Meyering2014-05-101-6/+6
* gnulib: update submodule to latest, and bootstrapJim Meyering2014-05-102-1/+9
* dfa: omit double includesPaul Eggert2014-05-101-2/+0
* dfa: fix bug with \< etc in multibyte localesPaul Eggert2014-05-103-5/+20
* tests: add test case for -C 0 changePaul Eggert2014-05-102-0/+28
* grep: -A 0, -B 0, -C 0 now output a separatorPaul Eggert2014-05-103-12/+15
* grep: minor improvements to retry-DFA-superset patchPaul Eggert2014-05-091-14/+10
* grep: retry DFA superset after matching multiple linesNorihiro Tanaka2014-05-091-13/+19
* dfa: fix inconsistency in multibyte localesNorihiro Tanaka2014-05-091-1/+1
* maint: mark some breakless cases with /* fallthrough */ commentJim Meyering2014-05-081-0/+3
* dfa: assume C89 for CHAR_BITPaul Eggert2014-05-081-6/+1
* dfa: don't assume unsigned int is exactly 32 bits widePaul Eggert2014-05-081-33/+54
* maint: fix indenting to pacify 'prohibit_tab_based_indentation'Paul Eggert2014-05-081-12/+12
* grep: simplify and clarify invert-related codePaul Eggert2014-05-081-63/+49
* grep: improve performance of -v when combined with -L, -l or -qNorihiro Tanaka2014-05-081-4/+9
* doc: mention performance changesPaul Eggert2014-05-061-0/+6
* dfa: clarify use of "if"Paul Eggert2014-05-062-29/+25
* dfa: minor performance improvement for previous changePaul Eggert2014-05-061-4/+8
* dfa: speed up 'dfaisfast'Norihiro Tanaka2014-05-061-12/+4
* grep: fix -w match next to a multibyte letterPaul Eggert2014-05-056-10/+55
* grep: improve internal API for multibyte boundaryPaul Eggert2014-05-054-13/+23
* grep: fix encoding-error incompatibilities among regex, DFA, KWsetPaul Eggert2014-05-0511-45/+79
* dfa: minor simplificationPaul Eggert2014-05-041-2/+2
* grep: simplify and fix problems with KWset-DFA agreement patchPaul Eggert2014-05-042-69/+60
* tests: improve coverage for prefix-of-multibytePaul Eggert2014-05-041-4/+9
* grep: make KWset and DFA agree about invalid sequences in patternsNorihiro Tanaka2014-05-045-61/+78
* maint: make ChangeLog generation more robustJim Meyering2014-05-031-4/+7
* grep: clarify EGexecute slightlyPaul Eggert2014-05-031-3/+3
* grep: fix the bug in previous patch.Norihiro Tanaka2014-05-031-2/+2
* grep: simplify EGexecute furtherPaul Eggert2014-04-303-76/+47
* grep: adjust timing back to kwset when dfaisfast is trueNorihiro Tanaka2014-04-301-1/+29
* grep: simplify supersetNorihiro Tanaka2014-04-303-76/+69
* dfa: optimize memory allocationNorihiro Tanaka2014-04-301-12/+16
* kwset: improve performance by inlining trNorihiro Tanaka2014-04-291-1/+1
* gnulib: update to latestJim Meyering2014-04-271-0/+0
* kwset: improve performance by inlining morePaul Eggert2014-04-271-3/+14
* kwset: speed up by using memchr2Paul Eggert2014-04-262-21/+67
* kwset: improve performance when large Boyer-Moore key doesn't matchPaul Eggert2014-04-261-3/+10
* dfa: fix index bug in previous patch, and simplifyPaul Eggert2014-04-263-28/+18
* grep: speed up for a case to repeat failure in DFA after success in kwsetNorihiro Tanaka2014-04-263-5/+36
* dfa: fix recently-introduced memory leakPaul Eggert2014-04-241-1/+4
* misc: fix doc and test bugs re grep -zPaul Eggert2014-04-242-13/+7