summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-01-21 00:47:50 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-01-21 00:47:50 +0000
commit9a5fc8c2034ef545e7d884b6c596b8d94dee2244 (patch)
treef652c352a895c6ee7e7a45f5764f92e953451ff2
parent5e673c69f5e77ee9038897ef1354e4169b8fcff1 (diff)
downloadguile-9a5fc8c2034ef545e7d884b6c596b8d94dee2244.tar.gz
*** empty log message ***
-rw-r--r--NEWS4
-rw-r--r--THANKS2
-rw-r--r--srfi/ChangeLog4
-rw-r--r--test-suite/ChangeLog5
4 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a2e8a1e13..9383b9a0b 100644
--- a/NEWS
+++ b/NEWS
@@ -112,6 +112,10 @@ form around the code performing the heavy computations (typically a
C code primitive), enabling the computations to run in parallel
while the scripting code runs single-threadedly.
+** New module (srfi srfi-26)
+
+This is an implementation of SRFI-26.
+
** Guile now includes its own version of libltdl.
We now use a modified version of libltdl that allows us to make
diff --git a/THANKS b/THANKS
index d4edecff6..26cf428ff 100644
--- a/THANKS
+++ b/THANKS
@@ -51,6 +51,8 @@ For fixes or providing information which led to a fix:
Andreas Rottmann
Kevin Ryde
Bill Schottstaedt
+ Alex Shinn
+ Daniel Skarda
Richard Todd
Greg Troxel
Momchil Velikov
diff --git a/srfi/ChangeLog b/srfi/ChangeLog
index 110d02933..3756e6989 100644
--- a/srfi/ChangeLog
+++ b/srfi/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-21 Marius Vollmer <m.vollmer@ping.de>
+
+ * srfi-26.scm: New, from Daniel Skarda. Thanks!
+
2003-12-03 Kevin Ryde <user42@zip.com.au>
* srfi-1.c, srfi-1.h, srfi-1.scm (count): Rewrite in C, avoiding
diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog
index 2595e5760..c32c85091 100644
--- a/test-suite/ChangeLog
+++ b/test-suite/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-21 Marius Vollmer <mvo@zagadka.de>
+
+ * tests/srfi-26.test: New.
+ * Makefile.am (SCM_TESTS): Added it.
+
2004-01-11 Marius Vollmer <mvo@zagadka.de>
* tests/r5rs_pitfall.scm: New.