aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-10-29 00:23:23 +0000
committerdos-reis <gdr@axiomatics.org>2011-10-29 00:23:23 +0000
commit79900718a4de54668c6ed6357453480c17b00168 (patch)
tree385f66752b47948519d414975957e351145c56eb /src/ChangeLog
parent0c79bf08a243116545f78251958abc61377f1ed3 (diff)
downloadopen-axiom-79900718a4de54668c6ed6357453480c17b00168.tar.gz
* interp/nruncomp.boot (mkDomainCatName): Remove.
* interp/daase.lisp (DATABSE): Add new field TEMPLATE. (dbTemplate): New macro accessor. * interp/clam.boot (clearCategoryCaches): Clear dbTemplate. * interp/define.boot (DomainSubstitutionFunction): Generate code to access or set dbTemplate.
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 b1b88207..fc1b46f5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
2011-10-28 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/nruncomp.boot (mkDomainCatName): Remove.
+ * interp/daase.lisp (DATABSE): Add new field TEMPLATE.
+ (dbTemplate): New macro accessor.
+ * interp/clam.boot (clearCategoryCaches): Clear dbTemplate.
+ * interp/define.boot (DomainSubstitutionFunction): Generate code
+ to access or set dbTemplate.
+
+2011-10-28 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/daase.lisp (DATABASE): Add new field CAPSULE-DEFINITIONS.
(dbCapsuleDefinitions): New macro accessor.
* interp/functor.boot (encodeFunctionName): Set it.