File tree 2 files changed +22
-0
lines changed
2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ 2021-01-29 Theppitak Karoonboonyanan <
[email protected] >
2
+
3
+ * NEWS:
4
+ === Version 0.2.13 ===
5
+
1
6
2021-01-24 Theppitak Karoonboonyanan <
[email protected] >
2
7
3
8
Update library versioning
Original file line number Diff line number Diff line change 1
1
libdatrie
2
2
3
+ 0.2.13 (2021-01-29)
4
+ ======
5
+ - Fix wrong key listing in byte trie
6
+ (Issue #9, Thanks @legale for the report.)
7
+ - Fix cross-compiling issue caused by AC_FUNC_MALLOC
8
+ (Issue #11, Thanks Vanessa McHale for the report.)
9
+ - Fix isspace() arg problem on NetBSD.
10
+ (Personal mail, Thanks Sean for the report;
11
+ PR #8, Thanks OBATA Akio for an individual pull request.)
12
+ - Fix some documentations.
13
+ - Really use TRIE_CHAR_TERM in TrieChar string termination.
14
+ Changing TRIE_CHAR_TERM definition now won't break the code.
15
+ - Fix Windows build issue by avoiding <unistd.h> include.
16
+ (Partially addressing PR #15, Thanks @fanc999 for first raising this.)
17
+ - [New APIs] Add serialization of the trie into memory buffer.
18
+ (PR #12, Thanks KOLANICH for the contribution.)
19
+
3
20
0.2.12 (2018-06-19)
4
21
======
5
22
- More C90 (ANSI C) compliance.
You can’t perform that action at this time.
0 commit comments