summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: correct grep.1's descriptions of \w and \W (they omitted "_")Jim Meyering2012-03-022-4/+4
* maint: spelling fixesPaul Eggert2012-03-0112-27/+27
* grep: fix integer-overflow issues in main programPaul Eggert2012-03-013-48/+55
* grep: avoid mishandling of long linesPaul Eggert2012-03-011-0/+3
* grep: remove no-longer-used setrlimit codePaul Eggert2012-03-011-38/+0
* grep: fix some core dumps with long lines etc.Paul Eggert2012-03-017-131/+187
* tests: test for problems with long matchesPaul Eggert2012-03-015-0/+61
* maint: use gnulib _Noreturn rather than __attribute__ ((noreturn))Paul Eggert2012-02-293-10/+2
* build: update submodule, bootstrap, tests/init.sh from gnulibJim Meyering2012-02-264-16/+23
* dfa: merge calls to SUCCEEDS_IN_CONTEXTPaolo Bonzini2012-02-261-3/+1
* dfa: fix a subtle constraint encoding bugPaolo Bonzini2012-02-263-28/+43
* dfa: do not use MATCHES_*_CONTEXT directlyPaolo Bonzini2012-02-261-12/+9
* dfa: change meaning of a state contextPaolo Bonzini2012-02-261-39/+44
* tests: fix loop in epipe testPaul Eggert2012-02-131-1/+10
* tests: work portably even if SIGPIPE is ignoredPaul Eggert2012-02-081-2/+2
* tests: work even if SIGPIPE is ignoredPaul Eggert2012-02-071-1/+1
* build: accommodate -Wshadow and -Werror=suggest-attribute=pureJim Meyering2012-02-051-5/+5
* dfa: refactor common context computationsPaolo Bonzini2012-02-051-35/+64
* dfa: change newline/letter to a single context valuePaolo Bonzini2012-02-051-85/+84
* dfa: introduce contexts for the values in d->successPaolo Bonzini2012-02-051-43/+58
* dfa: remove useless checkPaolo Bonzini2012-02-051-2/+1
* build: update bootstrap from gnulib and adaptJim Meyering2012-01-224-177/+196
* maint: convert `this' to 'this' quoting style in diagnosticsJim Meyering2012-01-224-5/+5
* build: update gnulib to latest; adjust quoting in testsJim Meyering2012-01-222-2/+2
* doc: document recent diagnostics-related changesPaul Eggert2012-01-221-0/+16
* grep: be quiet about GREP_COLORS syntaxPaul Eggert2012-01-221-37/+9
* grep: exit with nonzero status if directory loopPaul Eggert2012-01-221-0/+1
* grep: suppress read errors if -sPaul Eggert2012-01-221-5/+6
* grep: don't say "write error" over and overPaul Eggert2012-01-223-2/+36
* dfa: non-glibc word-constituent unibyte fixPaul Eggert2012-01-121-1/+1
* doc: document empty pattern betterPaul Eggert2012-01-041-1/+15
* grep: with no args, search "." only if command-line -rPaul Eggert2012-01-044-13/+38
* tests: adjust test to match code, now that --mmap writes to stderrJim Meyering2012-01-031-2/+6
* deprecate the --mmap optionJim Meyering2012-01-033-2/+12
* dfa: fix incorrect commentPaolo Bonzini2012-01-031-1/+1
* dfa: fix rebase conflictPaolo Bonzini2012-01-031-1/+1
* dfa: automatically resize position_setsPaolo Bonzini2012-01-031-14/+12
* dfa: change position_set nelem to size_tPaolo Bonzini2012-01-031-2/+1
* dfa: move nalloc to position_set structurePaolo Bonzini2012-01-031-8/+6
* dfa: remove dead assignmentPaolo Bonzini2012-01-031-1/+0
* dfa: introduce alloc_position_setPaolo Bonzini2012-01-031-8/+14
* dfa: use a more compact data type for grpsPaolo Bonzini2012-01-031-8/+17
* dfa: use MALLOC/REALLOC alwaysPaolo Bonzini2012-01-031-4/+4
* dfa: remove unnecessary bracesPaolo Bonzini2012-01-031-3/+1
* dfa: x2nrealloc starting from a NULL pointer worksPaolo Bonzini2012-01-031-12/+1
* build: avoid build failure with --enable-gcc-warnings and recent gccJim Meyering2012-01-031-0/+6