aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-06-24 14:36:32 +0000
committerdos-reis <gdr@axiomatics.org>2013-06-24 14:36:32 +0000
commit0af724597cff0d9235a37223e46e6f9ffb804e0b (patch)
tree3516fae1cbb30865e30f93248f2dc398f366adbd /src/ChangeLog
parent1363ab2f8f0bc56e8303f2a1673644404c41ef03 (diff)
downloadopen-axiom-0af724597cff0d9235a37223e46e6f9ffb804e0b.tar.gz
* interp/sys-constants.boot ($BuiltinAttributes): Remove
finiteAggregate and shallowlyMutable. * interp/daase.lisp (WRITE-COMPRESS): Do not push strings.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 61db4288..cccff07a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2013-06-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
+
+ * interp/sys-constants.boot ($BuiltinAttributes): Remove
+ finiteAggregate and shallowlyMutable.
+ * interp/daase.lisp (WRITE-COMPRESS): Do not push strings.
+
2013-06-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
* include/token.H (token::base_type): Renam from class_type.