From 0df766b3f8bec011ef9cd27ee55493f11e69335a Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 5 Sep 2011 03:45:38 +0000 Subject: * interp/lisplib.boot (writeCategory): New, (finalizeLisplib): Use it. Write category bodies in generated Lisp code file. * interp/daase.lisp (GETDATABASE) [CONSTRUCTORCATEGORY]: Don't bother with package and domain constructors. * interp/database.boot (getConstructorCategory): Rename from getConstructorCategoryFromDB. Reimplement, Adjusr callers. --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index fa1118a2..4bb3525e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,15 @@ 2011-09-04 Gabriel Dos Reis + * interp/lisplib.boot (writeCategory): New, + (finalizeLisplib): Use it. Write category bodies in generated + Lisp code file. + * interp/daase.lisp (GETDATABASE) [CONSTRUCTORCATEGORY]: Don't + bother with package and domain constructors. + * interp/database.boot (getConstructorCategory): Rename from + getConstructorCategoryFromDB. Reimplement, Adjusr callers. + +2011-09-04 Gabriel Dos Reis + * interp/daase.lisp (GETDATABASE): Do not handle PREDICATES and ATTRIBUTES selectors anymore. * interp/database.boot (getConstructorPredicates): Rename from -- cgit v1.2.3