forked from stasis/stasis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
37 lines (25 loc) · 1.08 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Author:
Russell Sears [email protected]
The following people contributed to this software in the past:
--------------------------------------------------------------
Initial version of library:
Jason Bayer [email protected]
Jim Blomo [email protected]
Jimmy Kittiyachavalit [email protected]
The following libraries are bundled with this software:
------------------------------------------------------
libredblack http://libredblack.sourceforge.net
(lladd/redblack.h, src/lladd/redblack.c)
crc32 http://www.axlradius.com/freestuff/crc2.c
(lladd/src/lladd/crc32.c)
Earlier versions of this software made use of:
----------------------------------------------
PBL - The Program Base Library
http://www.mission-base.com/peter/source/
PBL has been replaced with our own reentrant linear hash
implementation that includes (deprecated) compatibility with the
pblHt* interface.
check - C Unit Test Framework
http://check.sourceforge.net/
check has been replaced with test/check_impl.h, which implements a subset
of the check API.