aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-06-01 22:02:47 +0000
committerdos-reis <gdr@axiomatics.org>2013-06-01 22:02:47 +0000
commit1d9460d2c22682ac6cb649fd45d47f02bf1cf282 (patch)
treefa75ab5cae4f665a073448a7fd3416571afbb3ba /src/ChangeLog
parentb2e5345b1480696de2f0c647ac32c5cd4c1792e1 (diff)
downloadopen-axiom-1d9460d2c22682ac6cb649fd45d47f02bf1cf282.tar.gz
Cache category objects some more.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f7892e25..af4680fb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,20 @@
2013-06-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
+ * interp/category.boot (SigListUnion): Take a cache table. Adjust
+ callers.
+ (mkOr): Likewise.
+ (mkOr2): Likewise.
+ (mkAnd): Likewise.
+ (mkAnd2): Likewise.
+ (FindFundAncs): Likewise.
+ (CatEval): Likewise.
+ (ancestors?): Likewise.
+ (descendant?): Likewise.
+ (filterConditionalCategories): Likewise.
+ * interp/functor.boot (ICformat): Likewise.
+
+2013-06-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
* interp/define.boot (getCategoryObject): New.
* interp/functor.boot (InvestigateConditions): Use it.
(getViewsConditions): Likewise.