From 8552a9c0ae0b95ffc897a53be691e208293e0090 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 2 Oct 2003 00:29:50 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index a1e63aa4c..7d45c6afb 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,9 @@ +2003-10-02 Kevin Ryde + + * scheme-io.texi (String Ports): In call-with-output-string, note proc + should not close the port. In get-output-string, note string must be + gotten before closing the port. + 2003-09-21 Kevin Ryde * posix.texi (File System): In access?, reword a bit, clarify real