summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* grep: fix performance with multiple patternsPaul Eggert2016-12-201-0/+11
* grep: work around proc lseek glitchPaul Eggert2016-12-121-0/+6
* maint: clarify early-exit news for 2.27Paul Eggert2016-12-071-1/+2
* maint: post-release administriviaJim Meyering2016-12-061-0/+3
* version 2.27v2.27Jim Meyering2016-12-061-1/+1
* build: update gnulib submodule to latestPaul Eggert2016-11-281-2/+1
* grep: avoid false matches in non-UTF8 multibyte localesJim Meyering2016-11-271-0/+7
* tests: check for unibyte French range bugPaul Eggert2016-11-201-0/+3
* grep: -P no longer uses PCRE_MULTILINEPaul Eggert2016-11-191-3/+5
* grep: fix -zxP bugPaul Eggert2016-11-191-3/+3
* grep: -T now adjusts number widths for worst casePaul Eggert2016-11-191-0/+4
* grep: -T no longer outputs BSPaul Eggert2016-11-191-0/+4
* grep -f /dev/null -L PAT FILE outputs FILEPaul Eggert2016-11-191-0/+2
* grep: treat -f /dev/null like -m0Paul Eggert2016-11-191-0/+5
* grep: scale back /dev/null speedupPaul Eggert2016-11-191-0/+6
* grep: -Pz no longer rejects ^, $Paul Eggert2016-11-191-0/+4
* doc: grep builds on HP-UX once againJim Meyering2016-10-261-0/+4
* maint: post-release administriviaJim Meyering2016-10-021-0/+3
* version 2.26v2.26Jim Meyering2016-10-021-1/+1
* grep: add news entry for fix to bug#24233Norihiro Tanaka2016-09-181-0/+3
* grep: encoding errors suppress just their linePaul Eggert2016-09-081-0/+5
* grep: update NEWSPaul Eggert2016-09-011-0/+3
* dfa: document previous changePaul Eggert2016-09-011-2/+2
* grep: avoid code duplication with -iFPaul Eggert2016-09-011-6/+3
* grep: speed up -iF in multibyte localesNorihiro Tanaka2016-09-011-0/+6
* dfa: minor refactoring and doc fixesPaul Eggert2016-08-161-3/+3
* dfa: improve leading "." with non-UTF8 multibyteNorihiro Tanaka2016-08-161-0/+3
* grep: print "filename:lineno:" in invalid-regex diagnosticJim Meyering2016-07-251-2/+3
* grep: minor cleanups for -F Aho-CorasickPaul Eggert2016-06-021-3/+4
* grep: use Aho-Corasick algorithm to search multiple fixed wordsPaul Eggert2016-06-021-0/+5
* maint: avoid NEWS syntax-check failureJim Meyering2016-05-021-2/+4
* grep: /dev/null output speedupPaul Eggert2016-05-011-0/+2
* maint: post-release administriviaJim Meyering2016-04-211-0/+3
* version 2.25v2.25Jim Meyering2016-04-211-1/+1
* grep: in C locale, all bytes are valid charactersPaul Eggert2016-04-101-0/+6
* grep: -Pz no longer misdiagnoses [^a]Paul Eggert2016-03-231-0/+3
* maint: move new 'Improvements' blurb into proper sectionJim Meyering2016-03-221-2/+3
* grep: -oz now outputs null bytes, not newlinesPaul Eggert2016-03-181-0/+4
* grep: use errno consistently in write diagnosticsPaul Eggert2016-03-171-0/+6
* maint: post-release administriviaJim Meyering2016-03-101-0/+3
* version 2.24v2.24Jim Meyering2016-03-101-1/+1
* grep: -Pz is incompatible with ^ and $Paul Eggert2016-02-211-0/+7
* grep -z: avoid erroneous match with regexp anchor and \n in textJim Meyering2016-02-201-0/+13
* maint: post-release administriviaJim Meyering2016-02-041-0/+3
* version 2.23v2.23Jim Meyering2016-02-041-1/+1
* maint: fix typo in NEWS: s/a/an/Jim Meyering2016-01-231-1/+1
* grep: -x now supersedes -w more consistentlyPaul Eggert2016-01-151-1/+4
* doc: mention unibyte encoding fixPaul Eggert2016-01-071-0/+5
* maint: update copyright year, bootstrap, init.shJim Meyering2016-01-011-1/+1
* doc: clarify text vs binary match outputPaul Eggert2015-12-311-5/+9