aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-09-05 17:03:22 +0000
committerdos-reis <gdr@axiomatics.org>2011-09-05 17:03:22 +0000
commitd2ca538c4cdb2eb5fb5c41722d19821cd40fda55 (patch)
tree2059f0ed83abc4533d6be4b5764da441e05d12c6 /src/ChangeLog
parent9e27d1d1db7750bc072292998efabc65591ab0b9 (diff)
downloadopen-axiom-d2ca538c4cdb2eb5fb5c41722d19821cd40fda55.tar.gz
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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 13 insertions, 1 deletions
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 <gdr@cse.tamu.edu>
+2011-09-05 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ 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 <gdr@cs.tamu.edu>
* interp/define.boot: Remove $LISPLIB.
* interp/functor.boot: Likewise.