mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-22 20:40:29 +02:00
*** empty log message ***
This commit is contained in:
parent
c83d179009
commit
a00712e490
2 changed files with 8 additions and 0 deletions
2
NEWS
2
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
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2004-08-06 Rob Browning <rlb@defaultvalue.org>
|
||||
|
||||
* 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 <user42@zip.com.au>
|
||||
|
||||
* ramap.c (scm_array_fill_x): For byvect char fill, force signed char
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue