|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.1198,1.1199
From: Christophe Rhodes <crhodes@us...> - 2003-08-29 18:07
|
Update of /cvsroot/sbcl/sbcl In directory sc8-pr-cvs1:/tmp/cvs-serv1807 Modified Files: version.lisp-expr Log Message: 0.3.8.14: Fix backtrace on non-x86 platforms: ... don't try to work out the RA, it's too complicated. Remove last SB-SLOT-ACCESSOR-NAME, and associated (fixed) FIXME comment. Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.1198 retrieving revision 1.1199 diff -u -d -r1.1198 -r1.1199 --- version.lisp-expr 29 Aug 2003 17:59:08 -0000 1.1198 +++ version.lisp-expr 29 Aug 2003 18:07:15 -0000 1.1199 @@ -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.8.3.13" +"0.8.3.14" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.1198,1.1199 | Christophe Rhodes <crhodes@us...> |