summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-11-30 00:48:53 +0100
committerLudovic Courtès <ludo@gnu.org>2012-11-30 00:48:53 +0100
commit3b5390989d347b4ffd363d83d516f5d0dc56af77 (patch)
tree8b03f11d490036e7b1d85d2987c8e5b41f39ef2f
parent9a535f09e09d5bc1bdfd12adcf700796b4abaaa0 (diff)
downloadguile-2.0.7.tar.gz
NEWS: Add "R6RS SRFI support" text.v2.0.7
* NEWS: Add proper text for "R6RS SRFI support", by Ian Price and Mark Weaver.
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 38e18a483..ebf5d6169 100644
--- a/NEWS
+++ b/NEWS
@@ -140,10 +140,12 @@ See the manual for details.
The `string-split' procedure can now be given a SRFI-14 character set or
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
-acc1d8e Preserve additional R6RS library name components after srfi :n
+Previously, in R6RS modules, Guile incorrectly ignored components of
+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