diff options
author | Jim Blandy <jimb@red-bean.com> | 1998-10-03 14:13:08 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1998-10-03 14:13:08 +0000 |
commit | 541716d15cbeb7cba986ea47d57dbae60e62e135 (patch) | |
tree | 31bb45bde912598d5f5f6aae6a33929254e261d0 | |
parent | 82a76bdfcfc280a486a423e76eec66f820d92c71 (diff) | |
download | guile-541716d15cbeb7cba986ea47d57dbae60e62e135.tar.gz |
*** empty log message ***
-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 |