CVS log for ports/devel/htable/Makefile
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
Wed Oct 20 05:53:16 2010 UTC (15 months, 3 weeks ago) by culot
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Update my MAINTAINER address to culot@FreeBSD.org. Approved by: sahil@ (mentor)
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
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -1 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>
