*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Tue, 19 Oct 2004 13:55:18 +0000 (13:55 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Tue, 19 Oct 2004 13:55:18 +0000 (13:55 +0000)
doc/ref/ChangeLog
libguile/ChangeLog

index 04575ce..5267363 100644 (file)
@@ -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
index 23c2d5d..3652593 100644 (file)
@@ -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.