Some updates reflecting the latest SRFI-13/14/9 changes.
authorMartin Grabmüller <mgrabmue@cs.tu-berlin.de>
Fri, 27 Apr 2001 05:52:31 +0000 (05:52 +0000)
committerMartin Grabmüller <mgrabmue@cs.tu-berlin.de>
Fri, 27 Apr 2001 05:52:31 +0000 (05:52 +0000)
AUTHORS
NEWS

diff --git a/AUTHORS b/AUTHORS
index b5e2708..9f323c6 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -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
diff --git a/NEWS b/NEWS
index 0430c5b..07bee12 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.