summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* grep: fix --devices=ACTION (-D) so stdin is once again exemptJim Meyering2012-04-171-4/+5
* 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
* grep: report overflow for ERE a{1000000000}Paul Eggert2012-03-181-80/+47
* grep: -r no longer follows symlinks; use ftsPaul Eggert2012-03-141-191/+201
* grep: fix segfault with -r --exclude-dir and no file operandAllan McRae2012-03-121-1/+1
* maint: manually correct formatting in dfa.c's cpp definitionsJim Meyering2012-03-021-7/+7
* maint: indent dfa.cJim Meyering2012-03-021-779/+804
* maint: spelling fixesPaul Eggert2012-03-014-17/+17
* grep: fix integer-overflow issues in main programPaul Eggert2012-03-011-47/+48
* 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-015-131/+180
* maint: use gnulib _Noreturn rather than __attribute__ ((noreturn))Paul Eggert2012-02-293-10/+2
* dfa: merge calls to SUCCEEDS_IN_CONTEXTPaolo Bonzini2012-02-261-3/+1
* dfa: fix a subtle constraint encoding bugPaolo Bonzini2012-02-261-28/+26
* dfa: do not use MATCHES_*_CONTEXT directlyPaolo Bonzini2012-02-261-12/+9
* dfa: change meaning of a state contextPaolo Bonzini2012-02-261-39/+44
* 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
* maint: convert `this' to 'this' quoting style in diagnosticsJim Meyering2012-01-224-5/+5
* 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-221-2/+15
* dfa: non-glibc word-constituent unibyte fixPaul Eggert2012-01-121-1/+1
* grep: with no args, search "." only if command-line -rPaul Eggert2012-01-041-8/+17
* deprecate the --mmap optionJim Meyering2012-01-031-1/+4
* 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
* unify colorize.h headersPaolo Bonzini2012-01-031-1/+0
* colorize: use isatty modulePaolo Bonzini2012-01-031-1/+1
* grep: -r with no args now searches "."Paul Eggert2012-01-021-14/+36
* grep: prefer fgets to printf, _ to gettextPaul Eggert2012-01-021-2/+2
* grep: check stdin like other filesPaul Eggert2012-01-011-45/+63
* maint: update all copyright year number rangesJim Meyering2012-01-0115-15/+15