diff --git a/THANKS b/THANKS index 307d1b684..b26182be0 100644 --- a/THANKS +++ b/THANKS @@ -25,6 +25,7 @@ For fixes or providing information which led to a fix: Stephen Compall Brian Crowder Christopher Cramer + Hyper Division Alexandre Duret-Lutz John W Eaton Clinton Ebadi diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 5bdae6d9e..2584e0b92 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,11 @@ +2004-11-04 Marius Vollmer + + * rw.c (scm_read_string_x_partial): Bugfix, apply offset to dest + only after dest has been set. Thanks to Hyper Division! + + * gh_data.c (gh_uniform_vector_length): Use + scm_uniform_vector_length instead of SCM_UVECTOR_LENGTH. + 2004-11-03 Marius Vollmer * unif.h (SCM_UVECTOR_BASE, SCM_SET_UVECTOR_BASE,