mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-06 15:40:29 +02:00
More new bits, from reviewing the current diff
This commit is contained in:
parent
6a0211c97c
commit
23a7f29a8a
1 changed files with 9 additions and 1 deletions
10
NEWS
10
NEWS
|
@ -14,10 +14,18 @@ Each release reports the NEWS in the following sections:
|
|||
|
||||
Changes in 1.8.1:
|
||||
|
||||
* Changes to the C interface
|
||||
** New function scm_c_locale_stringn_to_number.
|
||||
|
||||
* Bug fixes.
|
||||
** array-set! with bit vector.
|
||||
** make-shared-array fixes, including examples in the manual which failed.
|
||||
** string<? and friends follow char<? etc order on 8-bit chars.
|
||||
** n-par-for-each, n-for-each-par-map failed on "futures" variable rename.
|
||||
** n-par-for-each, n-for-each-par-map for "futures" variable.
|
||||
** module autoload and explicit use-modules cooperate.
|
||||
** ice-9 format ~f with infs and nans.
|
||||
** exact->inexact overflows on fractions with big num/den but small result.
|
||||
** Build problems on MacOS, SunOS, QNX.
|
||||
|
||||
|
||||
Changes since the 1.6.x series:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue