aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-08 21:32:25 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-08 21:32:25 +0000
commit646c4457e1cb8be5af3445c80b457518e0e4e47a (patch)
tree27e2a2e03dfc6c022608c5ea799cc8d6581de5cf /src/ChangeLog
parentc3efb458ecde8f2b30f5b51ebeda24fbaf894ce9 (diff)
downloadopen-axiom-646c4457e1cb8be5af3445c80b457518e0e4e47a.tar.gz
* interp/buildom.boot: Don't cache instantiation of builtin
domains, as the comment at the top of the file says.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 634bd521..28d206b6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
2011-02-08 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/buildom.boot: Don't cache instantiation of builtin
+ domains, as the comment at the top of the file says.
+
+2011-02-08 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/lisp-backend.boot: Translate %ident? to IDENTP, not SYMBOLP.
* interp/compiler.boot (compMatch): test for identifier, not
atomic value.