diff options
author | dos-reis <gdr@axiomatics.org> | 2011-02-14 00:29:19 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-02-14 00:29:19 +0000 |
commit | 486ade17c9938d888d341045260af26148e233fc (patch) | |
tree | d2404dcd76471df8ec52ec577c1e5dddf712e816 /src/ChangeLog | |
parent | c89e28b04cf567a2c0e20d186c9cd89b138957d5 (diff) | |
download | open-axiom-486ade17c9938d888d341045260af26148e233fc.tar.gz |
* interp/c-util.boot (getSuccessEnvironment): Follow through
temporaries designating result of assignment.
(getInverseEnvironment): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2cfe0d36..daa58a45 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2011-02-13 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/c-util.boot (getSuccessEnvironment): Follow through + temporaries designating result of assignment. + (getInverseEnvironment): Likewise. + +2011-02-13 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/buildom.boot (mkNewUnionFunList): Align arity of 'case' implementation to declared signature. (mkUnionFunList): Likewise. |