ports: Accept `#f' as a transcoder argument.
[guile-r6rs-libs.git] / NEWS
blobba6f7f89714b0405a5742ee835b2e4f75063b85c
1 * New in Guile-R6RS-Libs 0.2
3 ** API modifications
4 *** Modules are now visible under the `rnrs' hierarchy
5 Applications should now use module names like `(rnrs bytevector)'
6 instead of `(r6rs bytevector)'; the latter is still supported for
7 backward compatibility, though.
8 *** `make-custom-binary-input-port' now requires 5 arguments
9 Until now it wrongfully considered that only the first two arguments
10 were mandatory.
11 *** New C variables `scm_r6rs_endianness_{big,little}'
12 *** New `make-custom-binary-output-port' procedure
14 ** Bug fixes
15 *** Fix custom binary input ports for Guile >= 1.8.6
16 *** Fix `bytevector->{sint,uint}-list' for SIZE > bytevector length
17 *** Add missing `STATUS' file
19 ** Packaging
20 *** Comprehensive Texinfo documentation was added
21 *** Simple micro-benchmarks were added
22 Type "make benchmark -C benchmarks" to run them.
24 * New in Guile-R6RS-Libs 0.1
26 ** Updated code to match the final R6RS
28 ** Bug fixes
29 *** bytevector: Fixed unaligned accesses
30 Unaligned accesses caused "bus errors", e.g., on SPARC.
31 *** `put-bytevector' and `put-u8' now gracefully handle closed ports
33 ** Packaging
34 *** New `--with-guilemoduledir' option, default to `pkgdatadir'
35 *** Use Git for version control (see `README')
36 *** Fixed "make check" when using an out-of-tree build directory
39 ;; Local Variables:
40 ;; coding: utf-8
41 ;; mode: outline
42 ;; End: