From 3f0d4d7d7c5bece6799d966f0de7891c6d242261 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 22 Aug 1999 11:43:40 +0000 Subject: 1999-08-22 Ross Johnson * exit.c (pthread_exit): Fix reference to potentially uninitialised pointer. 1999-08-21 Ross Johnson * 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 * runall.bat (join2): Add test. --- tests/ChangeLog | 4 ++++ tests/runall.bat | 1 + 2 files changed, 5 insertions(+) (limited to 'tests') 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 + + * runall.bat (join2): Add test. + Aug 19 1999 Ross Johnson * join2.c: New test. diff --git a/tests/runall.bat b/tests/runall.bat index 0e3801b..8086fc3 100644 --- a/tests/runall.bat +++ b/tests/runall.bat @@ -14,6 +14,7 @@ call runtest cl equal1 call runtest cl exit2 call runtest cl exit3 call runtest cl join1 +call runtest cl join2 call runtest cl count1 call runtest cl once1 call runtest cl tsd1 -- cgit v1.2.3