Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv10004
Modified Files:
version.lisp-expr NEWS
Log Message:
1.0.15.39: Remove subclasses of sb-posix:syscall-error
These were added in 1.0.14 (but never documented), and turn out to be
impediments to some future progress on Windows.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3909
retrieving revision 1.3910
diff -u -d -r1.3909 -r1.3910
--- version.lisp-expr 25 Mar 2008 21:27:33 -0000 1.3909
+++ version.lisp-expr 26 Mar 2008 15:54:11 -0000 1.3910
@@ -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.15.38"
+"1.0.15.39"
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1322
retrieving revision 1.1323
diff -u -d -r1.1322 -r1.1323
--- NEWS 17 Mar 2008 17:13:40 -0000 1.1322
+++ NEWS 26 Mar 2008 15:54:12 -0000 1.1323
@@ -1,5 +1,7 @@
;;;; -*- coding: utf-8; -*-
changes in sbcl-1.0.16 relative to 1.0.15:
+ * minor incompatible change: revert the changes to sb-posix's error
+ signaling added in 1.0.14.
* minor incompatible change: change PROBE-FILE back to returning
NIL whenever we can't get a truename, as was the case before 1.0.14.
* minor incompatible change: SB-BSD-SOCKETS:NAME-SERVICE-ERROR now
|