1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

2001-07-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>

* README: Cleanup.
This commit is contained in:
Martin Grabmüller 2001-07-09 19:12:27 +00:00
parent 4b1ef000a5
commit ee85583a37
2 changed files with 6 additions and 5 deletions

View 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> 2001-07-06 Gary Houston <ghouston@arglist.com>
* srfi-1.scm (iota, map, for-each, list-index, member, delete, * srfi-1.scm (iota, map, for-each, list-index, member, delete,

View file

@ -5,8 +5,6 @@ stand for, please refer to the SRFI homepage at
http://srfi.schemers.org http://srfi.schemers.org
The following SRFIs are supported (as of 2001-06-06 -- 'martin):
SRFI-0: cond-expand SRFI-0: cond-expand
Supported by default, no module needs to get used. 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 A lot of data types and procedures for dealing with times and
dates. (use-modules (srfi srfi-19)) loads the procedures. 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 Guile fully supports this SRFI. No need to load any module.
already. No need to load any module.