Back to top

libdatrie 0.2.4 Released

Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2404 of /usr/share/drupal7/includes/menu.inc).

Changes from 0.2.3

  • 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]

Download

MD5 sums:

7f7d592114f98db9e4c7171c3f2befc5  libdatrie-0.2.4.tar.gz

SVN

$ svn co http://linux.thai.net/svn/software/datrie/tags/r_0_2_4 \
  libdatrie-0.2.4
Projects: