From 67116e5e84dfc27518eff6182fb63a5dc233a8ec Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 19 Jun 2003 00:39:56 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 29f4de4ba..21bd99b76 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,5 +1,18 @@ +2003-06-19 Kevin Ryde + + * scheme-io.texi (File Ports): Describe call-with-input-file and + call-with-output-file together. Describe with-input-from-file, + with-output-to-file and with-error-to-file together, and add that they + use dynamic-wind on the current port setting and keep the port open in + support of captured continuations. + (Closing): Describe close-input-port and close-output-port together, + tweak the wording slightly. + 2003-06-14 Kevin Ryde + * data-rep.texi (Vector Data): For SCM_VECTOR_BASE, SCM_STRING_CHARS + and SCM_SYMBOL_CHARS, cross reference "Remembering During Operations". + * scheme-data.texi (Arithmetic): round is to nearest even. 2003-06-12 Kevin Ryde -- 2.20.1