mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
*** empty log message ***
This commit is contained in:
parent
5e673c69f5
commit
9a5fc8c203
4 changed files with 15 additions and 0 deletions
4
NEWS
4
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
|
||||
|
|
2
THANKS
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue