aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-25 01:34:18 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-25 01:34:18 +0000
commit75a4b333cb95b26efc29b07d6a078b12f2d0b921 (patch)
tree400faaa1adbec082f08ed23842786e6800366704 /src/ChangeLog
parentffbca7d35e4541017c1e1d736dacbe27e0de2c21 (diff)
downloadopen-axiom-75a4b333cb95b26efc29b07d6a078b12f2d0b921.tar.gz
* interp/daase.lisp (dbArity, dbInstanceCache): New accessors.
* interp/database.boot (loadDBIfnecessary): New. (dbMutable?): Likewise. * interp/lisplib.boot (finalizeLisplib): Record mutable property.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 64270250..ffe00cdb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2011-08-24 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/daase.lisp (dbArity, dbInstanceCache): New accessors.
+ * interp/database.boot (loadDBIfnecessary): New.
+ (dbMutable?): Likewise.
+ * interp/lisplib.boot (finalizeLisplib): Record mutable property.
+
2011-08-23 Gabriel Dos Reis <gdr@cs.tamu.edu>
* algebra/Makefile.in: Support construction initial DB profile.