summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* maint: dfa: improve commentsJim Meyering2011-09-151-10/+7
* 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
* maint: clean up and plug a leak-on-OOMJim Meyering2011-08-201-28/+20
* maint: use x2nrealloc, not xreallocJim Meyering2011-08-201-1/+1
* exit 2 (rather than infloop) when an input file is also on stdoutJim Meyering2011-07-242-1/+67
* 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
* 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
* build: avoid a warning when building with --disable-perl-regexp...Jim Meyering2011-06-211-2/+8
* dfa: remove some useless castsJim Meyering2011-06-212-5/+5
* dfa: more heap-allocation-related overflow protectionJim Meyering2011-06-211-6/+2
* maint: tighten up superfluous codeJim Meyering2011-06-191-4/+1
* dfa: avoid possibility of overflowPaul Eggert2011-06-193-15/+14
* dfa: correct two uses of btowcJim Meyering2011-06-181-2/+2
* dfa: don't overrun a malloc'd buffer for certain regexpsJim Meyering2011-06-171-1/+1
* dfa: optimize wide characters in a bracket expressionPaolo Bonzini2011-06-071-5/+32
* 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
* fix the [...] bug also for relatively unusual uni-byte encodingsJim Meyering2011-06-071-3/+7
* grep -P: don't abort upon exceeding PCRE's backtracking limitJim Meyering2011-05-211-0/+4
* maint: remove syntax-checking sc_tight_scope ruleJim Meyering2011-05-131-40/+0
* maint: use consistent declaration syntaxJim Meyering2011-05-081-2/+3
* fix a bug whereby echo c|grep '[c]' would fail for any c in 0x80..0xffJim Meyering2011-05-071-1/+2
* build: move add_utf8_anychar into MBS ifdefArnold D. Robbins2011-05-021-1/+1
* maint: remove GAWK ifndef; no longer neededArnold D. Robbins2011-05-021-2/+0
* maint: add the tight_scope syntax-checking ruleJim Meyering2011-04-281-0/+40
* maint: mark some function declarations as externJim Meyering2011-04-281-10/+9
* maint: fix doubled-word typos in commentsJim Meyering2011-04-231-2/+2
* maint: fix typos in comments: s/can not/cannot/Jim Meyering2011-04-091-2/+2
* maint: remove unneeded #include directivesJim Meyering2011-01-261-1/+0
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-0315-15/+15
* main: fix exit status on xmalloc failuresPaolo Bonzini2010-12-201-0/+1
* grep: add include guardsPaolo Bonzini2010-11-142-0/+9
* dfa: process range expressions consistently with system regexPaolo Bonzini2010-09-231-11/+16
* build: fix link error on systems that have libiconv but not libintlBruno Haible2010-09-231-1/+3
* build: avoid compilation failure on the HurdJim Meyering2010-09-211-4/+4