diff options
author | dos-reis <gdr@axiomatics.org> | 2013-06-01 23:19:45 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-06-01 23:19:45 +0000 |
commit | a3e6e9952e0de879ff229b37eb81a78e2c8954bc (patch) | |
tree | 62b201d9363e2c260b7a314999da59c45aa6d995 /src/ChangeLog | |
parent | 1d9460d2c22682ac6cb649fd45d47f02bf1cf282 (diff) | |
download | open-axiom-a3e6e9952e0de879ff229b37eb81a78e2c8954bc.tar.gz |
Cache more category objects.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index af4680fb..dec986fa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,17 @@ 2013-06-01 Gabriel Dos Reis <gdr@integrable-solutions.net> + * interp/define.boot (NRTgetLookupFunction): Take a cache table. + Adjust caller. + (NRTextendsCategory1): Likewise. + (extendsCategory): Likewise. + (extendsCategoryBasic): Likewise. + (catExtendsCat?): Likewise. + (getCategoryObjectIfCan): New. + (getCategoryObject): Use it. + * interp/lisplib.boot (getSlot1): Remove as unused. + +2013-06-01 Gabriel Dos Reis <gdr@integrable-solutions.net> + * interp/category.boot (SigListUnion): Take a cache table. Adjust callers. (mkOr): Likewise. |