aboutsummaryrefslogtreecommitdiff
path: root/devel/htable
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* Update my MAINTAINER address to culot@FreeBSD.org.Frederic Culot2010-10-201-1/+1
| | | | | | | Approved by: sahil@ (mentor) Notes: svn path=/head/; revision=263326
* - Update to 1.2Bernhard Froehlich2010-08-212-4/+8
| | | | | | | | | | | | | - Add regression-test target - Add USE_GMAKE [1] PR: ports/149792 Submitted by: Frederic Culot <frederic at culot dot org> (maintainer) amdmi3@ [1] Approved by: beat (co-mentor) Notes: svn path=/head/; revision=259684
* htable is a lightweight implementation of hash tables in C, greatlyDmitry Marakasov2010-08-183-0/+36
inspired by the implementations of spray and red-black trees found in *BSD kernels. To use it, you only need to copy the header file "htable.h" into your project. WWW: http://culot.org/public/Code/htable.html - While here, keep devel/Makefile sorted PR: 149613 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259520