@@ -20,7 +20,6 @@ Robert Colquhoun rjc at trump dot net dot au
20
20
John E. Bossom John dot Bossom at cognos dot com
21
21
Contributed substantial original working implementation;
22
22
bug fixes;
23
- ongoing guidance and standards interpretation.
24
23
Anders Norlander anorland at hem2 dot passagen dot se
25
24
Early enhancements and runtime checking for supported
26
25
Win32 routines.
@@ -77,24 +76,24 @@ Alexander Terekhov TEREKHOV at de dot ibm dot com
77
76
enhancements to mutexes;
78
77
new mutex implementation in 'futex' style;
79
78
suggested a robust implementation of pthread_once
80
- similar to that implemented by V.Kliathcko ;
79
+ using a named mutex ;
81
80
system clock change handling re CV timeouts;
82
81
bug fixes.
83
82
Thomas Pfaff tpfaff at gmx dot net
84
83
Changes to make C version usable with C++ applications;
85
84
re-implemented mutex routines to avoid Win32 mutexes
86
85
and TryEnterCriticalSection;
87
86
procedure to fix Mingw32 thread-safety issues.
88
- Franco Bez franco dot bez at gmx dot de
87
+ Franco Bez franco dot bez at gmx dot de
89
88
procedure to fix Mingw32 thread-safety issues.
90
89
Louis Thomas lthomas at arbitrade dot com
91
90
(with Alexander Terekhov) re-implemented and improved
92
91
condition variables.
93
- David Korn dgk at research dot att dot com
92
+ David Korn dgk at research dot att dot com
94
93
Ported to UWIN.
95
94
Phil Frisbie, Jr. phil at hawksoft dot com
96
95
Bug fix.
97
- Ralf Brese Ralf dot Brese at pdb4 dot siemens dot de
96
+ Ralf Brese Ralf dot Brese at pdb4 dot siemens dot de
98
97
Bug fix.
99
98
prionx at juno dot com prionx at juno dot com
100
99
Bug fixes.
@@ -103,23 +102,23 @@ Max Woodbury mtew at cds dot duke dot edu
103
102
reduced namespace pollution;
104
103
idea to separate routines to reduce statically
105
104
linked image sizes.
106
- Rob Fanner rfanner at stonethree dot com
105
+ Rob Fanner rfanner at stonethree dot com
107
106
Bug fix.
108
107
Michael Johnson michaelj at maine dot rr dot com
109
108
Bug fix.
110
109
Nicolas Barry boozai at yahoo dot com
111
110
Bug fixes.
112
111
Piet van Bruggen pietvb at newbridges dot nl
113
112
Bug fix.
114
- Makoto Kato raven at oldskool dot jp
113
+ Makoto Kato raven at oldskool dot jp
115
114
AMD64 port.
116
115
Panagiotis E. Hadjidoukas peh at hpclab dot ceid dot upatras dot gr
117
116
phadjido at cs dot uoi dot gr
118
117
Contributed the QueueUserAPCEx package which
119
118
makes preemptive async cancellation possible.
120
- Will Bryant will dot bryant at ecosm dot com
119
+ Will Bryant will dot bryant at ecosm dot com
121
120
Borland compiler patch and makefile.
122
- Anuj Goyal anuj dot goyal at gmail dot com
121
+ Anuj Goyal anuj dot goyal at gmail dot com
123
122
Port to Digital Mars compiler.
124
123
Gottlob Frege gottlobfrege at gmail dot com
125
124
re-implemented pthread_once (version 2)
@@ -131,10 +130,10 @@ Vladimir Kliatchko vladimir at kliatchko dot com
131
130
Ramiro Polla ramiro.polla at gmail dot com
132
131
static library auto init/cleanup on application
133
132
start/exit via RT hooks (MSC and GCC compilers only).
134
- Daniel Richard G. skunk at iSKUNK dot org
133
+ Daniel Richard G. skunk at iSKUNK dot org
135
134
Patches and cleanups for x86 and x64, particularly
136
135
across a range of MS build environments.
137
- John Kamp john dot kamp at globalgraphics dot com
136
+ John Kamp john dot kamp at globalgraphics dot com
138
137
Patches to fix various problems on x64; brutal testing
139
138
particularly using high memory run environments.
140
139
0 commit comments