aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-10-31 15:46:44 +0000
committerdos-reis <gdr@axiomatics.org>2011-10-31 15:46:44 +0000
commitd09e20ae6c0742e6cafc46385de80b3dbafaf9c5 (patch)
tree795a2793dea7688a45507ff1792a0b0baf48ad2d /src/ChangeLog
parent7989b128162c7b8ff385b9ac65a43df20591e8b9 (diff)
downloadopen-axiom-d09e20ae6c0742e6cafc46385de80b3dbafaf9c5.tar.gz
* interp/i-funsel.boot (evalMmCond0): Tidy. Call evalMmGuard to
validate modemap evaluation. (evalMmGuard): New. (evalMmCat): Do not call orderMmCatStack here. The stack is already ordered by evalMmGuard, sole caller. (hasCate): Handle domain query variables. (unifyStruct): Call unifyQueryStruct for query variables. (unifyQueryStruct): New. * interp/g-util.boot (postComposeSubst): New. (queryVar?): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ea83924e..d404b7fe 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
+2011-10-31 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/i-funsel.boot (evalMmCond0): Tidy. Call evalMmGuard to
+ validate modemap evaluation.
+ (evalMmGuard): New.
+ (evalMmCat): Do not call orderMmCatStack here. The stack is
+ already ordered by evalMmGuard, sole caller.
+ (hasCate): Handle domain query variables.
+ (unifyStruct): Call unifyQueryStruct for query variables.
+ (unifyQueryStruct): New.
+ * interp/g-util.boot (postComposeSubst): New.
+ (queryVar?): Likewise.
+
2011-10-30 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/compiler.boot (evaluateConstructorModemap): Rename from