diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index b10d649ed..aed8e2158 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,7 @@ +2003-06-19 Kevin Ryde + + * threads.scm (parallel): For no forms, use `(values)' not `(begin)'. + 2003-05-27 Dirk Herrmann * boot-9.scm (make-autoload-interface): Added missing quote around diff --git a/test-suite/ChangeLog b/test-suite/ChangeLog index 74eb49766..ee1cba48d 100644 --- a/test-suite/ChangeLog +++ b/test-suite/ChangeLog @@ -1,3 +1,9 @@ +2003-06-19 Kevin Ryde + + * 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 * tests/srfi-6.test: New file.