diff --git a/libguile/ChangeLog b/libguile/ChangeLog index b4c712fd7..242ca3935 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,9 @@ 2005-12-06 Marius Vollmer + * srfi-4.h, srfi-4.c, srfi-4.i.c (take_uvec): Make BASE pointer + non-const. + (scm_take_u8vector, etc): Likewise. Thanks to Ludovic Courtès! + * threads.h, threads.c (scm_t_guile_ticket, scm_leave_guile, scm_enter_guile): Removed from public API. See comment at scm_without_guile for the rationale.