CVS log for ports/devel/htable/distinfo
Up to [FreeBSD] / ports / devel / htable
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jul 3 14:55:55 2011 UTC (7 months, 1 week ago) by ohauer
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -1 lines
-remove MD5
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Aug 21 15:37:36 2010 UTC (17 months, 2 weeks ago) by decke
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
- Update to 1.2 - 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)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Aug 18 18:12:02 2010 UTC (17 months, 3 weeks ago) by amdmi3
Branches: MAIN
htable is a lightweight implementation of hash tables in C, greatly 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>
