0.6.11.28:
authorWilliam Harold Newman <william.newman@airmail.net>
Tue, 27 Mar 2001 21:27:50 +0000 (21:27 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Tue, 27 Mar 2001 21:27:50 +0000 (21:27 +0000)
commit568b75331113ecd0601449f337557cd1c1776e8d
tree90a983cc6abcc13b28082bcbe6c049ce20c066f7
parent0b3ec4b1d978b887db175b7b3bada8e727683e15
0.6.11.28:
  removed FIXME "MAKE-LOAD-FORM is supposed to be handled
here, too", since it's of date; in SBCL DEF!STRUCT
handles MAKE-LOAD-FORM by a different mechanism, and
vanilla DEFSTRUCT doesn't mess with it at all. (thanks
to MNA question)
tweaked FIND-FREE-REALLY-FUNCTION so that it doesn't complain
about an undefined function when the function is
defined in the running Lisp (to fix undefined function
warnings reported by MNA sbcl-devel 2001-03-26)
moved CONSTANTLY-FOO functions to SB!INT (as per old FIXME)
package-data-list.lisp-expr
src/code/defstruct.lisp
src/code/early-extensions.lisp
src/code/fdefinition.lisp
src/compiler/ir1tran.lisp
src/pcl/defclass.lisp
src/pcl/macros.lisp
tests/compiler.pure-cload.lisp
version.lisp-expr