From a58d910c1ca4a5709b7d11795c8d456acd6557c9 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 12 Aug 2005 01:11:37 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 1ea4b9695..d728a3267 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2005-08-12 Kevin Ryde + + * strports.c (st_flush): Increase buffer by 1.5x when growing, to + avoid lots of copying where previoulsy growing by only 80 bytes at a + time. + 2005-08-01 Marius Vollmer * modules.h, modules.c (scm_eval_closure_module): Removed, we