Update of /cvsroot/sbcl/sbcl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv7316
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.43.82: Make compiling a MAKE-ARRAY call with a bad keyword list signal warning
* Instead of a crashing inside the guts of the compiler...
* lp#664373, patch by Stas Boukarev
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1847
retrieving revision 1.1848
diff -u -d -r1.1847 -r1.1848
--- NEWS 30 Oct 2010 11:39:14 -0000 1.1847
+++ NEWS 30 Oct 2010 13:30:12 -0000 1.1848
@@ -89,6 +89,8 @@
core was reified.
* bug fix: Allow UNTRACE of functions that are no longer defined
(lp#667657, thanks to Attila Lendvai)
+ * bug fix: MAKE-ARRAY calls with invalid keyword argument lists now signal a
+ compile-time warning (lp#664373, thanks to Stas Boukarev)
changes in sbcl-1.0.43 relative to sbcl-1.0.42:
* incompatible change: FD-STREAMS no longer participate in the serve-event
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.5108
retrieving revision 1.5109
diff -u -d -r1.5108 -r1.5109
--- version.lisp-expr 30 Oct 2010 11:47:11 -0000 1.5108
+++ version.lisp-expr 30 Oct 2010 13:30:12 -0000 1.5109
@@ -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.43.81"
+"1.0.43.82"
|