summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-11-04 14:04:35 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-11-04 14:04:35 +0000
commitc24d026b3baf9817d11de7401e404adc4f4912dc (patch)
treec93efe50b91692338987f447e020f02a88817558
parenta9d13d445b1a6a2793d58357a78b4d6623e76dc8 (diff)
downloadguile-c24d026b3baf9817d11de7401e404adc4f4912dc.tar.gz
*** empty log message ***
-rw-r--r--THANKS1
-rw-r--r--libguile/ChangeLog8
2 files changed, 9 insertions, 0 deletions
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 <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,