aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-12-11 18:02:11 +0000
committerdos-reis <gdr@axiomatics.org>2011-12-11 18:02:11 +0000
commitd60b0772098f0907850b7cc520224a1bfb093e44 (patch)
tree1dab60a652465a872dbf15d350fb03931d9ead67 /src/ChangeLog
parentc5d7d1291dad4814157c57406fdfbd233a16bcb0 (diff)
downloadopen-axiom-d60b0772098f0907850b7cc520224a1bfb093e44.tar.gz
* interp/compiler.boot (compColon): Give initial %undefined value
to local variable declarations which are not definitions. * interp/lisp-backend.boot (expandToVMForm): Translate %undefined.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 386c55af..dcefe777 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2011-12-11 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/compiler.boot (compColon): Give initial %undefined value
+ to local variable declarations which are not definitions.
+ * interp/lisp-backend.boot (expandToVMForm): Translate %undefined.
+
2011-12-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/g-opt.boot (optSeq): Remove splicePROGN as redundant.