1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2004-01-21 00:47:50 +00:00
parent 5e673c69f5
commit 9a5fc8c203
4 changed files with 15 additions and 0 deletions

4
NEWS
View file

@ -112,6 +112,10 @@ form around the code performing the heavy computations (typically a
C code primitive), enabling the computations to run in parallel C code primitive), enabling the computations to run in parallel
while the scripting code runs single-threadedly. 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. ** Guile now includes its own version of libltdl.
We now use a modified version of libltdl that allows us to make We now use a modified version of libltdl that allows us to make

2
THANKS
View file

@ -51,6 +51,8 @@ For fixes or providing information which led to a fix:
Andreas Rottmann Andreas Rottmann
Kevin Ryde Kevin Ryde
Bill Schottstaedt Bill Schottstaedt
Alex Shinn
Daniel Skarda
Richard Todd Richard Todd
Greg Troxel Greg Troxel
Momchil Velikov Momchil Velikov

View file

@ -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> 2003-12-03 Kevin Ryde <user42@zip.com.au>
* srfi-1.c, srfi-1.h, srfi-1.scm (count): Rewrite in C, avoiding * srfi-1.c, srfi-1.h, srfi-1.scm (count): Rewrite in C, avoiding

View file

@ -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> 2004-01-11 Marius Vollmer <mvo@zagadka.de>
* tests/r5rs_pitfall.scm: New. * tests/r5rs_pitfall.scm: New.