|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.937,1.938
From: Christophe Rhodes <crhodes@us...> - 2003-04-28 11:01
|
Update of /cvsroot/sbcl/sbcl In directory sc8-pr-cvs1:/tmp/cvs-serv7363 Modified Files: version.lisp-expr Log Message: 0.pre8.115: Fix for SLOT-VALUE inside (SETF SLOT-VALUE-USING-CLASS), from Gerd Moellmann (test case a simplified version of KMR's hyperobject) ... don't pass a NIL wrapper to the relevant PCL functions ... one or two code cleanups and comments Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.937 retrieving revision 1.938 diff -u -d -r1.937 -r1.938 --- version.lisp-expr 28 Apr 2003 09:53:02 -0000 1.937 +++ version.lisp-expr 28 Apr 2003 11:00:22 -0000 1.938 @@ -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.114" +"0.pre8.115" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.937,1.938 | Christophe Rhodes <crhodes@us...> |