diff --git a/libguile/ChangeLog b/libguile/ChangeLog index cb1c3ad16..ea1928e82 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,15 @@ +2000-03-17 Mikael Djurfeldt + + * gc.c, gc.h: Cleanup of the change of 2000-03-15. + Cluster sizes are now independent of GC trigger values. + GUILE_GC_TRIGGER_n can now specify a relative trigger value: + A negative integer gives fraction of total heap size in percent. + + * init.c (scm_boot_guile_1): Introduced new variable + GUILE_MAX_SEGMENT_SIZE; New environment variable names: + GUILE_INIT_SEGMENT_SIZE_1, GUILE_GC_TRIGGER_1, + GUILE_INIT_SEGMENT_SIZE_2, GUILE_GC_TRIGGER_2 + 2000-03-16 Mikael Djurfeldt * __scm.h (GC_FREE_SEGMENTS): Disable this until we have made