Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15834
Modified Files:
version.lisp-expr
Log Message:
1.0.16.41: target-load.lisp: simplify defaulting for pathnames with type NIL.
* Simplify the logic that looks for files with suitable extensions
when the argument pathname has NIL for a type. The existing code
leads to misreporting of unhandled FILE-ERRORs during LOAD.
* Scrape out unnecessary erroring introduced around the same time as
the flawed defaulting logic.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3953
retrieving revision 1.3954
diff -u -d -r1.3953 -r1.3954
--- version.lisp-expr 19 May 2008 16:46:36 -0000 1.3953
+++ version.lisp-expr 20 May 2008 20:35:43 -0000 1.3954
@@ -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.16.40"
+"1.0.16.41"
|