aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-11-02 12:55:19 +0000
committerdos-reis <gdr@axiomatics.org>2011-11-02 12:55:19 +0000
commitc3dea39d035f24533e2aa65309214f7ce2aa9ae6 (patch)
tree3ff0c7970b5224c993d91be3997ada85f7eed5b0 /src/ChangeLog
parent50b4173dde564f17b40c4ec8f84b4e361d889d6b (diff)
downloadopen-axiom-c3dea39d035f24533e2aa65309214f7ce2aa9ae6.tar.gz
* interp/c-util.boot (dbSubstituteAllQuantified): New.
* interp/define.boot (NRTmakeCategoryAlist): Use it. (compDefineFunctor1): Likewise.
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 04edac55..7e4ed5e1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2011-11-02 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/c-util.boot (dbSubstituteAllQuantified): New.
+ * interp/define.boot (NRTmakeCategoryAlist): Use it.
+ (compDefineFunctor1): Likewise.
+
+2011-11-02 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
Add compiler support for implicit parameters.
* interp/compiler.boot (bindPredicateExistentials): Rename from
constructorCondition. Now return a substitution on success,