summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--THANKS1
-rw-r--r--libguile/ChangeLog3
2 files changed, 4 insertions, 0 deletions
diff --git a/THANKS b/THANKS
index 4d9d9f2da..773a78eb5 100644
--- a/THANKS
+++ b/THANKS
@@ -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.