1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-11-04 14:04:35 +00:00
parent a9d13d445b
commit c24d026b3b
2 changed files with 9 additions and 0 deletions

1
THANKS
View file

@ -25,6 +25,7 @@ For fixes or providing information which led to a fix:
Stephen Compall Stephen Compall
Brian Crowder Brian Crowder
Christopher Cramer Christopher Cramer
Hyper Division
Alexandre Duret-Lutz Alexandre Duret-Lutz
John W Eaton John W Eaton
Clinton Ebadi Clinton Ebadi

View file

@ -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> 2004-11-03 Marius Vollmer <mvo@zagadka.de>
* unif.h (SCM_UVECTOR_BASE, SCM_SET_UVECTOR_BASE, * unif.h (SCM_UVECTOR_BASE, SCM_SET_UVECTOR_BASE,