diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ea638d725..9012b7ec2 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2005-08-02 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