0.8.0.37:
commitd49c71bf00d858efc5796900ca4954fb76ce6402
authorChristophe Rhodes <csr21@cam.ac.uk>
Thu, 5 Jun 2003 19:58:32 +0000 (5 19:58 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Thu, 5 Jun 2003 19:58:32 +0000 (5 19:58 +0000)
tree98cf805f6029c451473fc0f862d3feba65f5cf62
parent79f9319b412fc6106d65ca435b36548f454b81b9
0.8.0.37:
Make DEFCONSTANT throw an error of type SB-EXT:DEFCONSTANT-UNEQL
... rearrange build order so that macros are defined at the
birth of the cross-compiler (and that relevant variables are
declared special)
... define the condition type (slots for OLD-VALUE, NEW-VALUE
and NAME)
... actually throw the error in %DEFCONSTANT (and have an ABORT
restart, too)
... document and test
NEWS
doc/beyond-ansi.sgml
package-data-list.lisp-expr
src/code/condition.lisp
src/code/defboot.lisp
src/code/target-error.lisp
src/compiler/defconstant.lisp
tests/smoke.impure.lisp
version.lisp-expr