index
:
delta/gnulib.git
EMACS_21_1_RC
FILEUTILS
SHELLUTILS
TEXTUTILS
akim-fix-upload
akim/relpath
baserock/build-essential
coreutils-8.9
diff-merge
emacs-unicode
emacs-unicode-2
haible-private
karl
lexbind
master
origin
pygnulib
python
stable-202201
stable-202207
stable-202301
topic/libposix
ueno/unicode-9.0.0
git.savannah.gnu.org: git/gnulib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
dfa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
maint: Run 'make update-copyright'
Paul Eggert
2019-01-01
1
-1
/
+1
*
revert v0.1-2213-gae4b73e28 and part of v0.1-2281-g95cd86dd7
Jim Meyering
2018-12-20
1
-8
/
+33
*
dfa: avoid new warnings from gcc
Jim Meyering
2018-12-15
1
-29
/
+8
*
dfa: Simplify a building state
Norihiro Tanaka
2018-10-27
1
-12
/
+8
*
dfa: reorder tokens before execution
Norihiro Tanaka
2018-10-27
1
-0
/
+90
*
dfa: a state has a set of current positions.
Norihiro Tanaka
2018-10-27
1
-54
/
+99
*
dfa: simplify dfa optimization
Norihiro Tanaka
2018-10-27
1
-42
/
+34
*
dfa: position set sorts increasing order
Norihiro Tanaka
2018-10-27
1
-21
/
+21
*
dfa: remove unneeded code
Norihiro Tanaka
2018-10-27
1
-7
/
+5
*
dfa: optimization for state merge
Norihiro Tanaka
2018-09-19
1
-2
/
+16
*
dfa: trivial comment fix: s/is/if/
Jim Meyering
2018-09-18
1
-1
/
+1
*
dfa: use more-informative function name
Paul Eggert
2018-09-18
1
-2
/
+4
*
dfa: tweak allocation performance
Paul Eggert
2018-09-18
1
-18
/
+16
*
dfa: prune states as we go
Paul Eggert
2018-09-18
1
-33
/
+16
*
dfa: reorder enum for efficiency
Paul Eggert
2018-09-18
1
-61
/
+69
*
dfa: optimize alternation in NFA
Norihiro Tanaka
2018-09-18
1
-2
/
+144
*
dfa: simplify initial state
Norihiro Tanaka
2018-09-18
1
-16
/
+21
*
dfa: fix memory leak
Assaf Gordon
2018-08-01
1
-1
/
+4
*
Continue to use spaces for indentation, not tabs.
Bruno Haible
2018-06-25
1
-3
/
+3
*
maint: Run 'make update-copyright'
Paul Eggert
2018-01-01
1
-1
/
+1
*
dfa: two small simplifications
Jim Meyering
2017-05-19
1
-2
/
+2
*
manywarnings: update for GCC 7
Paul Eggert
2017-05-16
1
-7
/
+13
*
dfa: make [0-9] faster in non-C locales
Paul Eggert
2017-03-21
1
-23
/
+12
*
dfa: fix memory leak in parse
Norihiro Tanaka
2017-01-18
1
-0
/
+1
*
dfa: port to gcc -fsanitize=undefined
Paul Eggert
2017-01-15
1
-1
/
+2
*
dfa: minor simplification with emptyset
Paul Eggert
2017-01-10
1
-4
/
+1
*
dfa: shrink constraints from 4 bits to 3
Paul Eggert
2017-01-10
1
-16
/
+16
*
dfa: omit unnecessary ptrdiff_t check
Paul Eggert
2017-01-10
1
-2
/
+0
*
dfa: omit unnecessary allocation
Paul Eggert
2017-01-10
1
-2
/
+0
*
dfa: omit unused local
Paul Eggert
2017-01-09
1
-1
/
+0
*
dfa: melt down dfastate into build_state
Norihiro Tanaka
2017-01-08
1
-52
/
+45
*
dfa: simplify transition table allocation
Norihiro Tanaka
2017-01-08
1
-24
/
+20
*
dfa: fix reallocation bug when matching newlines
Paul Eggert
2017-01-08
1
-59
/
+55
*
dfa: fix 'return' typo
Paul Eggert
2017-01-06
1
-1
/
+1
*
dfa: prefer functions to FETCH_WC macro
Paul Eggert
2017-01-02
1
-49
/
+58
*
dfa: narrow more local var scopes
Paul Eggert
2017-01-02
1
-4
/
+9
*
dfa: remove duplicate assignment
Paul Eggert
2017-01-02
1
-1
/
+0
*
dfa: simplify constraint-dependency checking
Paul Eggert
2017-01-01
1
-20
/
+2
*
dfa: prefer functions and constants to macros
Paul Eggert
2017-01-01
1
-68
/
+116
*
dfa: narrow more local var scopes
Paul Eggert
2017-01-01
1
-69
/
+69
*
dfa: narrow the scope of many local variables
Jim Meyering
2017-01-01
1
-118
/
+96
*
version-etc: new year
Paul Eggert
2017-01-01
1
-1
/
+1
*
dfa: shorten sbit, success
Paul Eggert
2016-12-30
1
-2
/
+2
*
dfa: simplify multibyte_prop etc.
Paul Eggert
2016-12-30
1
-62
/
+24
*
dfa: minor performance tweak
Paul Eggert
2016-12-30
1
-1
/
+1
*
dfa: wrap charclass inside a struct
Paul Eggert
2016-12-30
1
-93
/
+87
*
dfa: improve worst-case 'replace' performance
Paul Eggert
2016-12-18
1
-55
/
+52
*
dfa: performance improvement for removal of epsilon closure
Norihiro Tanaka
2016-12-18
1
-57
/
+83
*
dfa: fix glitches in previous commit
Paul Eggert
2016-12-14
1
-5
/
+5
*
dfa: fix some unlikely integer overflows
Paul Eggert
2016-12-14
1
-45
/
+111
[next]