aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-11-23 00:59:15 +0000
committerdos-reis <gdr@axiomatics.org>2011-11-23 00:59:15 +0000
commiteac0c91b725a8339ae574bfc6c18ea54ec228baa (patch)
tree923deb9bb5b45532ed9bd2cd75a4e85465ce7612 /src/ChangeLog
parent85e27fd22f759c10bfd01d554fb1fcaf190c85d2 (diff)
downloadopen-axiom-eac0c91b725a8339ae574bfc6c18ea54ec228baa.tar.gz
* interp/define.boot (compile): Take the signature as third argument.
Adjust callers. (compDefineFunctor1): Do not bind $functionLocations. (compDefineCapsuleFunction): Do not update. * interp/lisplib.boot (transformOperationAlist): Do not consult $functionLocations.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index dd1031b7..1efdc2da 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
2011-11-22 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/define.boot (compile): Take the signature as third argument.
+ Adjust callers.
+ (compDefineFunctor1): Do not bind $functionLocations.
+ (compDefineCapsuleFunction): Do not update.
+ * interp/lisplib.boot (transformOperationAlist): Do not consult
+ $functionLocations.
+
+2011-11-22 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/define.boot (assignCapsuleFunctionSlot): Move from
nruncomp.boot. Rename from NRTassignCapsuleFunctionSlot. Take
first parameter as a DB. Adjust callers.