1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 02:40:17 +02:00
guile/module/rnrs/io
Ludovic Courtès eed98cbc92 R6RS: Have put-char', put-string', etc. raise an `&i/o-encoding-error'.
* module/rnrs/io/ports.scm (&i/o-encoding): New error condition type.
  (with-i/o-encoding-error): New macro.
  (put-char, put-datum, put-string): Use it.

* test-suite/tests/r6rs-ports.test ("8.2.6  Input and output
  ports")["transcoded-port, output [error handling mode = raise]"]: New
  test.
2011-02-02 18:06:29 +01:00
..
ports.scm R6RS: Have put-char', put-string', etc. raise an `&i/o-encoding-error'. 2011-02-02 18:06:29 +01:00
simple.scm Work towards a more complete implementation of `(rnrs io ports)' 2010-11-24 23:04:24 +01:00