diff options
author | dos-reis <gdr@axiomatics.org> | 2010-05-23 22:26:42 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-05-23 22:26:42 +0000 |
commit | 58d87a5f008107b6ddc93d3191c1ac9380e16e7b (patch) | |
tree | 849f29ff3669a96334b06a0945c87a819e1ec509 /src/ChangeLog | |
parent | adae08d08eb4bc36aee21b26073071756d920108 (diff) | |
download | open-axiom-58d87a5f008107b6ddc93d3191c1ac9380e16e7b.tar.gz |
* interp/i-spec1.boot (compileADEFBody): Establish a dynamic
binding for $freeVariables and $boundVariables.
(mkIterFun): Likewise.
(mkIterZippedFun): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 47d574d0..afa9f1a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2010-05-23 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/i-spec1.boot (compileADEFBody): Establish a dynamic + binding for $freeVariables and $boundVariables. + (mkIterFun): Likewise. + (mkIterZippedFun): Likewise. + +2010-05-23 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/tokens.boot: gensym is now candidate for renaming. * boot/ast.boot: Replace GENSYM with gensym. * interp/buildom.boot: Likewise. |