3 files changed
+16
-1
lines changed- ChangeLog+202
- Makefile.am-2
- NEWS+23
- README+2-2
- configure.ac+3-3
- datrie/alpha-map-private.h+5
- datrie/alpha-map.c+28-5
- datrie/alpha-map.h+1-1
- datrie/darray.c+23-3
- datrie/darray.h+6-1
- datrie/fileutils.c+51-10
- datrie/fileutils.h+2
- datrie/libdatrie.def+2
- datrie/libdatrie.map+2
- datrie/tail.c+78-2
- datrie/tail.h+5-1
- datrie/trie.c+43
- datrie/trie.h+4
- datrie/typedefs.h+7-5
- tests/Makefile.am+16
- tests/test_byte_alpha.c+95
- tests/test_byte_list.c+186
- tests/test_file.c+7-5
- tests/test_iterator.c+7-6
- tests/test_nonalpha.c+5-4
- tests/test_null_trie.c+3-2
- tests/test_serialization.c+131
- tests/test_store-retrieve.c+13-12
- tests/test_term_state.c+1-1
- tests/test_walk.c+5-2
- tests/utils.c+3-3
- tests/utils.h+2-2
- tools/trietool.c+41-16
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
132 | 143 | | |
133 | 144 | | |
134 | 145 | | |
| |||
0 commit comments