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
*
xalloc: new function xpalloc, from dfa
Paul Eggert
2021-03-28
1
-67
/
+1
*
maint: run 'make update-copyright'
Paul Eggert
2020-12-31
1
-1
/
+1
*
dfa: retain sequences of similar nodes in optimization
Norihiro Tanaka
2020-11-01
1
-1
/
+4
*
dfa: remove unused the member of structure
Norihiro Tanaka
2020-09-25
1
-5
/
+0
*
dfa: make dfasupported a global function
Norihiro Tanaka
2020-09-20
1
-3
/
+3
*
dfa: remove dfa-heap-overrun workaround
Paul Eggert
2020-09-15
1
-6
/
+6
*
dfa: fix failure in removal of epsilon closure
Norihiro Tanaka
2020-09-15
1
-0
/
+11
*
dfa: avoid use of uninitialized constraint
Paul Eggert
2020-09-13
1
-3
/
+1
*
dfa: assume C99 in reorder_tokens
Paul Eggert
2020-09-13
1
-22
/
+10
*
dfa: fix dfa-heap-overrun failure
Paul Eggert
2020-09-13
1
-6
/
+6
*
dfa: epsilon-closure tweaks (Bug#40634)
Paul Eggert
2020-09-12
1
-64
/
+60
*
dfa: use backward set in removal of epsilon closure
Norihiro Tanaka
2020-09-12
1
-14
/
+51
*
Silence warnings from clang 10 with -Wimplicit-fallthrough.
Bruno Haible
2020-08-09
1
-3
/
+3
*
dfa: Revert breaking gawk.
Bruno Haible
2020-07-24
1
-1
/
+1
*
Optimize three-valued comparison between integers.
Bruno Haible
2020-07-24
1
-1
/
+1
*
attribute: new module
Paul Eggert
2020-05-03
1
-1
/
+3
*
dfa: do not depend on isblank
Paul Eggert
2020-01-29
1
-0
/
+10
*
dfa: do not assume 64-bit int
Paul Eggert
2020-01-29
1
-11
/
+29
*
maint: Run 'make update-copyright'
Paul Eggert
2019-12-31
1
-1
/
+1
*
dfa: struct dfamust now uses flexible array
Paul Eggert
2019-12-19
1
-3
/
+4
*
dfa: fast->small for array elements
Paul Eggert
2019-12-19
1
-1
/
+1
*
dfa: do not match invalid UTF-8
Paul Eggert
2019-12-17
1
-41
/
+97
*
dfa: simplify charclass by assuming C99
Paul Eggert
2019-12-17
1
-24
/
+11
*
dfa: tune via xzalloc
Paul Eggert
2019-12-17
1
-7
/
+3
*
dfa: new function dfacopysyntax
Paul Eggert
2019-12-17
1
-3
/
+16
*
dfa: remove one dependency on MB_CUR_MAX
Paul Eggert
2019-12-17
1
-1
/
+1
*
dfa: remove struct lexer_state.cur_mb_len
Paul Eggert
2019-12-17
1
-12
/
+8
*
dfa: make dfasyntax thread-safe
Paul Eggert
2019-12-16
1
-43
/
+3
*
dfa: prefer ptrdiff_t for API, too
Paul Eggert
2019-12-12
1
-122
/
+128
*
dfa: prefer signed integers for internals
Paul Eggert
2019-12-11
1
-113
/
+115
*
dfa: fix index overflow
Paul Eggert
2019-12-11
1
-7
/
+2
*
dfa: update commentary for previous change
Paul Eggert
2019-12-11
1
-4
/
+5
*
dfa: separate parse and compile phase
Norihiro Tanaka
2019-12-11
1
-2
/
+4
*
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
[next]