diff options
author | Andy Wingo <wingo@pobox.com> | 2016-08-04 22:29:51 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2016-08-04 22:29:51 +0200 |
commit | 1a1c3bbe597f3682066266ce44bf9bbed2481ad2 (patch) | |
tree | 511c9e1db62a5f90bd1cf1e955f57bdabf261e44 /NEWS | |
parent | 8da33d972a795e0bb1c0e3ed5735d9bf42756950 (diff) |
Implement R6RS custom binary input/output ports
* NEWS: Add new feature.
* doc/ref/r6rs.texi (rnrs io ports):
* doc/ref/api-io.texi (Custom Ports): Document new procedure.
* libguile/r6rs-ports.h:
* libguile/r6rs-ports.c (make_custom_binary_input_output_port)
(scm_make_custom_binary_input_output_port)
(custom_binary_input_output_port_random_access_p)
(initialize_custom_binary_input_output_ports)
(scm_init_r6rs_ports): Implement custom binary input/output ports.
* module/rnrs/io/ports.scm (rnrs):
* module/ice-9/binary-ports.scm (ice-9): Export
make-custom-binary-input/output-port.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ Changes in 2.1.4 (changes since the 2.1.3 alpha release): * New interfaces ** Implement R6RS output-buffer-mode +** Implement R6RS custom binary input/output ports ** Implement R6RS bytevector->string, string->bytevector * New deprecations |