summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* maint: dfa: remove #if-MBS_SUPPORT (free_mbdata)Jim Meyering2011-09-161-2/+0
* maint: dfa: convert #if-MBS_SUPPORT (dfaoptimize, dfacomp)Jim Meyering2011-09-161-22/+22
* maint: dfa: convert #if-MBS_SUPPORT (dfafree)Jim Meyering2011-09-161-6/+3
* maint: dfa: convert #if-MBS_SUPPORT (parse_bracket_exp, part1)Jim Meyering2011-09-161-9/+3
* maint: remove #if-MBS_SUPPORT declaration guardsJim Meyering2011-09-161-2/+0
* maint: convert #if-MBS_SUPPORT (EGexecute)Jim Meyering2011-09-161-5/+4
* maint: convert #if-MBS_SUPPORT (kwsincr_case)Jim Meyering2011-09-161-10/+4
* maint: convert #if-MBS_SUPPORT (Fcompile, etc.)Jim Meyering2011-09-161-17/+12
* maint: convert #if-MBS_SUPPORT (kwsinit)Jim Meyering2011-09-161-5/+1
* maint: dfa: remove case-guarding #if-MBS_SUPPORTJim Meyering2011-09-161-2/+0
* maint: remove #if MBS_SUPPORT around member declarationJim Meyering2011-09-151-2/+0
* maint: dfa: remove #if MBS_SUPPORT around struct definitionJim Meyering2011-09-151-2/+0
* 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