From a0601001a4a8df331cbb9b95d5c0af20405eef03 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 20 Aug 2011 23:25:37 +0000 Subject: * interp/sys-utility.boot (constructorDB): New. * interp/daase.lisp (dbNiladic?): New. Use it to access niladic property. of a constructor. * interp/database.boot: Import daase. (niladicContructorFromDB): Use it. * interp/define.boot (compDefineCategory): Don't write compilerInfo garbage. (compDefineFunctor1): Likewise. (compDefineCategory2): Set niladic property. (compDefineFunctor): Likewise. * interp/lisplib.boot (loadLib): Do not set niladic property. It is now a side-effect of loading. (loadLibNoUpdate): Do not check for version. (makeConstructorAutoload): Do not set niladic property. (initializeLisplib): Do not emit code to check version. (mkCtorDBForm): New. (writeNiladic?): Likewise. (finalizeLisplib): Do not set niladic property. * interp/patches.lisp: Remove deadcode. * interp/sys-constants.boot (MAJOR-VERSION): Remove. --- src/ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 76d2390c..c8b836a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,26 @@ +2011-08-20 Gabriel Dos Reis + + * interp/sys-utility.boot (constructorDB): New. + * interp/daase.lisp (dbNiladic?): New. Use it to access niladic + property. of a constructor. + * interp/database.boot: Import daase. + (niladicContructorFromDB): Use it. + * interp/define.boot (compDefineCategory): Don't write + compilerInfo garbage. + (compDefineFunctor1): Likewise. + (compDefineCategory2): Set niladic property. + (compDefineFunctor): Likewise. + * interp/lisplib.boot (loadLib): Do not set niladic property. It + is now a side-effect of loading. + (loadLibNoUpdate): Do not check for version. + (makeConstructorAutoload): Do not set niladic property. + (initializeLisplib): Do not emit code to check version. + (mkCtorDBForm): New. + (writeNiladic?): Likewise. + (finalizeLisplib): Do not set niladic property. + * interp/patches.lisp: Remove deadcode. + * interp/sys-constants.boot (MAJOR-VERSION): Remove. + 2011-08-20 Gabriel Dos Reis * algebra/polycat.spad.pamphlet (UnivariatePolynomialCategory) @@ -502,6 +525,11 @@ * gui/debate.cc (Debate::Debate): Initialize fs data member. * gui/debate.h (Debate): Declare it. +2011-06-26 Gabriel Dos Reis + + * utils/storage.H (Memory::Arena): Extend. + (Memory::Factory): Add iterators. Make bidirectional. + 2011-06-26 Gabriel Dos Reis * algebra/sf.spad.pamphlet (DoubleFloat) [nan?]: New export. -- cgit v1.2.3