ports: Add custom binary output ports.
[guile-r6rs-libs.git] / NEWS
blobc4f9bb2159a6d5706b0920c8d142e14dbf331eb8
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 *** Simple micro-benchmarks were added
21 Type "make benchmark -C benchmarks" to run them.
23 * New in Guile-R6RS-Libs 0.1
25 ** Updated code to match the final R6RS
27 ** Bug fixes
28 *** bytevector: Fixed unaligned accesses
29 Unaligned accesses caused "bus errors", e.g., on SPARC.
30 *** `put-bytevector' and `put-u8' now gracefully handle closed ports
32 ** Packaging
33 *** New `--with-guilemoduledir' option, default to `pkgdatadir'
34 *** Use Git for version control (see `README')
35 *** Fixed "make check" when using an out-of-tree build directory
38 ;; Local Variables:
39 ;; coding: utf-8
40 ;; mode: outline
41 ;; End: