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

NEWS: Add "R6RS SRFI support" text.

* NEWS: Add proper text for "R6RS SRFI support", by Ian Price and
  Mark Weaver.
This commit is contained in:
Ludovic Courtès 2012-11-30 00:48:53 +01:00
parent 9a535f09e0
commit 3b5390989d

8
NEWS
View file

@ -140,10 +140,12 @@ See the manual for details.
The `string-split' procedure can now be given a SRFI-14 character set or The `string-split' procedure can now be given a SRFI-14 character set or
a predicate, instead of just a character. a predicate, instead of just a character.
** R6RS SRFI support --- FIXME ** R6RS SRFI support
5d7c55b R6RS srfi library names should ignore first identifier after the :n Previously, in R6RS modules, Guile incorrectly ignored components of
acc1d8e Preserve additional R6RS library name components after srfi :n SRFI module names after the SRFI number, making it impossible to specify
sub-libraries. This release corrects this, bringing us into accordance
with SRFI 97.
** `define-public' is no a longer curried definition by default ** `define-public' is no a longer curried definition by default