From 3b5390989d347b4ffd363d83d516f5d0dc56af77 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 30 Nov 2012 00:48:53 +0100 Subject: NEWS: Add "R6RS SRFI support" text. * NEWS: Add proper text for "R6RS SRFI support", by Ian Price and Mark Weaver. --- NEWS | 8 +++++--- 1 file 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 -- cgit v1.2.3