1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00
guile/module/rnrs
Mark H Weaver 4c91de3e45 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-02 10:14:03 -04:00
..
arithmetic Fix fixnum-range changes in R6RS fixnum bitops 2016-06-21 09:32:30 +02:00
io Fix R6RS call-with-{input,output}-file to open textual ports. 2018-08-02 10:14:03 -04:00
records Use make-struct/no-tail instead of make-struct 2017-09-20 22:07:18 +02:00
base.scm R6RS `string-for-each' should accept multiple string arguments 2012-11-22 22:26:16 +01:00
bytevectors.scm
conditions.scm
control.scm remove duplicate when/unless definitions 2012-01-20 21:16:50 +01:00
enums.scm
eval.scm
exceptions.scm Convert guile exceptions to R6RS conditions in R6RS exception handlers. 2013-11-18 00:35:42 -05:00
files.scm
hashtables.scm (rnrs hashtables): Hash functions of eq? and eqv? hashtables 2016-06-21 09:48:36 +02:00
lists.scm Fix R6RS `fold-left' so the accumulator is the first argument. 2011-11-01 01:11:46 +01:00
mutable-pairs.scm
mutable-strings.scm
programs.scm
r5rs.scm
sorting.scm
syntax-case.scm
unicode.scm