Fix typos.
[guile-r6rs-libs.git] / NEWS
blob1085b8da9ff69ec4397048e3ccbd5ce00cd29f98
1 * New in Guile-R6RS-Libs 0.2
3 ** Improvements
4 *** Use `scm_set_port_read ()' when available (Guile >= 1.8.6)
6 This slightly improves read performance of the various port types
7 provided.
9 ** Bug fixes
10 *** Add missing `STATUS' file
12 * New in Guile-R6RS-Libs 0.1
14 ** Updated code to match the final R6RS
16 ** Bug fixes
17 *** bytevector: Fixed unaligned accesses
18 Unaligned accesses caused "bus errors", e.g., on SPARC.
19 *** `put-bytevector' and `put-u8' now gracefully handle closed ports
21 ** Packaging
22 *** New `--with-guilemoduledir' option, default to `pkgdatadir'
23 *** Use Git for version control (see `README')
24 *** Fixed "make check" when using an out-of-tree build directory
27 ;; Local Variables:
28 ;; coding: utf-8
29 ;; mode: outline
30 ;; End: