From 58de21f1e7cde4c32bfd03b545ac3ede6b6a8e38 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 26 May 2005 08:15:53 +0000 Subject: '' --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2c4ef6d..537b365 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ -2005-05-24 Mikael Magnusson +2005-05-25 Vladimir Kliatchko + + * 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 * GNUmakefile: Patched to allow cross-compile with mingw32 on Linux. It uses macros instead of referencing dlltool, gcc and g++ directly; -- cgit v1.2.3