diff options
author | dos-reis <gdr@axiomatics.org> | 2011-11-23 00:59:15 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-11-23 00:59:15 +0000 |
commit | eac0c91b725a8339ae574bfc6c18ea54ec228baa (patch) | |
tree | 923deb9bb5b45532ed9bd2cd75a4e85465ce7612 /src/ChangeLog | |
parent | 85e27fd22f759c10bfd01d554fb1fcaf190c85d2 (diff) | |
download | open-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/ChangeLog | 9 |
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. |