diff options
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | libguile/ChangeLog | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,7 @@ For fixes or providing information which led to a fix: Brian Crowder Christopher Cramer John Goerzen + Han-Wen Nienhuys Ken Raeburn Bill Schottstaedt Momchil Velikov diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 5d0ffcaa5..587c1eb50 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,8 @@ 2001-11-13 Marius Vollmer <mvo@zagadka.ping.de> + * modules.c (scm_c_export): Call va_end after collecting the + symbols. + * strop.h, strop.c (scm_substring_move_left_x, scm_substring_move_right_x): Removed. |