1.0.21.22: COMPILE-FILE and toplevel symbols
commit30c93105a8bce7b701a5043fb11254f6f1bdd6da
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 17 Oct 2008 11:57:32 +0000 (17 11:57 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 17 Oct 2008 11:57:32 +0000 (17 11:57 +0000)
tree013f04210fa81fddb7d99c47edb678e5a5f52465
parent2f4ae65a93c2ef74c58dc62abb2ab42e4e472a30
1.0.21.22: COMPILE-FILE and toplevel symbols

 * The fopcompiler elided unused symbol references completely: warn
   and dump the appropriate SYMBOL-VALUE form even if the value is
   unused is the variable is undefined.

 * This reveals a missing start of a block comment in
   src/pcl/dfun.lisp -- fix it. Did you realize that ||# reads as a
   symbol? I didn't. One strike against using the "emacs friendly"
   #||...||# instead of #|...|#.

 * Also fix on #-sb-unicode issue in the test-suite.
NEWS
src/compiler/fopcompile.lisp
src/pcl/dfun.lisp
tests/compiler.pure.lisp
tests/compiler.test.sh
version.lisp-expr