*** empty log message ***
authorRob Browning <rlb@defaultvalue.org>
Thu, 26 Apr 2001 20:16:12 +0000 (20:16 +0000)
committerRob Browning <rlb@defaultvalue.org>
Thu, 26 Apr 2001 20:16:12 +0000 (20:16 +0000)
AUTHORS
NEWS

diff --git a/AUTHORS b/AUTHORS
index cea4012..b5e2708 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -91,3 +91,10 @@ Tim Pierce:
 In the subdirectory libguile, wrote:
     regex-posix.c
     regex-posix.h
+
+Rob Browning:
+In the subdirectory srfi, wrote the initial files for:
+    srfi-2.scm
+    srfi-6.scm
+    srfi-8.scm
+    srfi-11.scm
diff --git a/NEWS b/NEWS
index 4b5e76b..0430c5b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,24 @@ Changes since Guile 1.4:
 
 * Changes to the distribution
 
+** New module (srfi srfi-11):
+
+This module exports let-values and let*-values.
+
+** New module (srfi srfi-6):
+
+This is a dummy file for now, since guile already provides all of the
+srfi-6 procedures by default: open-input-string, open-output-string,
+get-output-string.
+
+** New module (srfi srfi-8):
+
+This module exports receive.
+
+** New module (srfi srfi-2):
+
+This module exports and-let*.
+
 ** New module (ice-9 stack-catch):
 
 stack-catch is like catch, but saves the current state of the stack in