diff options
author | dos-reis <gdr@axiomatics.org> | 2010-06-07 18:15:49 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-06-07 18:15:49 +0000 |
commit | 6aca99e6211a8fe97a8bb84d2bc85f9900f35315 (patch) | |
tree | 286e2d41adb25c0e1fdfb25aaddb5267e7ef1dc7 /src/ChangeLog | |
parent | 7422a29157bf7de1742eade45590dbed7d0d4a12 (diff) | |
download | open-axiom-6aca99e6211a8fe97a8bb84d2bc85f9900f35315.tar.gz |
* interp/compiler.boot (finishLambdaExpression): Bind escaped
variables with LET-form instead of assignment.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5a3bf037..16f72544 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2010-06-07 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/compiler.boot (finishLambdaExpression): Bind escaped + variables with LET-form instead of assignment. + +2010-06-07 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/compiler.boot (replaceExitEtc): Replace TAGGEDreturn with %return. * interp/g-opt.boot (removeNeedlessThrow): New. |