0.8.14.26:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 15 Sep 2004 19:48:32 +0000 (19:48 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 15 Sep 2004 19:48:32 +0000 (19:48 +0000)
commit1f0efb731e8427080690f8ecaf9a56fc287a9d88
treee8e05b217a1ce94dcc869e370aca6d91622bd082
parent0b3acc2ba40b8f222e9279871af53e0afe89c969
0.8.14.26:
Add references to the FORMAT subsystem
... make FORMAT-ERROR inherit from REFERENCE-CONDITION;
... make REFERENCE-CONDITION exist on the host, with
more-or-less the same interface (though no printing);
... elide printing "See also: " if we have a reference condition
but no references.  (This change in a
REFERENCE-CONDITION's contract is probably going to
irritate our friends in the slime world...);
... decorate format-related logic with :REFERENCES initargs.
src/code/condition.lisp
src/code/cross-condition.lisp
src/code/late-format.lisp
src/code/target-format.lisp
version.lisp-expr