*** empty log message ***
authorRob Browning <rlb@defaultvalue.org>
Sun, 6 May 2001 03:33:46 +0000 (03:33 +0000)
committerRob Browning <rlb@defaultvalue.org>
Sun, 6 May 2001 03:33:46 +0000 (03:33 +0000)
AUTHORS
NEWS
THANKS
srfi/ChangeLog

diff --git a/AUTHORS b/AUTHORS
index bea86d3..1c66eb4 100644 (file)
--- 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 9487688..425a3c6 100644 (file)
--- 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 b8d24c9..5d9e518 100644 (file)
--- 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:
 
index 2b5eade..b64ea9d 100644 (file)
@@ -1,3 +1,10 @@
+2001-05-05  Rob Browning  <rlb@cs.utexas.edu>
+
+       * 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  <mgrabmue@cs.tu-berlin.de>
 
        * srfi-14.c, srfi-13.c: Added @bullet to various @itemize lists.