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

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-06-19 01:43:43 +00:00
parent 72a3671e33
commit 996acdb846
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2003-06-19 Kevin Ryde <user42@zip.com.au>
* threads.scm (parallel): For no forms, use `(values)' not `(begin)'.
2003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
* boot-9.scm (make-autoload-interface): Added missing quote around

View file

@ -1,3 +1,9 @@
2003-06-19 Kevin Ryde <user42@zip.com.au>
* tests/posix.test: New file, exercising putenv, setenv, unsetenv.
* tests/threads.test: New file, exercising parallel.
* Makefile.am (SCM_TESTS): Add them.
2003-06-07 Kevin Ryde <user42@zip.com.au>
* tests/srfi-6.test: New file.