summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* grep: with no args, search "." only if command-line -rPaul Eggert2012-01-041-2/+4
* deprecate the --mmap optionJim Meyering2012-01-031-0/+6
* grep: -r with no args now searches "."Paul Eggert2012-01-021-0/+3
* grep: check stdin like other filesPaul Eggert2012-01-011-0/+4
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* update NEWS for MS-Windows changesEli Zaretskii2011-12-281-1/+7
* don't ignore errors when reading a directoryPaul Eggert2011-12-241-0/+5
* --include etc. now work on command-line args more consistentlyPaul Eggert2011-12-241-0/+7
* disable the new input==output guard for additional optionsJim Meyering2011-12-121-0/+12
* maint: post-release administriviaJim Meyering2011-11-161-0/+3
* version 2.10v2.10Jim Meyering2011-11-161-1/+1
* build: stop distributing gzip'd releases; xz is enoughJim Meyering2011-11-061-0/+6
* dfa: don't mishandle high-bit bytes in a regexp with signed-charEli Zaretskii2011-10-041-0/+5
* exit 2 (rather than infloop) when an input file is also on stdoutJim Meyering2011-07-241-0/+5
* post-release administriviaJim Meyering2011-06-211-0/+3
* version 2.9v2.9Jim Meyering2011-06-211-1/+1
* dfa: don't overrun a malloc'd buffer for certain regexpsJim Meyering2011-06-171-0/+3
* dfa: optimize wide characters in a bracket expressionPaolo Bonzini2011-06-071-0/+4
* fix the [...] bug also for relatively unusual uni-byte encodingsJim Meyering2011-06-071-0/+4
* grep -P: don't abort upon exceeding PCRE's backtracking limitJim Meyering2011-05-211-0/+6
* post-release administriviaJim Meyering2011-05-131-0/+3
* version 2.8v2.8Jim Meyering2011-05-131-1/+1
* fix a bug whereby echo c|grep '[c]' would fail for any c in 0x80..0xffJim Meyering2011-05-071-0/+6
* build: avoid new syntax-check failuresJim Meyering2011-01-221-1/+1
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
* main: fix exit status on xmalloc failuresPaolo Bonzini2010-12-201-0/+3
* dfa: process range expressions consistently with system regexPaolo Bonzini2010-09-231-0/+6
* post-release administriviaJim Meyering2010-09-161-0/+3
* version 2.7v2.7Jim Meyering2010-09-161-1/+1
* dfa: fall back to glibc matcher if a MBCSET is foundPaolo Bonzini2010-09-141-0/+2
* grep: diagnose and exit-2 for bogus REs like [:space:], [:digit:], etc.Jim Meyering2010-09-011-6/+7
* dfa: warn on [:space:] and similarPaolo Bonzini2010-08-271-0/+9
* make --include=FILE work once againJim Meyering2010-08-131-0/+3
* dfa: convert to wide character line-by-linePaolo Bonzini2010-05-051-0/+5
* grep: fix --mmap not being ignoredPaolo Bonzini2010-04-201-0/+3
* dfa: optimize UTF-8 periodPaolo Bonzini2010-04-191-0/+6
* dfa: fix {0,0}Paolo Bonzini2010-04-191-0/+2
* grep: fix matching the empty string with grep -FwPaolo Bonzini2010-04-171-0/+5
* convert all TABs to equivalent spaces in indentationJim Meyering2010-04-081-1/+1
* post-release administriviaJim Meyering2010-04-021-0/+3
* version 2.6.3v2.6.3Jim Meyering2010-04-021-1/+1
* grep: fix grep -F against empty stringPaolo Bonzini2010-03-311-0/+3
* build: detect PCRE support also when <pcre/pcre.h> is the headerJim Meyering2010-03-301-0/+5
* post-release administriviaJim Meyering2010-03-291-0/+3
* version 2.6.2v2.6.2Jim Meyering2010-03-291-1/+1
* doc: consolidate redundant-looking entriesJim Meyering2010-03-291-3/+1
* grep -F: fix a multi-byte erroneous-match-in-middle bugJim Meyering2010-03-281-0/+4
* tests: add tests for the fgrep-infloop bugNorihiro Tanaka2010-03-281-2/+2
* grep -F: avoid infinite loop when searching for incomplete MB characterJim Meyering2010-03-281-0/+3
* grep -r: fix --include with non-globsJim Meyering2010-03-281-0/+2