aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-20 14:39:19 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-20 14:39:19 +0000
commitc96ac1e9ec3aae8744293a052d85d7decddcd52a (patch)
treef2871cfdfcd3f2db00f1c0ae0c74a7b69f868b7b /src/ChangeLog
parentb1cd408a22e554e9e9a950aef3a89ea9f665a5b6 (diff)
downloadopen-axiom-c96ac1e9ec3aae8744293a052d85d7decddcd52a.tar.gz
* boot/ast.boot (shoeCompTran): Simplify.
(shoeCompTran1): Partially defer translation of fluid variable definition. (bindFluidVars!): New. Complete translation. (groupFluidVars): New. * interp/newfort.boot (fortFormatIntrinsics): Remove redundant return.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 190ef488..3a025966 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
+2012-05-20 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * boot/ast.boot (shoeCompTran): Simplify.
+ (shoeCompTran1): Partially defer translation of fluid variable
+ definition.
+ (bindFluidVars!): New. Complete translation.
+ (groupFluidVars): New.
+ * interp/newfort.boot (fortFormatIntrinsics): Remove redundant return.
+
2012-05-19 Gabriel Dos Reis <gdr@cs.tamu.edu>
* boot/ast.boot (shoeCompTran1): Take variable sets by reference.