<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/devel/libdatrie, branch pkgsrc_2012Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2012Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2012-02-16T18:45:59Z</updated>
<entry>
<title>Fix build on SunOS.</title>
<updated>2012-02-16T18:45:59Z</updated>
<author>
<name>hans</name>
<email>hans</email>
</author>
<published>2012-02-16T18:45:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0b88c268fd586905f65514398590b12242dae00f'/>
<id>urn:sha1:0b88c268fd586905f65514398590b12242dae00f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update libdatrie to 0.2.5.</title>
<updated>2011-12-06T11:06:51Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2011-12-06T11:06:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a4a1cd5fe83f2904ff3d32507d49c778fbb6d31e'/>
<id>urn:sha1:a4a1cd5fe83f2904ff3d32507d49c778fbb6d31e</id>
<content type='text'>
0.2.5 (2011-11-04)
=====
- Fix missing 'extern "C"' in header file. [Patch from Aurimas Černius]
- Minor documentation fix.
</content>
</entry>
<entry>
<title>Update libdatrie to 0.2.4.</title>
<updated>2010-08-05T12:50:27Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2010-08-05T12:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=69dcf17d9849e5a9411db9cbd17a54c632bb16d9'/>
<id>urn:sha1:69dcf17d9849e5a9411db9cbd17a54c632bb16d9</id>
<content type='text'>
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]
</content>
</entry>
<entry>
<title>update libdatrie to 0.2.3.</title>
<updated>2010-03-10T13:38:07Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2010-03-10T13:38:07Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=09a54161bcc78fe4aa1cc857f9436b152fcfb955'/>
<id>urn:sha1:09a54161bcc78fe4aa1cc857f9436b152fcfb955</id>
<content type='text'>
0.2.3 (2010-02-27)
=====
- More robustness against corrupted trie files.
- License clarification in individual source files.
</content>
</entry>
<entry>
<title>Remove @dirrm entries from PLISTs</title>
<updated>2009-06-14T17:48:39Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-06-14T17:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a3974bf3b6efabbf626979c76d7215661405a16e'/>
<id>urn:sha1:a3974bf3b6efabbf626979c76d7215661405a16e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT</title>
<updated>2009-05-19T08:59:00Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2009-05-19T08:59:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=53d692acd8a71f89a941dada62a4345937a07233'/>
<id>urn:sha1:53d692acd8a71f89a941dada62a4345937a07233</id>
<content type='text'>
block). Uncomment some commented out LICENSE lines while here.
</content>
</entry>
<entry>
<title>Update libdatrie to 0.2.2.</title>
<updated>2009-05-15T08:52:42Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2009-05-15T08:52:42Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0890b0aa81b70f4dc583429b60b27eb5c1dd34ab'/>
<id>urn:sha1:0890b0aa81b70f4dc583429b60b27eb5c1dd34ab</id>
<content type='text'>
0.2.2 (2009-04-29)
=====
- Support building with linkers without symbol versioning supports,
  including Mac, Cygwin, MinGW.
- Support other iconv implementations than that's in glibc, for Mac and MinGW.

0.2.1 (2009-04-05)
=====
- Fix errors in documentation
- Symbol versioning to ease upgrade across SONAME
- Minor cleanups

0.2.0 (2009-03-24)
=====
- New APIs for performance: trie_state_copy(), trie_state_is_single()
- Clean-ups

0.1.99.2 (2008-12-15)
========
- More robust handling of alphabet ranges
- Allow co-existence with libdatrie0

0.1.99.1 (2008-12-12)
========
- Breaking ABI with libdatrie0
- More capacity with 32-bit node index
- Adjusted API for non-file trie usage
- All data in one file, no more *.br and *.tl split
- Drop SBTrie wrapper; all features are merged into Trie
- Domain characters are now Unicode
</content>
</entry>
<entry>
<title>Simply and speed up buildlink3.mk files and processing.</title>
<updated>2009-03-20T19:23:50Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2009-03-20T19:23:50Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=405c61d80251d8e80401aed2264d4bede218cb22'/>
<id>urn:sha1:405c61d80251d8e80401aed2264d4bede218cb22</id>
<content type='text'>
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
</content>
</entry>
<entry>
<title>ftp://linux.thai.net seems not working well, remove.</title>
<updated>2008-03-17T12:52:00Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2008-03-17T12:52:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=de369eb5f63f266f45dcaa4947a2111a7f9cb3ce'/>
<id>urn:sha1:de369eb5f63f266f45dcaa4947a2111a7f9cb3ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add http site to MASTER_SITES.</title>
<updated>2008-03-16T15:38:08Z</updated>
<author>
<name>obache</name>
<email>obache</email>
</author>
<published>2008-03-16T15:38:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=924ffd967a45a3a8ac3f6fc31b0fa8dd2a62fa06'/>
<id>urn:sha1:924ffd967a45a3a8ac3f6fc31b0fa8dd2a62fa06</id>
<content type='text'>
</content>
</entry>
</feed>
