aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-06-24 16:39:32 +0000
committerdos-reis <gdr@axiomatics.org>2013-06-24 16:39:32 +0000
commit36db462d3a02e5df058861589b60d1f9c808e7c3 (patch)
tree477a8c3be153d9ca4ba4fc085090e3f6c0a39b03 /src/ChangeLog
parent0af724597cff0d9235a37223e46e6f9ffb804e0b (diff)
downloadopen-axiom-36db462d3a02e5df058861589b60d1f9c808e7c3.tar.gz
Simplify database construction.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cccff07a..88d35204 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,21 @@
2013-06-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
+ * interp/cattable.boot (squeezeList): Remove.
+ (squeeze1): Likewise.
+ * interp/daase.lisp (*COMPRESSVECTOR*): Likewise.
+ (*COMPRESSVECTORLENGTH*): Likewise.
+ (*COMPRESS-STREAM*): Likewise.
+ (*COMPRESS-STREAM-STAMP*): Likewise.
+ (COMPRESSOPEN): Remove. Adjust callers.
+ (unsqueezeCopy): Likewise.
+ (WRITE-COMPRESS): Likewise.
+ (SQUEEZE): Likewise.
+ (UNSQUEEZE): Likewise.
+ (MAKE-DATABASES): Do not write out compress.daase.
+ * interp/database.boot (squeezeAll): Likewise.
+
+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.