From 6aca99e6211a8fe97a8bb84d2bc85f9900f35315 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 7 Jun 2010 18:15:49 +0000 Subject: * interp/compiler.boot (finishLambdaExpression): Bind escaped variables with LET-form instead of assignment. --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 5a3bf037..16f72544 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2010-06-07 Gabriel Dos Reis + + * interp/compiler.boot (finishLambdaExpression): Bind escaped + variables with LET-form instead of assignment. + 2010-06-07 Gabriel Dos Reis * interp/compiler.boot (replaceExitEtc): Replace TAGGEDreturn with -- cgit v1.2.3