0.8.10.9:
authorChristophe Rhodes <csr21@cam.ac.uk>
Mon, 3 May 2004 23:01:28 +0000 (23:01 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Mon, 3 May 2004 23:01:28 +0000 (23:01 +0000)
commit25c9bfeaaf0597e37271dde31eed7037dba391e0
tree3e77d0ba3c4666a4882d14b98fb84aa98fab5eaf
parentf7662559d03e5076f5e3cbc236f1cf82467a4b60
0.8.10.9:
Fix bugs in COMPLEX type specifier and UPGRADED-COMPLEX-PART-TYPE
... make them more tightly coupled;
... rearrange COMPLEX type translator so that it can use
CTYPE-OF (and thus remove logic duplication)
... implement U-C-P-T in terms of (specifier-type `(complex ,x))
... fix MEMBER type specifier not to use CTYPE-OF on complex
members;
... add tests.
NEWS
src/code/late-type.lisp
src/code/numbers.lisp
src/cold/defun-load-or-cload-xcompiler.lisp
src/compiler/generic/vm-type.lisp
tests/type.pure.lisp
version.lisp-expr