Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15635
Modified Files:
CREDITS NEWS version.lisp-expr
Log Message:
0.8.8:
release, tagged as sbcl_0_8_8
Index: CREDITS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/CREDITS,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- CREDITS 17 Feb 2004 16:50:30 -0000 1.46
+++ CREDITS 24 Feb 2004 22:52:25 -0000 1.47
@@ -595,9 +595,10 @@
He has contributed a number of bug fixes and bug reports to SBCL.
Brian Mastenbrook:
- He contributed to the port of SBCL to MacOS X. He found a way to
- overcome binary compatibility issues between different versions of
- dlcompat on Darwin.
+ He contributed to and extensively maintained the port of SBCL to
+ MacOS X. His contributions include overcoming binary compatibility
+ issues between different versions of dlcompat on Darwin, other
+ linker fixes, and signal handler bugfixes.
Dave McDonald:
He made a lot of progress toward getting SBCL to be bootstrappable
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.482
retrieving revision 1.483
diff -u -d -r1.482 -r1.483
--- NEWS 19 Feb 2004 00:09:06 -0000 1.482
+++ NEWS 24 Feb 2004 22:52:25 -0000 1.483
@@ -2250,6 +2250,9 @@
signals received, on the PowerPC platforms (both Linux and
Darwin). (thanks to Pierre Mai for pointing out the location of
the error)
+ * several fixes on OS X: The system now builds and runs cleanly on
+ Panther (10.3), and works around sigreturn bug (no more SIGFPEs).
+ (thanks to Brian Mastenbrook)
* bug fix: DECODE-UNIVERSAL-TIME now accepts timezone arguments with
second-resolution: integer multiples of 1/3600 between -24 and 24.
(thanks to Vincent Arkesteijn)
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1473
retrieving revision 1.1474
diff -u -d -r1.1473 -r1.1474
--- version.lisp-expr 20 Feb 2004 18:15:19 -0000 1.1473
+++ version.lisp-expr 24 Feb 2004 22:52:25 -0000 1.1474
@@ -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.8.7.57"
+"0.8.8"
|