summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* grep: port to platforms lacking SEEK_DATAPaul Eggert2014-09-171-6/+11
* grep: skip past holes efficientlyPaul Eggert2014-09-173-19/+62
* grep: improve -P performance in typical casesPaul Eggert2014-09-173-31/+130
* grep: minor -P speedup with jit_stackPaul Eggert2014-09-171-4/+2
* grep: non-text bytes in binary data may be treated as line endsPaul Eggert2014-09-174-3/+34
* grep: -z no longer considers '\200' to be binary dataPaul Eggert2014-09-173-9/+9
* grep: refactor binary-vs-unknown-vs-text flags for clarityPaul Eggert2014-09-171-31/+55
* grep: fix -P speedup bug with empty matchPaul Eggert2014-09-162-13/+24
* grep: port -P speedup to hosts lacking PCRE_STUDY_JIT_COMPILEPaul Eggert2014-09-161-7/+7
* grep: use mbclen cache in one more placePaul Eggert2014-09-161-2/+1
* grep: avoid false alarms for mb_clen and to_ucharPaul Eggert2014-09-161-0/+4
* grep: use mbclen cache more effectivelyPaul Eggert2014-09-164-30/+62
* grep: improve performance for older glibcPaul Eggert2014-09-163-1/+8
* grep: treat a file as binary if its prefix contains encoding errorsPaul Eggert2014-09-166-45/+106
* grep: use bool for boolean in grep.cPaul Eggert2014-09-162-116/+124
* grep: speed up -P on files containing many multibyte errorsPaul Eggert2014-09-161-8/+18
* grep: remove/refactor unnecessary code about line splittingPaul Eggert2014-09-162-46/+6
* grep: diagnose -P in non-UTF-8 multibyte localePaul Eggert2014-09-123-2/+13
* doc: move NEWS note about GREP_OPTIONS into proper sectionJim Meyering2014-09-121-3/+5
* grep: make GREP_OPTIONS obsolescentPaul Eggert2014-09-126-33/+18
* doc: bug tracker has moved to debbugs.gnu.orgPaul Eggert2014-09-113-9/+9
* grep: fix false matches with -P '...$' and invalid UTF-8Paul Eggert2014-09-111-1/+4
* grep: fix false matches with -P '...$' and invalid UTF-8Paul Eggert2014-09-111-1/+2
* tests: add expect-to-fail test for a glibc regexp bugJim Meyering2014-09-102-1/+37
* maint: avoid distcheck failureJim Meyering2014-09-101-0/+1
* grep: port recent fix to older pcre versionPaul Eggert2014-09-101-2/+4
* grep: -P now treats invalid UTF-8 input as non-matchingPaul Eggert2014-09-094-44/+33
* grep: fix integer-width bugs in undossify_input etc.Paul Eggert2014-08-142-8/+8
* doc: document LANGUAGEPaul Eggert2014-08-031-3/+13
* doc: prefer @env to @codePaul Eggert2014-08-031-16/+16
* doc: Document -r vs --exclude more carefully.Paul Eggert2014-07-111-9/+11
* maint: split long lines, and enforce the 80-column limitJim Meyering2014-06-2710-54/+89
* doc: update HACKINGJim Meyering2014-06-271-16/+39
* maint: generate distributed THANKS from VC'd THANKS.inJim Meyering2014-06-277-108/+163
* grep: with -E, unmatched ')' matches itselfPaul Eggert2014-06-275-2/+12
* build: avoid -Wstack-protectorPaul Eggert2014-06-171-0/+1
* build: don't make output files read-onlyPaul Eggert2014-06-173-11/+7
* maint: remove grep.specPaul Eggert2014-06-081-79/+0
* doc: use gnulib fdl modulePaul Eggert2014-06-073-507/+2
* build: improve rule to generate egrep+fgrep scriptsJim Meyering2014-06-061-10/+11
* build: don't redirect directly to $@Jim Meyering2014-06-061-1/+4
* grep: undo part of previous changePaul Eggert2014-06-051-3/+6
* grep: use system strstr if available and fastPaul Eggert2014-06-053-21/+10
* build: update gnulib submodule to latestPaul Eggert2014-06-051-0/+0
* maint: post-release administriviaJim Meyering2014-06-033-2/+5
* version 2.20v2.20Jim Meyering2014-06-031-1/+1
* grep: fix --max-count=N (-m N) to stop reading after Nth matchJim Meyering2014-05-305-1/+24
* dfa: fix off-by-one under-allocation from recent changeJim Meyering2014-05-291-1/+1
* dfa: fix bug with regex containing multiple begin/end-line constraintsNorihiro Tanaka2014-05-284-4/+46
* dfa: simplify building initial stateNorihiro Tanaka2014-05-261-17/+4