2001-07-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
authorMartin Grabmüller <mgrabmue@cs.tu-berlin.de>
Mon, 9 Jul 2001 19:12:27 +0000 (19:12 +0000)
committerMartin Grabmüller <mgrabmue@cs.tu-berlin.de>
Mon, 9 Jul 2001 19:12:27 +0000 (19:12 +0000)
* README: Cleanup.

srfi/ChangeLog
srfi/README

index f4a5dc0..ba518e4 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-09  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>
+
+       * README: Cleanup.
+
 2001-07-06  Gary Houston  <ghouston@arglist.com>
 
        * srfi-1.scm (iota, map, for-each, list-index, member, delete,
index a96a822..c9d47ee 100644 (file)
@@ -5,8 +5,6 @@ stand for, please refer to the SRFI homepage at
 
   http://srfi.schemers.org
 
-The following SRFIs are supported (as of 2001-06-06 -- 'martin):
-
 SRFI-0: cond-expand
 
   Supported by default, no module needs to get used.
@@ -73,7 +71,6 @@ SRFI-19: Time Data Types and Procedures
   A lot of data types and procedures for dealing with times and
   dates.  (use-modules (srfi srfi-19)) loads the procedures.
 
-SRFI-23: Error reporting mechanism (draft)
+SRFI-23: Error reporting mechanism
 
-  This SRFI is still in draft status, but Guile fully supports it
-  already.  No need to load any module.
+  Guile fully supports this SRFI.  No need to load any module.