*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-05-03 23:10:11 +00:00
commit 4435705715

View file

@ -3,6 +3,10 @@
* scheme-data.texi (Integer Operations): Describe how quotient,
remainder and modulo round their results.
* scheme-io.texi (Reading): In read-char and peek-char, fix typos "?"
in @rnindex. In port-column, use @: after i.e.
(Writing): In get-print-state, two spaces after full stop.
* srfi-modules.texi (SRFI-1 Length Append etc): Add count.
(SRFI-1 Fold and Map): In reduce, fix typo "... variant of fold", add
"f" to fold call shown. In reduce-right, use @code on "reduce".