diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 6b9009edb..7939c539d 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2004-08-06 Kevin Ryde + + * unif.c (scm_uniform_vector_ref, scm_array_set_x): For byvect, force + signed byte range checks by using scm_to_schar and scm_from_schar, + don't want to depend on signedness of C char. + 2004-08-05 Kevin Ryde * arbiters.c (scm_try_arbiter): Use scm_i_misc_mutex instead of diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index f5434b1db..c3acf570d 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,8 @@ +2004-08-06 Kevin Ryde + + * tests/unif.test (array-set!): Exercise byte array range checks. + (uniform-vector-ref): Exercise byte returns. + 2004-08-03 Marius Vollmer * standalone/test-num2integral.c: Only perform the tests when the