From d09e20ae6c0742e6cafc46385de80b3dbafaf9c5 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 31 Oct 2011 15:46:44 +0000 Subject: * 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. --- src/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/ChangeLog') 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 + + * 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 * interp/compiler.boot (evaluateConstructorModemap): Rename from -- cgit v1.2.3