From a00712e4905abb305c6ca63a14717f47bb73c8a0 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 7 Aug 2004 03:37:20 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 2 ++ libguile/ChangeLog | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 861e531ab..7c346a6e7 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,8 @@ trigger a GC scan of a free()d block of memory. This is now fixed. * Changes to Scheme functions and syntax +** gethost no longer causes an exception when trying to throw an exception + ** call-with-output-string doesn't segv on closed port Previously call-with-output-string would give a segmentation fault if diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 92c3c6357..fa53bcd59 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,9 @@ +2004-08-06 Rob Browning + + * net_db.c (scm_resolv_error): don't put bad_value in the format string + value arguments when calling scm_error since none of the format + strings actually have escapes for the values. + 2004-08-06 Kevin Ryde * ramap.c (scm_array_fill_x): For byvect char fill, force signed char