diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-11-04 14:04:35 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-11-04 14:04:35 +0000 |
commit | c24d026b3baf9817d11de7401e404adc4f4912dc (patch) | |
tree | c93efe50b91692338987f447e020f02a88817558 | |
parent | a9d13d445b1a6a2793d58357a78b4d6623e76dc8 (diff) | |
download | guile-c24d026b3baf9817d11de7401e404adc4f4912dc.tar.gz |
*** empty log message ***
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | libguile/ChangeLog | 8 |
2 files changed, 9 insertions, 0 deletions
@@ -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 <marius.vollmer@uni-dortmund.de> + + * 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 <mvo@zagadka.de> * unif.h (SCM_UVECTOR_BASE, SCM_SET_UVECTOR_BASE, |