summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrpj <rpj>2005-05-26 08:15:53 +0000
committerrpj <rpj>2005-05-26 08:15:53 +0000
commit58de21f1e7cde4c32bfd03b545ac3ede6b6a8e38 (patch)
tree395a821800af83ce199eca4cddf30f015ab68042 /ChangeLog
parent610c2958a3bedd909ccab7971d1e67f6671512a1 (diff)
''
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c4ef6d..537b365 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,12 @@
-2005-05-24 Mikael Magnusson <mikaelmagnusson at glocalnet.net>
+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.
+
+2005-05-24 Mikael Magnusson <mikaelmagnusson at glocalnet.net>
* GNUmakefile: Patched to allow cross-compile with mingw32 on Linux.
It uses macros instead of referencing dlltool, gcc and g++ directly;