Fix ansi-test DOCUMENTATION.SYMBOL.METHOD-COMBINATION.1
* (Just to show off my amazing PCL skills).
file-stream. (thanks to Robert J. Macomber)
* optimization: improved type inference for arithmetic-for
index variables in LOOP
+ * fixed some bugs revealed by Paul Dietz' test suite:
+ ** DOCUMENTATION returns NIL instead of "" for method combinations
+ that don't have a docstring
changes in sbcl-0.9.7 relative to sbcl-0.9.6:
* minor incompatible change: (SETF CLASS-NAME) and (SETF
(defun expand-short-defcombin (whole)
(let* ((type (cadr whole))
(documentation
- (getf (cddr whole) :documentation ""))
+ (getf (cddr whole) :documentation))
(identity-with-one-arg
(getf (cddr whole) :identity-with-one-argument nil))
(operator
;;; 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.9.7.5"
+"0.9.7.6"