Path to this page:
Subject: CVS commit: pkgsrc/devel/libdatrie
From: Sean Cole
Date: 2021-01-29 19:33:10
Message id: 20210129183310.27027FA91@cvs.NetBSD.org
Log Message:
libdatrie 0.2.13 Released
@thep thep released this Jan 29, 2021
Fix wrong key listing in byte trie
(Issue #9, Thanks @legale for the report.)
Fix cross-compiling issue caused by AC_FUNC_MALLOC
(Issue #11, Thanks @vmchale for the report.)
Fix isspace() arg problem on NetBSD.
(Personal mail, Thanks Sean for the report;
PR #8, Thanks @obache for an individual pull request.)
Fix some documentations.
Really use TRIE_CHAR_TERM in TrieChar string termination.
Changing TRIE_CHAR_TERM definition now won't break the code.
Fix Windows build issue by avoiding <unistd.h> include.
(Partially addressing PR #15, Thanks @fanc999 for first raising this.)
[New APIs] Add serialization of the trie into memory buffer.
(PR #12, Thanks @KOLANICH for the contribution.)
Files: