Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27787
Modified Files:
CREDITS version.lisp-expr
Log Message:
0.9.8.43:
Commit patch from Luis Oliveira for alignment on #!+win32
Index: CREDITS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/CREDITS,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- CREDITS 4 Jan 2006 14:52:29 -0000 1.71
+++ CREDITS 18 Jan 2006 11:28:28 -0000 1.72
@@ -1,3 +1,4 @@
+-*- coding: utf-8; mode: text; -*-
The programmers of old were mysterious and profound. We
cannot fathom their thoughts, so all we do is describe their
@@ -518,6 +519,9 @@
asdf-install, sb-bsd-sockets, sb-executable, sb-grovel and sb-posix
contrib packages.
+James Bielman:
+ He assisted in work on the port to the Windows operating system.
+
Alastair Bridgewater:
He contributed a port of the system to the Windows operating system.
@@ -671,6 +675,10 @@
He contributed to the port of SBCL to MacOS X, finding solutions for
ABI and assembly syntax differences between Darwin and Linux.
+LuÃs Oliveira:
+ He contributed to the port of SBCL to the Windows operating system,
+ particuarly in the area of FFI.
+
Scott Parish:
He ported SBCL to OpenBSD-with-ELF.
@@ -690,7 +698,7 @@
optimizations to compiler output, and contributed in other ways as
well.
-Stig Erik Sandoe:
+Stig Erik Sandø:
He showed how to convince the GNU toolchain to build SBCL in a way
which supports callbacks from C code into SBCL.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2653
retrieving revision 1.2654
diff -u -d -r1.2653 -r1.2654
--- version.lisp-expr 16 Jan 2006 15:39:57 -0000 1.2653
+++ version.lisp-expr 18 Jan 2006 11:28:28 -0000 1.2654
@@ -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".)
-"0.9.8.42"
+"0.9.8.43"
|