aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorxfxyjwf <xfxyjwf@gmail.com>2014-09-23 10:48:02 -0700
committerxfxyjwf <xfxyjwf@gmail.com>2014-09-23 10:48:02 -0700
commita9155b8d3c568a82e4df9402f1461c7af6aa9eb0 (patch)
tree41ee3aefbd52f98020d7c44942022f823083729f /CONTRIBUTORS.txt
parenta48c08aa9a57798d0771694e127ce9e4b0c57bb2 (diff)
parent195f01719efd3e440db10befefd1e16d1bcaa026 (diff)
downloadprotobuf-a9155b8d3c568a82e4df9402f1461c7af6aa9eb0.tar.gz
protobuf-a9155b8d3c568a82e4df9402f1461c7af6aa9eb0.tar.bz2
protobuf-a9155b8d3c568a82e4df9402f1461c7af6aa9eb0.zip
Merge pull request #32 from worr/bug/solaris-atomicops
Add support for solaris atomicops
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index b39ec308..717ffc14 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -50,7 +50,7 @@ Patch contributors:
text format.
Brian Atkinson <nairb774@gmail.com>
* Added @Override annotation to generated Java code where appropriate.
- Vincent Choinière <Choiniere.Vincent@hydro.qc.ca>
+ Vincent Choinière <Choiniere.Vincent@hydro.qc.ca>
* Tru64 support.
Monty Taylor <monty.taylor@gmail.com>
* Solaris 10 + Sun Studio fixes.
@@ -88,3 +88,6 @@ Patch contributors:
* Added CodedInputStream.getTotalBytesRead().
Kacper Kowalik <xarthisius.kk@gmail.com>
* Fixed m4/acx_pthread.m4 problem for some Linux distributions.
+ William Orr <will@worrbase.com>
+ * Fixed detection of sched_yield on Solaris.
+ * Added atomicops for Solaris