1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/module/rnrs/io
Mark H Weaver 215617caea Fix R6RS call-with-{input,output}-file to open textual ports.
Fixes <https://bugs.gnu.org/32329>.
Reported and diagnosed by Göran Weinholt <goran@weinholt.se>.

* module/rnrs/io/simple.scm (call-with-input-file)
(call-with-output-file): Use 'open-{input,output}-file' to open the port
in textual mode.  Previously 'open-file-{input,output}-port' was used,
which opened the port in binary mode.
2018-08-07 12:34:43 +02:00
..
ports.scm Flush when getting string from r6rs string output port 2017-03-01 14:26:11 +01:00
simple.scm Fix R6RS call-with-{input,output}-file to open textual ports. 2018-08-07 12:34:43 +02:00