Add backward-compatible version of `make-custom-binary-input-port'.
[guile-r6rs-libs.git] / NEWS
blob7d13d761fa1bcad77ccf0603eb22a8b74d0d7e84
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}'
13 ** Bug fixes
14 *** Fix custom binary input ports for Guile >= 1.8.6
15 *** Fix `bytevector->{sint,uint}-list' for SIZE > bytevector length
16 *** Add missing `STATUS' file
18 ** Packaging
19 *** Simple micro-benchmarks were added
20 Type "make benchmark -C benchmarks" to run them.
22 * New in Guile-R6RS-Libs 0.1
24 ** Updated code to match the final R6RS
26 ** Bug fixes
27 *** bytevector: Fixed unaligned accesses
28 Unaligned accesses caused "bus errors", e.g., on SPARC.
29 *** `put-bytevector' and `put-u8' now gracefully handle closed ports
31 ** Packaging
32 *** New `--with-guilemoduledir' option, default to `pkgdatadir'
33 *** Use Git for version control (see `README')
34 *** Fixed "make check" when using an out-of-tree build directory
37 ;; Local Variables:
38 ;; coding: utf-8
39 ;; mode: outline
40 ;; End: