aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-17 03:30:17 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-17 03:30:17 +0000
commit562e4ac985b89cf4fc8ff66119e3ca5b97bd9bb5 (patch)
tree484551fe556438e0407a830e91af19e0a3d1b482 /src/ChangeLog
parent32bff5d4d40370d186e954ee90f31e7c2b20b50a (diff)
downloadopen-axiom-562e4ac985b89cf4fc8ff66119e3ca5b97bd9bb5.tar.gz
* interp/c-util.boot (categoryPrincipals): New.
(categoryAncestors): Likewise. * interp/functor.boot (DescendCodeAdd): Tidy. (DescendCodeVarAdd): Fix thinko. Iterator over $domainShell. Don't pretend constants have ELT implementations. * interp/nruncomp.boot (buildFunctor): Tidy.
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 685ae8bc..164311a1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,14 @@
2011-08-16 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/c-util.boot (categoryPrincipals): New.
+ (categoryAncestors): Likewise.
+ * interp/functor.boot (DescendCodeAdd): Tidy.
+ (DescendCodeVarAdd): Fix thinko. Iterator over $domainShell.
+ Don't pretend constants have ELT implementations.
+ * interp/nruncomp.boot (buildFunctor): Tidy.
+
+2011-08-16 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/modemap.boot (addModemap0): Don't special-case
CategoryDefaults.
* interp/define.boot (processFunctor): Fold into caller. Remove.