diff --git a/AUTHORS b/AUTHORS index bea86d356..1c66eb486 100644 --- a/AUTHORS +++ b/AUTHORS @@ -93,11 +93,11 @@ In the subdirectory libguile, wrote: 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 + wrote initial srfi/srfi-2.scm. + wrote initial srfi/srfi-6.scm. + wrote initial srfi/srfi-8.scm. + wrote initial srfi/srfi-11.scm. + ported srfi/srfi-19.scm to Guile. Martin Grabmueller: In the subdirectory srfi, wrote: @@ -111,3 +111,6 @@ In the subdirectory doc, wrote: srfi-modules.texi srfi-13-14.texi repl-modules.texi + +Will Fitzgerald: + wrote initial srfi/srfi-19.scm. diff --git a/NEWS b/NEWS index 94876886e..425a3c662 100644 --- a/NEWS +++ b/NEWS @@ -49,6 +49,8 @@ Changes since Guile 1.4: (srfi srfi-14) implements the SRFI Character-Set Library. +(srfi srfi-14) implements the SRFI Time/Date Library. + ** New scripts / "executable modules" Subdirectory "scripts" contains Scheme modules that are packaged to diff --git a/THANKS b/THANKS index b8d24c973..5d9e51890 100644 --- a/THANKS +++ b/THANKS @@ -9,6 +9,8 @@ Contributors since the last release: Jost Boekemeier Greg Harvey + Will Fitzgerald + Rob Browning For fixes or providing information which led to a fix: diff --git a/srfi/ChangeLog b/srfi/ChangeLog index 2b5eade25..b64ea9d23 100644 --- a/srfi/ChangeLog +++ b/srfi/ChangeLog @@ -1,3 +1,10 @@ +2001-05-05 Rob Browning + + * Makefile.am (srfi_DATA): added srfi-19.scm. + + * srfi-19.scm: New file - time/date SRFI. Thanks to Will + Fitzgerald. + 2001-05-02 Martin Grabmueller * srfi-14.c, srfi-13.c: Added @bullet to various @itemize lists.