pkgsrc/devel/uthash/PLIST
gdt 55acc28313 devel/uthash: Update to 2.1.0
Version 2.1.0 (2018-12-20)
--------------------------
* silence some Clang static analysis warnings
* add LL_INSERT_INORDER and LL_LOWER_BOUND etc (thanks, Jeffrey Lovitz and Mattias Eriksson!)
* add uthash_bzero for platforms without <string.h>
* fix a missing HASH_BLOOM_ADD in HASH_SELECT (thanks, Pawel Veselov!)
* permit malloc failure to be recoverable via HASH_NONFATAL_OOM (thanks, Pawel Veselov!)
* avoid repeated calls to uthash_strlen in HASH_FIND_STR
* rename uthash_memcmp to HASH_KEYCMP, leaving the old name for compatibility
* add utstack.h
* remove libut

Version 2.0.2 (2017-03-02)
--------------------------
* fix segfault in HASH_ADD_INORDER etc (thanks, Yana Kireyonok!)
* remove spurious cast to unsigned in utstring_len (thanks, Michal Sestrienka!)
* add uthash_memcmp and uthash_strlen for platforms without <stdlib.h> (thanks, Pawel Veselov!)
* fix a C++ incompatibility in utringbuffer

Version 2.0.1 (2016-07-05)
--------------------------
* in-order insertion macros HASH_ADD_INORDER etc (thanks, Thilo Schulz!)
* by-hashvalue insertion macros HASH_ADD_BYHASHVALUE etc
* during key comparison, check hashvalue before doing a full memcmp
* add utringbuffer.h

Version 1.9.9.1 (2014-11-18)
----------------------------
* inclusion of experimental libut bundle with utvector in opt/
* use shift in Bernstein hash instead of multiply (thanks, Jimmy Zhuo!)
* switch ssize_t types in utarray/utstring to size_t (thanks, Hong Xu!)
* fix utstring pointer math on >4GB strings (thanks, Thomas Bottesch!)
* change FNV hash to FNV-1a varation (thanks, dwest1975!)
* fix bug in HASH_REPLACE_STR (thanks, Ilya Kaliman!)
2019-04-29 00:18:14 +00:00

26 lines
717 B
Text

@comment $NetBSD: PLIST,v 1.2 2019/04/29 00:18:14 gdt Exp $
include/utarray.h
include/uthash.h
include/utlist.h
include/utringbuffer.h
include/utstack.h
include/utstring.h
share/doc/uthash/ChangeLog.txt
share/doc/uthash/Makefile
share/doc/uthash/banner.png
share/doc/uthash/banner.svg
share/doc/uthash/google315d692c9c632ed0.html
share/doc/uthash/index.html
share/doc/uthash/license.html
share/doc/uthash/rss.png
share/doc/uthash/styles.css
share/doc/uthash/userguide.txt
share/doc/uthash/utarray.txt
share/doc/uthash/uthash-mini.png
share/doc/uthash/uthash-mini.svg
share/doc/uthash/uthash.png
share/doc/uthash/utlist.txt
share/doc/uthash/utringbuffer.txt
share/doc/uthash/utstack.txt
share/doc/uthash/utstring.txt