0.3.8.14:
authorChristophe Rhodes <csr21@cam.ac.uk>
Fri, 29 Aug 2003 18:07:15 +0000 (18:07 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Fri, 29 Aug 2003 18:07:15 +0000 (18:07 +0000)
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.

src/code/debug-int.lisp
src/cold/warm.lisp
version.lisp-expr

index 7deadfe..270c9d9 100644 (file)
                           "undefined function"))
                         (:foreign-function
                          (make-bogus-debug-fun
-                          (format nil "foreign function call land: ra=#x~X"
-                                  (sap-int ra))))
+                          (format nil "foreign function call land:")))
                         ((nil)
                          (make-bogus-debug-fun
                           "bogus stack frame"))
index 838b4d2..d02357c 100644 (file)
               "public: the default package for user code and data")
 #+sb-doc (setf (documentation (find-package "KEYWORD") t)
               "public: home of keywords")
-
-;;; KLUDGE: It'd be nicer to do this in the table with the other
-;;; non-standard packages. -- WHN 19991206
-#+sb-doc (setf (documentation (find-package "SB-SLOT-ACCESSOR-NAME") t)
-              "private: home of CLOS slot accessor internal names")
-
-;;; FIXME: There doesn't seem to be any easy way to get package doc strings
-;;; through the cold boot process. They need to be set somewhere. Maybe the
-;;; easiest thing to do is to read them out of package-data-list.lisp-expr
-;;; now?
index 542a21d..50ac590 100644 (file)
@@ -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"