Path to this page:
Subject: CVS commit: pkgsrc/devel/libdatrie
From: OBATA Akio
Date: 2010-08-05 14:50:27
Message id: 20100805125027.9072C175DD@cvs.netbsd.org
Log Message:
Update libdatrie to 0.2.4.
0.2.4 (2010-06-30)
=====
- Close file on saving trie. [Bug report from Xu Jiandong]
- Add trie_store_if_absent() API which fails on adding duplicated key.
This is useful for preventing race condition in multi-thread applications.
[Suggestion from Dan Searle]
- Add trie_fread() and trie_fwrite() APIs for reading/writing trie data in
an open file, allowing trie to be embeded as part of a bigger file.
[Suggestion from NIIBE Yutaka]
Files: