diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 3dcf63fcf..f29a5057a 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,12 @@ +2006-07-21 Kevin Ryde + + * eval.c, filesys.c (alloca): Update etc blob, per current + autoconf recommendation. Should fix Solaris 10 reported by Claes + Wallin. + + * threads.c: Include , needed for memset() which is used by + FD_ZERO() on Solaris 10. Reported by Claes Wallin. + 2006-07-18 Rob Browning * continuations.c: Add __attribute__ ((returns_twice)) to the