-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCREDITS
78 lines (44 loc) · 2.02 KB
/
CREDITS
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
CREDITS
The Elephant Persistent Object Database
(http://www.common-lisp.net/project/elephant)
Current maintainers: Leslie Polzer <[email protected]>
Ian S. Eslick <[email protected]>
Prior Maintainers: Robert L. Read <[email protected]>
Original Authors: Andrew Blumberg <[email protected]>
Ben Lee <[email protected]>
The CL-SQL based backend was written by Robert L. Read.
The Postmodern backend was written by Henrik Hjelte
Thanks to:
Henrik Hjelte for a number of bug fixes and for testing as well as
his wonderful postmodern data store!
Leslie Polzer for numerous patches
Gary Byers for OpenMCL and answering my questions
Rafal Strzalinski for the Makefile and package patch
Bill Clementson for Win32 help and for publicity
The common-lisp.net people for hosting
Erik Enge (CL-IRC) for being an unwitting guinea pig
Dan Barlow for ASDF
IBM for ICU
Paul Foley for his berkeley-db package (which we didn't use,
once we settled on UFFI)
Dan Knapp fixed the fact that nil's were indistinguishable from
unbound slots, and proved the system works with SQLite3.
Tayssir John Gabbour has found two bugs on Feb. 14, 2006.
Vladimir Sedach for the upgrade to Berkeley DB 4.4.
[email protected] provided the basic support in the .asd
files for removing the Makefile from the build process.
Marco Baringer provided a partial patch for 64-bit support.
Pierre Thierry for a *features* hack to turn off optimization as well as
many suggestions and dicussions.
Edi Weitz for Lispworks and Win32 patches
Mac Chan for his Hunchentoot blog tutorial
And many others for their comments, testing and suggestions -- we're sorry
if we missed crediting you here.
Also thanks to:
- Sleepycat (now Oracle) for Berkeley DB, especially Ron Cohen and
Michael Cahill for answering my questions
- Richard Waters (and Paul Dietz, Kevin Rosenberg) for RT
- The CMUCL and SBCL people for great compilers
- SLIME for a better environment
- Kevin Rosenberg for UFFI, answering lots of questions and
letting me patch