1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 00:40:20 +02:00

Changes from arch/CVS synchronization

This commit is contained in:
Ludovic Courtès 2007-07-18 22:13:14 +00:00
parent 57e1ad75c7
commit 24d6fae831
2 changed files with 15 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2007-07-19 Ludovic Courtès <ludo@gnu.org>
* NEWS: Mention `(ice-9 i18n)' and lazy duplicate binding
resolution.
2007-07-18 Ludovic Courtès <ludo@gnu.org> 2007-07-18 Ludovic Courtès <ludo@gnu.org>
* NEWS: Mention SRFI-37. * NEWS: Mention SRFI-37.

13
NEWS
View file

@ -16,17 +16,24 @@ Each release reports the NEWS in the following sections:
Changes in 1.9.XXXXXXXX: Changes in 1.9.XXXXXXXX:
* New modules (see the manual for details)
** The `(ice-9 i18n)' module provides internationalization support
* Changes to the distribution * Changes to the distribution
* Changes to the stand-alone interpreter * Changes to the stand-alone interpreter
* Changes to Scheme functions and syntax * Changes to Scheme functions and syntax
** A new 'memoize-symbol evaluator trap has been added. This trap can ** A new 'memoize-symbol evaluator trap has been added. This trap can
be used for efficiently implementing a Scheme code coverage. be used for efficiently implementing a Scheme code coverage.
** Duplicate bindings among used modules are resolved lazily.
This slightly improves program startup times.
* Changes to the C interface * Changes to the C interface
** Functions for handling scm_option now no longer require an argument ** Functions for handling `scm_option' now no longer require an argument
indicating length of the scm_t_option array. indicating length of the `scm_t_option' array.
Changes in 1.8.3 (since 1.8.2) Changes in 1.8.3 (since 1.8.2)