diff options
author | dos-reis <gdr@axiomatics.org> | 2013-06-01 20:39:26 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-06-01 20:39:26 +0000 |
commit | b2e5345b1480696de2f0c647ac32c5cd4c1792e1 (patch) | |
tree | 4998a2f504e824177da2840004861f8a1fcbefbe /src/ChangeLog | |
parent | df4fac6bb2474dd807709dbc2f8142ca6c513337 (diff) | |
download | open-axiom-b2e5345b1480696de2f0c647ac32c5cd4c1792e1.tar.gz |
Cache category objects created at functor build time.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c951d78a..f7892e25 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2013-06-01 Gabriel Dos Reis <gdr@integrable-solutions.net> + * interp/define.boot (getCategoryObject): New. + * interp/functor.boot (InvestigateConditions): Use it. + (getViewsConditions): Likewise. + (getPossibleViews): Likewise. + +2013-06-01 Gabriel Dos Reis <gdr@integrable-solutions.net> + * interp/category.boot (filterConditionalCategories): Fix thinko. 2013-06-01 Gabriel Dos Reis <gdr@integrable-solutions.net> |