Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv26167
Modified Files:
CREDITS version.lisp-expr
Log Message:
1.0.12.40: NetBSD/Sparc port by Robert Swindells
* No NEWS entry yet, until someone can confirm this does what it says
on the tin. :)
* A random smattering of CREDITS updates.
Index: CREDITS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/CREDITS,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- CREDITS 2 Jun 2007 12:33:42 -0000 1.79
+++ CREDITS 20 Dec 2007 14:24:31 -0000 1.80
@@ -524,7 +524,8 @@
original timer facility on which SBCL's timers are based.
James Bielman:
- He assisted in work on the port to the Windows operating system.
+ He assisted in work on the port to the Windows operating system, and
+ was instrumental in :EXECUTABLE support for SAVE-LISP-AND-DIE.
Alastair Bridgewater:
He contributed a port of the system to the Windows operating system.
@@ -627,6 +628,11 @@
the win32 port. He also worked on external-format support for
SB-ALIEN.
+Richard M Kreyter:
+ He added documentation support for CLOS slot readers and writers,
+ provided several SB-POSIX and NetBSD patches, and cleaned up
+ several of the filesystem/pathname interfaces.
+
Frederik Kuivinen:
He showed how to implement the DEBUG-RETURN functionality.
@@ -695,7 +701,9 @@
rid of various functionality (e.g. the byte interpreter).
NIIMI Satoshi:
- He contributed a number of fixes to the FreeBSD port.
+ He contributed a number of fixes to the FreeBSD port, implemented
+ some external-formats and JOIN-THREAD, and also worked on
+ the :EXECUTABLE support.
Patrik Nordebo:
He contributed to the port of SBCL to MacOS X, finding solutions for
@@ -751,8 +759,8 @@
Nikodemus Siivola:
He provided build fixes, in particular to tame the SunOS toolchain,
implemented package locks, ported the linkage-table code from CMUCL,
- reimplemented STEP, and has fixed many (stream-related and other) bugs
- besides.
+ reimplemented STEP, implemented the compare-and-swap interface, and
+ has fixed many bugs besides.
Juho Snellman:
He provided a number of bug fixes and performance enhancements to
@@ -767,6 +775,9 @@
in the system, but did to a large extent influence the support which
finally did get merged.)
+Robert Swindells:
+ He ported SBCL to NetBSD/Sparc.
+
Raymond Toy:
He continued to work on CMU CL after the SBCL fork, especially on
floating point stuff. Various patches and fixes of his have been
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3769
retrieving revision 1.3770
diff -u -d -r1.3769 -r1.3770
--- version.lisp-expr 20 Dec 2007 01:19:12 -0000 1.3769
+++ version.lisp-expr 20 Dec 2007 14:24:31 -0000 1.3770
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.12.39"
+"1.0.12.40"
|