0.7.0.5:
authorWilliam Harold Newman <william.newman@airmail.net>
Wed, 23 Jan 2002 04:05:02 +0000 (04:05 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Wed, 23 Jan 2002 04:05:02 +0000 (04:05 +0000)
commit7cec182a00d4143dc7cfd43fc55c6691e356e609
tree00c5ed1612239f93be586ccb8f69988e6348435a
parent8e1b4cac0a0f045542ac071c60c323f1fd14c328
0.7.0.5:
fixing bugs introduced in 0.7.0 release...
...made LOAD-FOREIGN and LOAD-1-FOREIGN definitions work, at
least as far as I could test on OpenBSD. (As reported by
Stig E Sandoe sbcl-devel 2002-01-22, they were broken
in the 0.7.0 sources, because the SB-ALIEN:LOAD-FOREIGN
and SB-ALIEN:LOAD-1-FOREIGN symbols are no longer
visible in SB-SYS, and foreign.lisp was
IN-PACKAGE SB-SYS.)
...sharpened the foreign.test.sh tests to keep this from
happening again
...fixed bug 133 (somewhat kludgily, but hopefully better than
nothing)
made DEFGENERIC do trivial checks on its arguments immediately,
so (DEFGENERIC FOO OR ((X BAR) (Y BAR)) gives a
better error message
BUGS
package-data-list.lisp-expr
src/code/condition.lisp
src/code/foreign.lisp
src/code/host-alieneval.lisp
src/code/target-alieneval.lisp
src/code/target-load.lisp
src/compiler/proclaim.lisp
src/pcl/boot.lisp
tests/foreign.test.sh
version.lisp-expr