pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/uthash



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Oct  7 12:33:16 UTC 2015

Added Files:
        pkgsrc/devel/uthash: DESCR Makefile PLIST buildlink3.mk distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/uthash/DESCR pkgsrc/devel/uthash/Makefile \
    pkgsrc/devel/uthash/PLIST pkgsrc/devel/uthash/buildlink3.mk \
    pkgsrc/devel/uthash/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index