diff options
-rw-r--r-- | libguile/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
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 <user42@zip.com.au> + + * 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 <mvo@zagadka.de> * modules.h, modules.c (scm_eval_closure_module): Removed, we |