Update of /cvsroot/sbcl/sbcl
In directory usw-pr-cvs1:/tmp/cvs-serv17000
Modified Files:
version.lisp-expr
Log Message:
0.7.3.2:
tweaked genesis.lisp to deal with CLISP exporting from CL
some symbols (e.g. FIND-METHOD) whose home packages
aren't CL
(genesis.lisp still fails under CLISP, but for a new reason
now: because NUMBER-TO-CORE barfs on the SHORT-FLOAT
0.0s0.)
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.396
retrieving revision 1.397
diff -C2 -d -r1.396 -r1.397
*** version.lisp-expr 25 Apr 2002 20:59:44 -0000 1.396
--- version.lisp-expr 26 Apr 2002 13:21:54 -0000 1.397
***************
*** 19,21 ****
;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
! "0.7.3.2"
--- 19,21 ----
;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
! "0.7.3.3"
|