index
:
delta/grep.git
baserock/bootstrap
baserock/bootstrap-pass1
baserock/bootstrap-stable
baserock/morph
baserock/morph-stable
baserock/v2.21
master
git.savannah.gnu.org: git/grep.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dfa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: update all copyright year number ranges
Jim Meyering
2012-01-01
1
-1
/
+1
*
dfa: do not call nl_langinfo in !MBS_SUPPORT mode
Arnold Robbins
2011-11-29
1
-1
/
+1
*
dfa: avoid warning from deficient compiler in !MBS_SUPPORT mode
Arnold Robbins
2011-11-29
1
-1
/
+7
*
build: accommodate -Werror=suggest-attribute=pure
Jim Meyering
2011-11-28
1
-4
/
+4
*
portability: work consistently on *BSD systems
Jim Meyering
2011-11-21
1
-1
/
+11
*
maint: consistently use NULL, not 0, when comparing pointers
Jim Meyering
2011-11-20
1
-3
/
+3
*
maint: remove an avoidable #ifdef/#endif pair
Jim Meyering
2011-11-20
1
-4
/
+2
*
maint: accommodate -Wdeclaration-after-statement, but only in dfa.c,
Jim Meyering
2011-11-19
1
-2
/
+3
*
dfa: don't mishandle high-bit bytes in a regexp with signed-char
Eli Zaretskii
2011-10-04
1
-2
/
+7
*
maint: dfa: simplify multi-byte-related conditionals
Jim Meyering
2011-09-16
1
-14
/
+14
*
maint: dfa: simplify several expressions
Jim Meyering
2011-09-16
1
-10
/
+9
*
maint: dfa: avoid in-function "#if MBS_SUPPORT" tests
Jim Meyering
2011-09-16
1
-10
/
+6
*
build: fix compilation failure when MBS_SUPPORT is 0
Jim Meyering
2011-09-16
1
-6
/
+6
*
maint: dfa: simplify dfaoptimize
Jim Meyering
2011-09-16
1
-22
/
+18
*
maint: dfa: remove some #if MBS_SUPPORT guards
Jim Meyering
2011-09-16
1
-11
/
+6
*
maint: dfa: convert #if-MBS_SUPPORT (dfastate)
Jim Meyering
2011-09-16
1
-5
/
+3
*
maint: dfa: convert #if-MBS_SUPPORT (dfastate)
Jim Meyering
2011-09-16
1
-10
/
+5
*
maint: dfa: convert #if-MBS_SUPPORT (state_index)
Jim Meyering
2011-09-16
1
-4
/
+5
*
maint: dfa: convert #if-MBS_SUPPORT (dfaparse)
Jim Meyering
2011-09-16
1
-3
/
+1
*
maint: dfa: convert #if-MBS_SUPPORT (copytoks)
Jim Meyering
2011-09-16
1
-14
/
+8
*
maint: dfa: convert #if-MBS_SUPPORT (lex)
Jim Meyering
2011-09-16
1
-11
/
+4
*
maint: dfa: convert #if-MBS_SUPPORT (parse_bracket_exp)
Jim Meyering
2011-09-16
1
-3
/
+1
*
maint: dfa: convert #if-MBS_SUPPORT (parse_bracket_exp)
Jim Meyering
2011-09-16
1
-20
/
+19
*
maint: dfa: convert #if-MBS_SUPPORT (parse_bracket_exp)
Jim Meyering
2011-09-16
1
-6
/
+2
*
maint: dfa: convert #if-MBS_SUPPORT (dfaexec)
Jim Meyering
2011-09-16
1
-3
/
+1
*
maint: dfa: convert #if-MBS_SUPPORT (dfaexec)
Jim Meyering
2011-09-16
1
-19
/
+13
*
maint: dfa: remove #if-MBS_SUPPORT (free_mbdata)
Jim Meyering
2011-09-16
1
-2
/
+0
*
maint: dfa: convert #if-MBS_SUPPORT (dfaoptimize, dfacomp)
Jim Meyering
2011-09-16
1
-22
/
+22
*
maint: dfa: convert #if-MBS_SUPPORT (dfafree)
Jim Meyering
2011-09-16
1
-6
/
+3
*
maint: dfa: convert #if-MBS_SUPPORT (parse_bracket_exp, part1)
Jim Meyering
2011-09-16
1
-9
/
+3
*
maint: dfa: remove case-guarding #if-MBS_SUPPORT
Jim Meyering
2011-09-16
1
-2
/
+0
*
maint: remove #if MBS_SUPPORT around member declaration
Jim Meyering
2011-09-15
1
-2
/
+0
*
maint: dfa: remove #if MBS_SUPPORT around struct definition
Jim Meyering
2011-09-15
1
-2
/
+0
*
maint: dfa: improve comments
Jim Meyering
2011-09-15
1
-10
/
+7
*
maint: correct indentation
Jim Meyering
2011-09-14
1
-7
/
+9
*
maint: move declaration "down" to inner scope where it is used
Jim Meyering
2011-09-14
1
-2
/
+2
*
maint: clean up and plug a leak-on-OOM
Jim Meyering
2011-08-20
1
-28
/
+20
*
dfa: remove unnecessary inclusion of verify.h
Jim Meyering
2011-07-12
1
-1
/
+0
*
dfa: simplify use of *ALLOC macros
Jim Meyering
2011-07-12
1
-51
/
+68
*
dfa: change semantics of REALLOC_IF_NECESSARY's 3rd parameter
Jim Meyering
2011-07-12
1
-9
/
+10
*
dfa: rename REALLOC_IF_NECESSARY param/local for clarity
Jim Meyering
2011-07-12
1
-5
/
+5
*
dfa: prepare for a semantic change in REALLOC_IF_NECESSARY
Jim Meyering
2011-07-12
1
-20
/
+19
*
dfa: add braces to REALLOC_IF_NECESSARY definition
Jim Meyering
2011-07-12
1
-8
/
+10
*
dfa: fix the root cause of the heap overrun
Jim Meyering
2011-06-28
1
-5
/
+5
*
dfa: use memcpy to copy position_sets
Paolo Bonzini
2011-06-28
1
-4
/
+1
*
dfa: use copyset to copy charclasses
Paolo Bonzini
2011-06-28
1
-1
/
+1
*
dfa: remove some useless casts
Jim Meyering
2011-06-21
1
-4
/
+4
*
dfa: more heap-allocation-related overflow protection
Jim Meyering
2011-06-21
1
-6
/
+2
*
dfa: avoid possibility of overflow
Paul Eggert
2011-06-19
1
-11
/
+12
*
dfa: correct two uses of btowc
Jim Meyering
2011-06-18
1
-2
/
+2
[next]