summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2002-07-30 17:26:17 +0000
committerrpj <rpj>2002-07-30 17:26:17 +0000
commit6ae85d969228650bd4cf432bd4d6dcd959bf1a59 (patch)
treefffdf7e30cc3e1da93d8c4149f385c9e1ad0e484 /ChangeLog
parentd9bad66cbb8823ad786ac480330db1c05e85557a (diff)
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ffe2087..16a9fa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-07-31 Ross Johnson <rpj@special.ise.canberra.edu.au>
+
+ * ptw32_threadStart.c (ptw32_threadStart): Thread cancelLock
+ destruction moved to ptw32_threadDestroy().
+
+ * ptw32_threadDestroy.c (ptw32_threadDestroy): Destroy
+ the thread's cancelLock. Moved here from ptw32_threadStart.c
+ to cleanup implicit threads as well.
+
2002-07-30 Alexander Terekhov <TEREKHOV@de.ibm.com>
* pthread_cond_wait.c (ptw32_cond_wait_cleanup):