* Use INTERN instead of GENTEMP to generate padding names.
Patch by Leslie Polzer.
absence of an explicit DEFGENERIC.
* improvement: DESCRIBE now reports on symbols naming undefined
but assumed or declared function as well.
+ * improvement: recompilation of systems using SB-GROVEL now works
+ (thanks to Leslie Polzer)
* bug fix: the low-level debugger had 32-bit assumptions and was missing
information about some array types. (thanks to Luis Oliveira)
* bug fix: moderately complex combinations of inline expansions could
:type `(array char ,len)
:offset offset
:size len
- :name (gentemp "PADDING")))
+ :name (intern (format nil "PADDING-~D-~D" len offset))))
(defun mk-struct (offset &rest children)
(make-instance 'struct :name (gentemp "STRUCT")
:children (remove nil children)
;;; 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".)
-"1.0.30.11"
+"1.0.30.12"