1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-06 20:20:20 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2006-05-09 00:36:49 +00:00
parent ee9c5b6e33
commit de4b36bffc
2 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2006-05-09 Kevin Ryde <user42@zip.com.au>
* threads.scm (n-par-for-each, n-for-each-par-map): Two more spots
where `futures' should become `threads' from Marius' change of
2006-01-29.
2006-03-04 Ludovic Courtès <ludovic.courtes@laas.fr> 2006-03-04 Ludovic Courtès <ludovic.courtes@laas.fr>
* ice-9/boot-9.scm (make-autoload-interface): Don't call `set-car!' if * ice-9/boot-9.scm (make-autoload-interface): Don't call `set-car!' if

View file

@ -1,3 +1,9 @@
2006-05-09 Kevin Ryde <user42@zip.com.au>
* tests/numbers.test (exact->inexact): Test fractions big/big.
* tests/threads.test (n-par-for-each, n-for-each-par-map): New tests.
2006-04-17 Kevin Ryde <user42@zip.com.au> 2006-04-17 Kevin Ryde <user42@zip.com.au>
* tests/filesys.test (lstat): Allow for test-symlink not existing yet. * tests/filesys.test (lstat): Allow for test-symlink not existing yet.