Document `(ice-9 binary-ports)'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 27 Apr 2011 20:14:31 +0000 (22:14 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 27 Apr 2011 20:14:31 +0000 (22:14 +0200)
* doc/ref/api-io.texi (R6RS I/O Ports): Mention `(ice-9 binary-ports)'.

* NEWS: Update.

NEWS
doc/ref/api-io.texi

diff --git a/NEWS b/NEWS
index 4f0c22040b77220f4ce602a959671b13bdbce5c4..121cfd9b5bdca6a91e631ff1656aa82e4b192fc5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -148,6 +148,7 @@ The humble `error' SRFI now has an entry in the manual.
 * New modules
 
 ** `(ice-9 binary-ports)': XXX, in the manual
+** `(ice-9 binary-ports)': "R6RS I/O Ports", in the manual
 ** `(ice-9 eval-string)': "Fly Evaluation", in the manual
     
 * Bugs fixed
index 4786d79a472e61e2f23ddff89b0fedfd03b47210..e7e91edae6ae138cdc48be921a479970bdd2c037 100644 (file)
@@ -1164,6 +1164,10 @@ presented above (@pxref{Input and Output}).
 * R6RS Binary Output::          Binary output.
 @end menu
 
+A subset of the @code{(rnrs io ports)} module is provided by the
+@code{(ice-9 binary-ports)} module.  It contains binary input/output
+procedures and does not rely on R6RS support.
+
 @node R6RS End-of-File
 @subsubsection The End-of-File Object