mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-26 13:10:22 +02:00
Adds CRLF as a line ending. %read-line will return these. In the case of CRLF, %read-line will return a string "\r\n" as the line ending. * libguile/rdelim.c (scm_read_line): handle CRLF line delimiter * module/ice-9/suspendable-ports.scm (%read-line): modify to handle CRLF line delimiter (read-line): use modified %read-line * test-suite/tests/rdelim.test ("two lines, split, CRLF"): new test ("two long lines, split, CRLF"): new test * doc/ref/api-io.texi: update read-line documentation |
||
---|---|---|
.. | ||
ice-9 | ||
language | ||
oop | ||
rnrs | ||
scheme | ||
scripts | ||
srfi | ||
sxml | ||
system | ||
texinfo | ||
web | ||
Makefile.am | ||
rnrs.scm | ||
statprof.scm | ||
texinfo.scm |