Rename `(r6rs i/o ports)' to `(r6rs io ports)'.
[guile-r6rs-libs.git] / NEWS
blobf6920e2fa3215f228f2d784d86dc107f4c42b903
1 * New in Guile-R6RS-Libs 0.1
3 ** Bug fixes
4 *** bytevector: Fixed unaligned accesses
5 Unaligned accesses caused "bus errors", e.g., on SPARC.
6 *** `put-bytevector' and `put-u8' now gracefully handle closed ports
8 ** Packaging
9 *** Fixed "make check" when using an out-of-tree build directory
10 *** Use Gnulib's `string' module
13 ;; Local Variables:
14 ;; coding: utf-8
15 ;; mode: outline
16 ;; End: