diff options
| author | rpj <rpj> | 2005-05-26 08:15:53 +0000 | 
|---|---|---|
| committer | rpj <rpj> | 2005-05-26 08:15:53 +0000 | 
| commit | 58de21f1e7cde4c32bfd03b545ac3ede6b6a8e38 (patch) | |
| tree | 395a821800af83ce199eca4cddf30f015ab68042 /ChangeLog | |
| parent | 610c2958a3bedd909ccab7971d1e67f6671512a1 (diff) | |
''
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 | 
1 files changed, 9 insertions, 1 deletions
| @@ -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; | 
