summaryrefslogtreecommitdiff
path: root/ice-9/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ice-9/ChangeLog')
-rw-r--r--ice-9/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index a71953333..c2756615d 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -1,5 +1,10 @@
2003-02-19 Mikael Djurfeldt <djurfeldt@nada.kth.se>
+ * boot-9.scm (make-module): Changed default size from 1021 to 31
+ (since the size now adapts).
+ (macro-table, xformer-table): Changed default size from 523 to 61.
+ (make-module): Don't call make-hash-table with zero size.
+
* Makefile.am (ice9_sources): Added weak-vector.scm.
* weak-vector.scm: New file.