aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-09-08 01:10:37 +0000
committerdos-reis <gdr@axiomatics.org>2011-09-08 01:10:37 +0000
commit4f6ead3097764627b4ec2963df1f63af12b6e9d8 (patch)
tree6ed7a050f6607514c6a7b684d741bca043f21185 /src/ChangeLog
parent6e67d369c25e19452a8a76a3864a63c5860e7cd3 (diff)
downloadopen-axiom-4f6ead3097764627b4ec2963df1f63af12b6e9d8.tar.gz
* interp/sys-globals.boot ($clamList): Do not include hasFileProperty.
* interp/database.boot (loadDBIfnecessary): Tidy. * interp/clammed.boot (hasFileProperty): Remove as unused. * interp/lisplib.boot (putFileProperty): Likewise. (getLisplib): Likewise. (getLisplibNoCache): Likewise. (getFileProperty): Likewise. (hasfilePropertyNoCache): Likewise. (unInstantiate): Likewise. (killNestedInstantiations): Likewise. (isNestedInstantiations): Likewise. (loadFunctor): Likewise. (getLisplibVersion): Likewise. (Operators): Likewise. (compDefineLisplib): Don't LOCALDATABASE if building system algebra.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 66b06063..f286dfef 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,23 @@
2011-09-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/sys-globals.boot ($clamList): Do not include hasFileProperty.
+ * interp/database.boot (loadDBIfnecessary): Tidy.
+ * interp/clammed.boot (hasFileProperty): Remove as unused.
+ * interp/lisplib.boot (putFileProperty): Likewise.
+ (getLisplib): Likewise.
+ (getLisplibNoCache): Likewise.
+ (getFileProperty): Likewise.
+ (hasfilePropertyNoCache): Likewise.
+ (unInstantiate): Likewise.
+ (killNestedInstantiations): Likewise.
+ (isNestedInstantiations): Likewise.
+ (loadFunctor): Likewise.
+ (getLisplibVersion): Likewise.
+ (Operators): Likewise.
+ (compDefineLisplib): Don't LOCALDATABASE if building system algebra.
+
+2011-09-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/lisplib.boot (finalizeLisplib): Finalize documentaion
only if not bootstrapping.
(isFunctor): Tidy.