diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 3c432ba1e..0c71aa711 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,14 @@ +2004-04-25 Kevin Ryde + + * socket.c (VALIDATE_INET6): Correction to bignum_in_ipv6_range_p + call. Reported by Hyperdivision. + + * threads.c (scm_yield): Correction, actually call scm_thread_yield. + Reported by Hyperdivision. + + * unif.c (s_scm_make_uve): Remove unused local variable. Reported by + Hyperdivision. + 2004-04-22 Dirk Herrmann Hide the implementation of ilocs and isyms in eval.c.