aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-05-10 22:50:44 +0000
committerdos-reis <gdr@axiomatics.org>2009-05-10 22:50:44 +0000
commitc17f22c0fea71fba2e99aad1e7292be1963ae96d (patch)
treef51301306df7b6a741e9506d1af5abf7512af49e /src/ChangeLog
parent76905b59dbaaac8fab4892067e973312fd86dde9 (diff)
downloadopen-axiom-c17f22c0fea71fba2e99aad1e7292be1963ae96d.tar.gz
Cope with SBCL-1.0.28 improvements.
* boot/translator.boot (translateToplevel): Load imported modules. * boot/ast.boot ($constantIdentifiers): New. ($activeNamespace): Likewise. (bfSimpleDefinition): Likewise. (isDynamicVariable): Likewise. (shoeCompTran1): Tidy. Use it. * boot/parser.boot (bpSimpleDefinitionTail): Use bfSimpleDefinition. * boot/Makefile.in (stage1/%.clisp): Specify load directory. (stage2/%.clisp): Likewise. * lisp/core.lisp.in (startCompileDuration): Export. (endCompileDuration): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 87a954f1..0c170808 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,20 @@
2009-05-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ Cope with SBCL-1.0.28 improvements.
+ * boot/translator.boot (translateToplevel): Load imported modules.
+ * boot/ast.boot ($constantIdentifiers): New.
+ ($activeNamespace): Likewise.
+ (bfSimpleDefinition): Likewise.
+ (isDynamicVariable): Likewise.
+ (shoeCompTran1): Tidy. Use it.
+ * boot/parser.boot (bpSimpleDefinitionTail): Use bfSimpleDefinition.
+ * boot/Makefile.in (stage1/%.clisp): Specify load directory.
+ (stage2/%.clisp): Likewise.
+ * lisp/core.lisp.in (startCompileDuration): Export.
+ (endCompileDuration): Likewise.
+
+2009-05-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/nrunopt.boot (makeGoGetSlot): Adjust call to
makeCompactSigCode.
(makeCompactDirect1): Likewise.