1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 08:20:20 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-10-01 23:43:10 +00:00
parent aa7242492a
commit a629681215
2 changed files with 5 additions and 1 deletions

View file

@ -2,7 +2,7 @@
* strports.c (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.
having been closed by the called procedure. Reported by Nic Ferrier.
2003-10-01 Rob Browning <rlb@defaultvalue.org>

View file

@ -1,3 +1,7 @@
2003-10-02 Kevin Ryde <user42@zip.com.au>
* tests/ports.test (call-with-output-string): Test proc closing port.
2003-08-26 Kevin Ryde <user42@zip.com.au>
* tests/srfi-19.test (date-week-number): Add tests.