0.6.11.7:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 1 Mar 2001 16:00:12 +0000 (16:00 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 1 Mar 2001 16:00:12 +0000 (16:00 +0000)
commit4a4f1e5ca70363d64d7cbb141863a387334e6760
tree3b8368d6ed90a79b18978813096a23200ddf9e89
parent4f64f131a7bca59d0dc8be9e74d05a7645f27e67
0.6.11.7:
hacking on 0.6.11.5 patches, continued..
..MAKE-HASH-TABLE :TEST #'EQUAL uses 'EQUAL instead.
..tested that PRINT-PRETTY-ON-STREAM? stuff doesn't get
confused on Gray streams
..added test case for new byte compiler bug
..removed extra DUP in patched GENERATE-BYTE-CODE-FOR-SET
new DEFCONSTANT cleanups, as per AL, sbcl-devel, 2001-02-27
Wrapping DEFCONSTANT +EMPTY-HT-SLOT+ in EVAL-WHEN seems to
cause problems, so instead I moved the +EMPTY-HT-SLOT+
definition 'way early in stems-and-flags.lisp-expr.
19 files changed:
NEWS
package-data-list.lisp-expr
src/code/debug-int.lisp
src/code/hash-table.lisp
src/code/primordial-extensions.lisp
src/code/print.lisp
src/cold/shared.lisp
src/compiler/byte-comp.lisp
src/compiler/eval.lisp
src/compiler/generic/early-objdef.lisp
src/compiler/ir1tran.lisp
src/compiler/vmdef.lisp
src/compiler/x86/vm.lisp
src/pcl/fast-init.lisp
src/runtime/gencgc.c
tests/compiler.pure-cload.lisp [new file with mode: 0644]
tests/gray-streams.impure.lisp
tests/run-tests.sh
version.lisp-expr