diff options
author | rpj <rpj> | 1999-08-22 11:43:40 +0000 |
---|---|---|
committer | rpj <rpj> | 1999-08-22 11:43:40 +0000 |
commit | 3f0d4d7d7c5bece6799d966f0de7891c6d242261 (patch) | |
tree | 862c101ab9713b0401bb7bc583f8c2216745334d /tests/ChangeLog | |
parent | 5e87a0d9bdd4c2c2ab0e45a6379b4df0f1471ffa (diff) |
1999-08-22 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* exit.c (pthread_exit): Fix reference to potentially
uninitialised pointer.
1999-08-21 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* private.c (_pthread_threadStart): Apply fix of 1999-08-19
this time to C++ and non-trapped C versions. Ommitted to
do this the first time through.
tests/ChangeLog:
Aug 22 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* runall.bat (join2): Add test.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 3d5163b..1ee3634 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +Aug 22 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au> + + * runall.bat (join2): Add test. + Aug 19 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au> * join2.c: New test. |