aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-11-07 05:28:24 +0000
committerdos-reis <gdr@axiomatics.org>2011-11-07 05:28:24 +0000
commit0062eb960026efdf72e3ecb301aa46054e0d5ca2 (patch)
treed38784175f3296a34a3bca15b480a60cc166f888 /src/ChangeLog
parent58566223a7545abff4da2dabc323795e98711a94 (diff)
downloadopen-axiom-0062eb960026efdf72e3ecb301aa46054e0d5ca2.tar.gz
* interp/compiler.boot ($compileOnlyCertainItems): Remove.
* interp/define.boot ($NRTslot1Info): Likewise. (getInfovecCode): Add additional environment argument. Adjust caller. Call NRTmakeSlot1Info here. (NRTgetLookupFunction): Lose second and third arguments. They are derivable from the DB argument. Adjust caller. (compDefineFunctor1): Do not bind $NRTslot1Info. (compDefineCapsuleFunction): Adjust. (compile): Likewise. * interp/i-syscmd.boot (compilerDoitWithScreenedLisplib): Remove. Adjust caller. * interp/nruncomp.boot (NRTmakeSlot1Info): Tak a DB argument. Adjust caller. (mkSlot1sublis): Remove.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 11ebceb0..8fd826c8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,22 @@
2011-11-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/compiler.boot ($compileOnlyCertainItems): Remove.
+ * interp/define.boot ($NRTslot1Info): Likewise.
+ (getInfovecCode): Add additional environment argument. Adjust caller.
+ Call NRTmakeSlot1Info here.
+ (NRTgetLookupFunction): Lose second and third arguments. They are
+ derivable from the DB argument. Adjust caller.
+ (compDefineFunctor1): Do not bind $NRTslot1Info.
+ (compDefineCapsuleFunction): Adjust.
+ (compile): Likewise.
+ * interp/i-syscmd.boot (compilerDoitWithScreenedLisplib):
+ Remove. Adjust caller.
+ * interp/nruncomp.boot (NRTmakeSlot1Info): Tak a DB argument.
+ Adjust caller.
+ (mkSlot1sublis): Remove.
+
+2011-11-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* utils/vm.H: Redefine value representation.
2011-11-05 Gabriel Dos Reis <gdr@cs.tamu.edu>