summaryrefslogtreecommitdiff
path: root/devel/libhash (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.0.1Tilman Keskinoz2003-04-243-4/+12
| | | | | PR: 51204 Submitted by: maintainer
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* Added profiled library.Ruslan Ermilov2002-07-211-0/+1
|
* Fix build on currentKris Kennaway2002-06-161-0/+12
|
* This C library provides functions for manipulating in memory hash tablesDirk Meyer2002-04-025-0/+48
(aka associative arrays). Data is stored as void *'s so any data structure can be stored. PR: 33859 Submitted by: andrew@ugh.net.au