|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.398,1.399
From: Christophe Rhodes <crhodes@us...> - 2002-04-26 20:55
|
Update of /cvsroot/sbcl/sbcl In directory usw-pr-cvs1:/tmp/cvs-serv12991 Modified Files: version.lisp-expr Log Message: 0.7.3.5: Port fix to PCL due to Pierre Mai regarding MAKE-INSTANCES-OBSOLETE in the fast path New, slightly less bogus transforms for bitvector operations ... now we can deal with bitvectors with lengths close to ARRAY-DIMENSION-LIMIT Also write tests for both of these (thanks again to Pierre Mai) Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.398 retrieving revision 1.399 diff -C2 -d -r1.398 -r1.399 *** version.lisp-expr 26 Apr 2002 14:40:47 -0000 1.398 --- version.lisp-expr 26 Apr 2002 20:54:58 -0000 1.399 *************** *** 19,21 **** ;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) ! "0.7.3.4" --- 19,21 ---- ;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) ! "0.7.3.5" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.398,1.399 | Christophe Rhodes <crhodes@us...> |