Sneaking in despite the freeze: fix the long form of
DEFINE-METHOD-COMBINATION, which is allowed a documentation
string.
with a name from the CL package.
* MAP-INTO for a vector destination is open coded. (reported by
Brian Downing on c.l.l)
+ * bug fix: the long form of DEFINE-METHOD-COMBINATION now accepts a
+ documentation string.
* fixed some bugs revealed by Paul Dietz' test suite:
** COPY-ALIST now signals an error if its argument is a dotted
list;
(type ll method-group-specifiers args-option gf-var body)
(declare (ignore type))
(multiple-value-bind (real-body declarations documentation)
- ;; (Note that PARSE-BODY ignores its second arg ENVIRONMENT.)
- (parse-body body nil)
-
+ (parse-body body)
(let ((wrapped-body
(wrap-method-group-specifier-bindings method-group-specifiers
declarations
;;; 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.pre8.118"
+"0.pre8.119"