NOTICE: This package has been removed from pkgsrc

./wip/uthash, Hash table, implemented in C

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.1.0, Package name: uthash-2.1.0, Maintainer: pkgsrc-users

This is a hash table, implemented in C, supporting constant-time
add/find/remove of C structures. Any structure having a unique,
arbitrarily-typed key member can be hashed by adding a UT_hash_handle
member to the structure and calling these macros.


Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 8f287a2dcf38218c3180d122e10039e23fe8e4b8
RMD160: d0f9bdab55b8a5ed549858ce1921b431a22aca12
Filesize: 187.287 KB

Version history: (Expand)


CVS history: (Expand)


   2014-02-12 10:29:55 by Thomas Klausner | Files touched by this commit (4)
Log message:
Update to 1.9.8. Use github versioned tarball, set LICENSE,
mark as build-only dependency in buildlink3.mk, remove unnecessary
USE_LANGUAGES, install documentation, install all headers.

Version 1.9.8 (2013-03-10)
    HASH_REPLACE now in uthash (thanks, Nick Vatamaniuc!)
    fixed clang warnings (thanks wynnw!)
    fixed utarray_insert when inserting past array end (thanks Rob Willett!)
    you can now find uthash on GitHub
    there’s a uthash Google Group
    uthash has been downloaded 29,000+ times since 2006 on SourceForge
   2014-02-11 22:04:07 by ndb | Files touched by this commit (68)
Log message:
To have better links on netbsd.se in respect to maintainer and commiter.
   2013-12-13 01:46:40 by ndb | Files touched by this commit (5)
Log message:
Initial commit of uthash 1.9.7, hash table, implemented in C.