1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 15:00:21 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-10-02 00:11:12 +00:00
parent 184b85a394
commit 591924eb4c

View file

@ -1,3 +1,9 @@
2003-10-02 Kevin Ryde <user42@zip.com.au>
* strports.c (s_scm_call_with_output_string): scm_get_output_string
rather than scm_strport_to_string, so as to guard against the port
having been closed by the called procedure. Reported by Nic Ferrier.
2003-09-18 Dirk Herrmann <D.Herrmann@tu-bs.de> 2003-09-18 Dirk Herrmann <D.Herrmann@tu-bs.de>
* numbers.h (SCM_INEXACTP): Removed uses of SCM_TYP16S. * numbers.h (SCM_INEXACTP): Removed uses of SCM_TYP16S.