diff options
author | dos-reis <gdr@axiomatics.org> | 2011-11-27 20:31:04 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-11-27 20:31:04 +0000 |
commit | cc6921eeffcee91d76d322303884e808e4851345 (patch) | |
tree | 9da769d1ebb6970f95cfd8af56fc2ca4b630ea33 /src/ChangeLog | |
parent | 343efedf0580f08c1dba846f760970a26219398e (diff) | |
download | open-axiom-cc6921eeffcee91d76d322303884e808e4851345.tar.gz |
* interp/define.boot (assignCapsuleFunctionSlot): Slot original
signature too.
* interp/nruncomp.boot (genDeltaEntry): Likewise.
(getLocalIndex): Tidy.
(changeDirectoryInSlot1): Tidy.
(vectorLocation): Add a kind of operation as fourth argument.
Adjust caller. Do not reconstruct the signature.
(NRTsubstDelta): Remove as no longer used.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 78f1adc3..93e454fe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2011-11-27 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * interp/define.boot (assignCapsuleFunctionSlot): Slot original + signature too. + * interp/nruncomp.boot (genDeltaEntry): Likewise. + (getLocalIndex): Tidy. + (changeDirectoryInSlot1): Tidy. + (vectorLocation): Add a kind of operation as fourth argument. + Adjust caller. Do not reconstruct the signature. + (NRTsubstDelta): Remove as no longer used. + 2011-11-26 Gabriel Dos Reis <gdr@cs.tamu.edu> * interp/nruncomp.boot (assocIndex): Rename from NRTassocIndex. |