summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* build: avoid compilation failure when building without PCRE supportJim Meyering2011-09-151-1/+1
* tests: stop using skip_test_; use skip_ insteadJim Meyering2011-09-154-18/+8
* tests: skip tests that require MBS supportJim Meyering2011-09-158-0/+15
* tests: make fmbtest explain (to stderr, not log) why it is skippedJim Meyering2011-09-151-2/+2
* maint: dfa: improve commentsJim Meyering2011-09-151-10/+7
* build: update gnulib submodule to newerJim Meyering2011-09-141-0/+0
* maint: correct indentationJim Meyering2011-09-141-7/+9
* maint: move declaration "down" to inner scope where it is usedJim Meyering2011-09-141-2/+2
* doc: use "file name" consistently in grep's --help outputJim Meyering2011-09-071-3/+3
* tests: remove debug code that would cp to /tMatthew Burgess2011-08-311-1/+0
* build: use largefile module and update to latest gnulibJim Meyering2011-08-204-1/+2
* maint: clean up and plug a leak-on-OOMJim Meyering2011-08-201-28/+20
* maint: use x2nrealloc, not xreallocJim Meyering2011-08-201-1/+1
* tests: add a test to trigger the bugJim Meyering2011-07-242-0/+27
* exit 2 (rather than infloop) when an input file is also on stdoutJim Meyering2011-07-244-2/+74
* doc: improve documentation of character classes in the man pageReuben Thomas2011-07-151-5/+4
* dfa: remove unnecessary inclusion of verify.hJim Meyering2011-07-121-1/+0
* dfa: simplify use of *ALLOC macrosJim Meyering2011-07-121-51/+68
* dfa: change semantics of REALLOC_IF_NECESSARY's 3rd parameterJim Meyering2011-07-121-9/+10
* dfa: rename REALLOC_IF_NECESSARY param/local for clarityJim Meyering2011-07-121-5/+5
* dfa: prepare for a semantic change in REALLOC_IF_NECESSARYJim Meyering2011-07-121-20/+19
* dfa: add braces to REALLOC_IF_NECESSARY definitionJim Meyering2011-07-121-8/+10
* doc: improve documentation of character classesPaolo Bonzini2011-06-291-13/+13
* dfa: fix the root cause of the heap overrunJim Meyering2011-06-281-5/+5
* dfa: use memcpy to copy position_setsPaolo Bonzini2011-06-281-4/+1
* dfa: use copyset to copy charclassesPaolo Bonzini2011-06-281-1/+1
* gnulib: UpdatePaolo Bonzini2011-06-282-0/+1
* maint: update bootstrap from gnulibJim Meyering2011-06-222-7/+7
* post-release administriviaJim Meyering2011-06-213-2/+5
* version 2.9v2.9Jim Meyering2011-06-211-1/+1
* build: avoid a warning when building with --disable-perl-regexp...Jim Meyering2011-06-211-2/+8
* tests: ensure that each test script is executableJim Meyering2011-06-2137-0/+11
* maint: update bootstrap from gnulibJim Meyering2011-06-211-28/+66
* maint: update po/POTFILES.inJim Meyering2011-06-211-1/+0
* tests: include-exclude: avoid false positive failure on FreeBSDJim Meyering2011-06-211-9/+9
* dfa: remove some useless castsJim Meyering2011-06-212-5/+5
* dfa: more heap-allocation-related overflow protectionJim Meyering2011-06-211-6/+2
* tests: update init.sh; simplify TESTS_ENVIRONMENTJim Meyering2011-06-212-21/+23
* build: update gnulib submodule to latestJim Meyering2011-06-211-0/+0
* build: avoid configure/gnulib-related errorsJim Meyering2011-06-211-32/+0
* maint: tighten up superfluous codeJim Meyering2011-06-191-4/+1
* dfa: avoid possibility of overflowPaul Eggert2011-06-193-15/+14
* build: update gnulib submodule to latestJim Meyering2011-06-182-0/+1
* dfa: correct two uses of btowcJim Meyering2011-06-181-2/+2
* dfa: don't overrun a malloc'd buffer for certain regexpsJim Meyering2011-06-174-3/+32
* tests: don't ignore sjis-mb test failureJim Meyering2011-06-081-3/+3
* dfa: optimize wide characters in a bracket expressionPaolo Bonzini2011-06-072-5/+36
* dfa: refactor to prepare for upcoming optimizationsPaolo Bonzini2011-06-071-9/+21
* dfa: correct handling of single-byte character rangesPaolo Bonzini2011-06-071-49/+55
* tests: exercise latent bug in character rangesPaolo Bonzini2011-06-072-0/+18