1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

Some updates reflecting the latest SRFI-13/14/9 changes.

This commit is contained in:
Martin Grabmüller 2001-04-27 05:52:31 +00:00
parent a6fd89a497
commit 4df36934c9
2 changed files with 20 additions and 0 deletions

View file

@ -98,3 +98,11 @@ In the subdirectory srfi, wrote the initial files for:
srfi-6.scm
srfi-8.scm
srfi-11.scm
Martin Grabmueller:
In the subdirectory srfi, wrote:
srfi-9.scm
srfi-13.scm
srfi-14.scm
srfi-13.c
srfi-14.c

12
NEWS
View file

@ -8,6 +8,18 @@ Changes since Guile 1.4:
* Changes to the distribution
** New module (srfi srfi-13)
Implements SRFI-13 (string library).
** New module (srfi srfi-14)
Implements SRFI-14 (character-set library).
** New module (srfi srfi-9)
This module exports define-record-type.
** New module (srfi srfi-11):
This module exports let-values and let*-values.