Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1:/tmp/cvs-serv22727
Modified Files:
NEWS version.lisp-expr
Log Message:
0.pre8.117:
:ALLOW-OTHER-KEYS NIL is perfectly valid in an initarg list, so
don't flame out when it's present (detected by Paul Dietz'
suite: test CLASS-07.10)
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -d -r1.291 -r1.292
--- NEWS 28 Apr 2003 12:23:44 -0000 1.291
+++ NEWS 28 Apr 2003 12:57:02 -0000 1.292
@@ -1704,6 +1704,7 @@
** side-effectful :DEFAULT-INITARGS have their side-effects
propagated even in the ctor optimized implementation of
MAKE-INSTANCE;
+ ** :ALLOW-OTHER-KEYS NIL is now accepted in an initarg list;
planned incompatible changes in 0.8.x:
* (not done yet, but planned:) When the profiling interface settles
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.939
retrieving revision 1.940
diff -u -d -r1.939 -r1.940
--- version.lisp-expr 28 Apr 2003 12:23:53 -0000 1.939
+++ version.lisp-expr 28 Apr 2003 12:57:03 -0000 1.940
@@ -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.pre8.116"
+"0.pre8.117"
|