summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2005-05-27 14:35:21 +0000
committerrpj <rpj>2005-05-27 14:35:21 +0000
commit50eea7300d7e9b666cc5115c4e4c4af79a1bfa53 (patch)
treed0ae53dd84a43e6bcf6e6beb8be81c28c8423018 /ChangeLog
parentb677d9679e4c6dfa1b6ad8553d716d8887d6e960 (diff)
''
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 537b365..cfeafcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,16 @@
+2005-05-27 Alexander Gottwald <alexander.gottwald at s1999.tu-chemnitz.de>
+
+ * pthread.h: Some things, like HANDLE, were only defined if
+ PTW32_LEVEL was >= 3 - they should always be defined.
+
2005-05-25 Vladimir Kliatchko <vladimir at kliatchko.com>
* pthread_once.c: Eliminate all priority operations and other
complexity by replacing the event with a semaphore. The advantage
of the change is the ability to release just one waiter if the
init_routine thread is cancelled yet still release all waiters when
- done.
+ done. Simplify once_control state checks to improve efficiency
+ further.
2005-05-24 Mikael Magnusson <mikaelmagnusson at glocalnet.net>