diff --git a/libguile/ChangeLog b/libguile/ChangeLog index cdd28bf1e..10e232002 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2006-04-06 Kevin Ryde + + * fports.c (scm_setvbuf): Fix for not _IOLBF, clear SCM_BUFLINE + instead of toggling it. Reported by Ludovic Courtès. + 2006-02-03 Kevin Ryde * list.c, list.h (scm_list): Restore this function for use from C.