1.0.9.33: Change SIGINFO to the more common SIGPWR, and fix its documentation.
[sbcl.git] / CREDITS
diff --git a/CREDITS b/CREDITS
index b876c71..e74f55d 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -519,6 +519,10 @@ Daniel Barlow:
   asdf-install, sb-bsd-sockets, sb-executable, sb-grovel and sb-posix
   contrib packages.
 
+Zach Beane:
+  He provided a number of additions to SB-POSIX and implemented the
+  original timer facility on which SBCL's timers are based.
+
 James Bielman:
   He assisted in work on the port to the Windows operating system.
 
@@ -566,6 +570,10 @@ Miles Egan:
   He creates binary packages of SBCL releases for Red Hat and other
   (which?) platforms.
 
+Helmut Eller:
+  A lot of the code in the SB-INTROSPECT and SB-COVER contrib modules
+  was originally written by him for Slime/Swank.
+
 Lutz Euler:
   He made a large number of improvements to the x86-64 disassembler.
 
@@ -600,10 +608,11 @@ Daisuke Homma:
   He added support for SunOS on x86 processors.
 
 ITA Software:
-  They hired Juho Snellman as a consultant to work on improvements to 
+  They hired Juho Snellman as a consultant to work on improvements to
   SBCL, to be released into the public domain. The work they've funded
-  includes faster compilation speeds, the interpreter-based evaluator
-  and the IR2-based single-stepper.
+  includes faster compilation, various improvements to the statistical
+  profiler, the SB-COVER code coverage tool, the interpreter-based
+  evaluator and the IR2-based single-stepper.
 
 Espen S Johnsen:
   He provided an ANSI-compliant version of CHANGE-CLASS for PCL.
@@ -790,24 +799,25 @@ Raymond Wiker:
 
 INITIALS GLOSSARY (helpful when reading comments, CVS commit logs, etc.)
 
-VJA  Vincent Arkesteijn
-MNA  Martin Atzmueller
-DB   Daniel Barlow (also "dan")
-DTC  Douglas Crosher
+AB   Alastair Bridgewater
+AL   Arthur Lemmens
 APD  Alexey Dejneka
-PFD  Paul F. Dietz
-NJF  Nathan Froyd
 CLH  Cyrus Harmon
-AL   Arthur Lemmens
-DFL  David Lichteblau
-RAM  Robert MacLachlan
-PRM  Pierre Mai
-MG   Gabor Melis
-WHN  William ("Bill") Newman
 CSR  Christophe Rhodes
+DB   Daniel Barlow (also "dan")
+DFL  David Lichteblau
+DTC  Douglas Crosher
+JES  Juho Snellman
 JRXR Joshua Ross
-THS  Thiemo Seufer
+MG   Gabor Melis
+MNA  Martin Atzmueller
+NJF  Nathan Froyd
 NS   Nikodemus Siivola
-JES  Juho Snellman
+PFD  Paul F. Dietz
+PRM  Pierre Mai
 PVE  Peter Van Eynde
 PW   Paul Werkowski
+RAM  Robert MacLachlan
+THS  Thiemo Seufer
+VJA  Vincent Arkesteijn
+WHN  William ("Bill") Newman