aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-01-04 14:08:52 +0000
committerdos-reis <gdr@axiomatics.org>2009-01-04 14:08:52 +0000
commitbd3fb898659b91542e7a3109f36b2f8b17e05a5d (patch)
treeac202d2fc4697c71a3c908f29e14c91327d9f912 /src/ChangeLog
parent151f227545f5afa179bd1d0c4b179aa0a83b82f5 (diff)
downloadopen-axiom-bd3fb898659b91542e7a3109f36b2f8b17e05a5d.tar.gz
* interp/daase.lisp (setdatabase): Set superdomain slot too.
* interp/g-util.boot (superType): Handle current domain form. (maximalSuperType): Tidy. (noteSubDomainInfo): Call SETDATABASE.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 892ccde2..17c7ef0d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
2009-01-04 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/daase.lisp (setdatabase): Set superdomain slot too.
+ * interp/g-util.boot (superType): Handle current domain form.
+ (maximalSuperType): Tidy.
+ (noteSubDomainInfo): Call SETDATABASE.
+
+2009-01-04 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/buildom.boot (createEnum): Fix quoting.
* interp/compat.boot (system): Likewise.
* interp/astr.boot (ncEltQ): Fix declaration.