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:
parent
aa7242492a
commit
a629681215
2 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
* strports.c (scm_call_with_output_string): scm_get_output_string
|
* strports.c (scm_call_with_output_string): scm_get_output_string
|
||||||
rather than scm_strport_to_string, so as to guard against the port
|
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>
|
2003-10-01 Rob Browning <rlb@defaultvalue.org>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
2003-08-26 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* tests/srfi-19.test (date-week-number): Add tests.
|
* tests/srfi-19.test (date-week-number): Add tests.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue