diff options
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | libguile/ChangeLog | 8 |
2 files changed, 9 insertions, 0 deletions
@@ -17,6 +17,7 @@ Bug reports and fixes from: Fred Fish Jesse N. Glick Eric Hanchrow + Greg Harvey Karl M. Hegbloom Dirk Herrmann Bill Janssen diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 11d0af35c..5b53dd8dc 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,11 @@ +1998-10-03 <jimb@savonarola.red-bean.com> + + Some anti-warning changes from Greg Harvey. + * gh_data.c (gh_scm2doubles): Initialize m, to avoid compiler + warnings when it doesn't understand our NORETURN declarations in + error.h. + * posix.c (scm_mknod): Similar. + 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com> * posix.c (scm_getpwuid): If we can't find an entry, return our |