summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* grep: handle symlinked directory loops as usualJim Meyering2012-04-131-1/+1
* tests: avoid spurious failure of the symlink testJim Meyering2012-04-131-1/+7
* tests: avoid syntax-check failure: reverse compare argumentsJim Meyering2012-04-091-2/+2
* build: update gnulib submodule to latestJim Meyering2012-04-091-0/+0
* grep: report overflow for ERE a{1000000000}Paul Eggert2012-03-186-84/+59
* grep: -r no longer follows symlinks; use ftsPaul Eggert2012-03-1412-380/+312
* tests: port big-match to non-GNU ddPaul Eggert2012-03-121-1/+1
* tests: test for bug with -r --exclude-dir and no file operandPaul Eggert2012-03-121-0/+4
* grep: fix segfault with -r --exclude-dir and no file operandAllan McRae2012-03-122-1/+6
* tests: exercise two recently-fixed bugsJim Meyering2012-03-092-0/+20
* maint: use an optimal-for-grep xz compression settingJim Meyering2012-03-031-0/+20
* build: update gnulib submodule to latestJim Meyering2012-03-031-0/+0
* maint: post-release administriviaJim Meyering2012-03-023-2/+5
* version 2.11v2.11Jim Meyering2012-03-021-1/+1
* tests: avoid failure when using Solaris 10's sedJim Meyering2012-03-021-2/+2
* maint: manually correct formatting in dfa.c's cpp definitionsJim Meyering2012-03-021-7/+7
* maint: indent dfa.cJim Meyering2012-03-021-779/+804