From 7c2f56a4de9349fa59fdb2bf795627e83589772b Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 24 May 2004 21:29:26 +0000 Subject: [PATCH] *** empty log message *** --- THANKS | 1 + libguile/ChangeLog | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/THANKS b/THANKS index a09b86636..54ce554c1 100644 --- a/THANKS +++ b/THANKS @@ -34,6 +34,7 @@ For fixes or providing information which led to a fix: Eric Hanchrow Sam Hocevar Peter Ivanyi + Wolfgang Jaehrling Aubrey Jaffer Paul Jarc Richard Kim diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 5d57f48b8..e5211a0d7 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2004-05-24 Marius Vollmer + + * dynwind.c (winder_mark): Use SCM_PACK to correctly convert the + WINDER_DATA to a SCM. + 2004-05-24 Dirk Herrmann * goops.c (compute_getters_n_setters, create_standard_classes,