summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1998-10-15 18:23:39 +0000
committerJim Blandy <jimb@red-bean.com>1998-10-15 18:23:39 +0000
commit6e6e2bbc809b6427f59bfbb2a300693a498c6a78 (patch)
tree8e3c578acb199965dee16458f4c4fea2c70ae664
parentf3667f526d2f251b86cba9bbe36946d8d35343f6 (diff)
downloadguile-6e6e2bbc809b6427f59bfbb2a300693a498c6a78.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index a48ee4426..8d8807dd7 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,19 @@
+1998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
+
+ Warning fixes from Greg Harvey:
+ * unif.c (scm_array_set_x): initializer for pos
+ * throw.c (scm_ithrow): added initializer for jmpbuf (SCM_UNDEFINED)
+ * struct.c (scm_struct_ref, scm_struct_set_x): Added
+ initializers for field_type, since EGCS so desparately wants to
+ play dumb
+ * debug.h (scm_make_gloc, scm_gloc_p, scm_make_iloc, scm_memcons,
+ scm_mem_to_proc, scm_proc_to_mem, scm_debug_hang): Added prototypes
+ when GUILE_DEBUG is defined.
+ * dynwind.h (scm_wind_chain): Same.
+ * ports.h (scm_pt_size, scm_pt_member): Same.
+ * print.h (scm_current_pstate): Same.
+ * procs.h (scm_make_cclo): Same.
+
1998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
Handle short and long long uniform arrays properly. (Thanks to