diff --git a/srfi/ChangeLog b/srfi/ChangeLog index f4a5dc01f..ba518e45c 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,7 @@ +2001-07-09 Martin Grabmueller + + * README: Cleanup. + 2001-07-06 Gary Houston * srfi-1.scm (iota, map, for-each, list-index, member, delete, diff --git a/srfi/README b/srfi/README index a96a822e5..c9d47ee54 100644 --- a/srfi/README +++ b/srfi/README @@ -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.