summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-10-19 13:55:18 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-10-19 13:55:18 +0000
commit5000379b9257f8d76e11c5da4ad0bfd9047c183c (patch)
tree70d22817ebf27f3e7b8d617fb09da9458b969054
parente8a7ec792cdad82188373c13d8297206188820fd (diff)
downloadguile-5000379b9257f8d76e11c5da4ad0bfd9047c183c.tar.gz
*** empty log message ***
-rw-r--r--doc/ref/ChangeLog5
-rw-r--r--libguile/ChangeLog7
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog
index 04575ce08..5267363f9 100644
--- a/doc/ref/ChangeLog
+++ b/doc/ref/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
+
+ * api-smobs.texi (smob mark function): List admissible functions
+ to call.
+
2004-10-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
* api-data.texi: Removed primitive keyword section, updated
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 23c2d5da5..3652593d5 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,10 @@
+2004-10-19 Marius Vollmer <marius.vollmer@uni-dortmund.de>
+
+ * private-gc.h (SCM_DEFAULT_MAX_SEGMENT_SIZE): Increase to 20 Mib.
+
+ * gc-segment.c (scm_i_get_new_heap_segment): Limit size of new
+ segment to scm_max_segment_size.
+
2004-10-08 Han-Wen Nienhuys <hanwen@xs4all.nl>
* inline.h (scm_double_cell): abort if GC running.