summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* version 2.14v2.14Jim Meyering2012-08-201-1/+1
* build: update gnulib and bootstrapJim Meyering2012-08-072-1/+3
* tests: test for bug with -i and ^$ in a multi-byte localeJim Meyering2012-08-072-0/+30
* grep -i '^$' in a multi-byte locale could report a false matchJim Meyering2012-08-072-1/+10
* tests: fix a skip diagnostic that mentioned the wrong localeJim Meyering2012-08-061-1/+1
* tests: skip failing test on FS/system that lack SEEK_HOLE supportJim Meyering2012-08-022-0/+7
* maint: optimize long-line processingJim Meyering2012-07-301-2/+4
* maint: remove stat-sizePaul Eggert2012-07-272-2/+0
* grep: don't falsely report compressed text files as binaryPaul Eggert2012-07-272-34/+9
* grep: don't falsely report tiny text files as binaryPaul Eggert2012-07-272-5/+17
* doc: document -r/-R in man pagePaul Eggert2012-07-261-9/+18
* tests: avoid false positive upon kernel OOM-killJim Meyering2012-07-211-1/+2
* build: update gnulib and bootstrapJim Meyering2012-07-212-47/+64
* maint: fix misspellings in old ChangeLogJim Meyering2012-07-211-2/+2
* grep: fix ptrdiff/size_t clashPaul Eggert2012-07-191-6/+10
* maint: correct log typo, to reflect in generated ChangeLogJim Meyering2012-07-062-0/+8
* maint: post-release administriviaJim Meyering2012-07-043-2/+5
* version 2.13v2.13Jim Meyering2012-07-041-1/+1
* build: update gnulib submodule, bootstrap, init.shJim Meyering2012-07-043-8/+8
* tests: add another turkish-I-related test caseJim Meyering2012-06-171-0/+8
* grep -i: work also when converting to lower-case inflates byte countJim Meyering2012-06-168-24/+102
* grep: handle -i when chars differ in length but line does notPaul Eggert2012-06-121-7/+9
* tests: extend coverage of dfa.c's match_mb_charsetJim Meyering2012-06-082-0/+33
* build: fix a subtly twisted "make distcheck" failureJim Meyering2012-06-051-0/+11
* build: update gnulib submodule, bootstrap and init.shJim Meyering2012-06-034-50/+118
* grep: fix how -i works with a match containing the Turkish I-with-dotJim Meyering2012-06-027-12/+68
* grep: remove unnecessary "what-if-signal?" codePaul Eggert2012-06-011-13/+4
* grep: avoid nominal integer overflowPaul Eggert2012-05-161-1/+1
* maint: avoid nit-picky syntax-check test failure; tweak big-hole testJim Meyering2012-05-162-10/+4
* grep: sparse files are now considered binaryPaul Eggert2012-05-156-6/+117
* maint: quote 'like this' or "like this", not `like this'Paul Eggert2012-05-0616-106/+107
* exclude: process exclude and include directives in orderPaul Eggert2012-05-063-23/+41
* build: update gnulib submodule to latestPaul Eggert2012-05-061-0/+0
* cosmetic: binary operator goes *after* the newline, when splitJim Meyering2012-04-302-6/+5
* grep: -K is not an option: remove it from listJim Meyering2012-04-301-1/+1
* dfa: small fixes to single-byte range computationPaolo Bonzini2012-04-301-7/+11
* dfa: do not use hard-localePaolo Bonzini2012-04-272-24/+13
* drop support for Makefile.bootPaolo Bonzini2012-04-275-176/+5
* dfa: do not use strcoll to match multibyte characters in rangesAharon Robbins2012-04-271-8/+2
* dfa: include stdbool.h explicitlyAharon Robbins2012-04-271-0/+1
* maint: post-release administriviaJim Meyering2012-04-233-2/+5
* version 2.12v2.12Jim Meyering2012-04-231-1/+1
* build: update gnulib submodule to latestJim Meyering2012-04-231-0/+0
* tests: skip annoyingly long gnulib lock testsJim Meyering2012-04-231-0/+5
* tests: avoid spurious quote-mismatch failure on OS/XJim Meyering2012-04-221-6/+5
* build: update gnulib submodule to latestJim Meyering2012-04-172-1/+3
* grep: fix --devices=ACTION (-D) so stdin is once again exemptJim Meyering2012-04-175-5/+27
* maint: dfa: correct bogus formattingJim Meyering2012-04-131-2/+2
* maint: dfa: add/improve commentsJim Meyering2012-04-131-3/+5
* maint: dfa: avoid unnecessary uses of strcpy/strncpyJim Meyering2012-04-131-6/+3