doc: Document binary I/O.
[guile-r6rs-libs.git] / NEWS
blob114a19bb6b125ab53f1e0f34aa257314d851d1f5
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 *** New C variables `scm_r6rs_endianness_{big,little}'
10 ** Bug fixes
11 *** Fix custom binary input ports for Guile >= 1.8.6
12 *** Fix `bytevector->{sint,uint}-list' for SIZE > bytevector length
13 *** Add missing `STATUS' file
15 ** Packaging
16 *** Simple micro-benchmarks were added
17 Type "make benchmark -C benchmarks" to run them.
19 * New in Guile-R6RS-Libs 0.1
21 ** Updated code to match the final R6RS
23 ** Bug fixes
24 *** bytevector: Fixed unaligned accesses
25 Unaligned accesses caused "bus errors", e.g., on SPARC.
26 *** `put-bytevector' and `put-u8' now gracefully handle closed ports
28 ** Packaging
29 *** New `--with-guilemoduledir' option, default to `pkgdatadir'
30 *** Use Git for version control (see `README')
31 *** Fixed "make check" when using an out-of-tree build directory
34 ;; Local Variables:
35 ;; coding: utf-8
36 ;; mode: outline
37 ;; End: