From d2ca538c4cdb2eb5fb5c41722d19821cd40fda55 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 5 Sep 2011 17:03:22 +0000 Subject: Stop using LOADED symbol property of constructors. * interp/daase.lisp (DATABASE) [LOAD-PATH]: New field. (dbLoadPath): New accessor. (INITIAL-GETDATABASE): Tidy. * interp/database.boot: Use dbLoadPath and dbLoaded?. * interp/lisplib.boot: Likewise. * interp/nrunfast.boot: Likewise. * interp/showimp.boot: Likewise. * interp/br-util.boot (isLoaded?): Remove as unused. --- src/ChangeLog | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index b6ef1435..441c39dd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,16 @@ -2011-09-05 Gabriel Dos Reis +2011-09-05 Gabriel Dos Reis + + Stop using LOADED symbol property of constructors. + * interp/daase.lisp (DATABASE) [LOAD-PATH]: New field. + (dbLoadPath): New accessor. + (INITIAL-GETDATABASE): Tidy. + * interp/database.boot: Use dbLoadPath and dbLoaded?. + * interp/lisplib.boot: Likewise. + * interp/nrunfast.boot: Likewise. + * interp/showimp.boot: Likewise. + * interp/br-util.boot (isLoaded?): Remove as unused. + +2011-09-05 Gabriel Dos Reis * interp/define.boot: Remove $LISPLIB. * interp/functor.boot: Likewise. -- cgit v1.2.3