0.7.7.33:
authorChristophe Rhodes <csr21@cam.ac.uk>
Fri, 20 Sep 2002 16:39:32 +0000 (16:39 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Fri, 20 Sep 2002 16:39:32 +0000 (16:39 +0000)
commitf569125f053885898e83203324a72e11c9de0f85
tree49303ec3b1bc71b564b235cb1f1ae2a182a3af6b
parentce7ae6fa75e33b4e484ba7b4e0d79ec2b9d424fd
0.7.7.33:
Commit MAP/MERGE/CONCATENATE/... patch (CSR sbcl-devel
2002-09-18)
... use the type system in the 5 functions affected
... delete old hackish special-casing of (CAR TYPESPEC)
... one or two changes to early-running code (code that runs
before the type system is initialized needs to evade
the type system calls)
... now we behave ANSIly! (kills bugs 46a/b and 66)
BUGS
src/code/class.lisp
src/code/coerce.lisp
src/code/primordial-extensions.lisp
src/code/seq.lisp
src/code/show.lisp
src/code/sort.lisp
src/compiler/seqtran.lisp
src/compiler/typetran.lisp
tests/seq.impure.lisp
version.lisp-expr