Index: third_party/protobuf/CONTRIBUTORS.txt |
diff --git a/third_party/protobuf/CONTRIBUTORS.txt b/third_party/protobuf/CONTRIBUTORS.txt |
index 7c1ac80d661c1d0635dac373779811ae8287ba29..bab147b275031e512d51a20402d943a383f2473e 100644 |
--- a/third_party/protobuf/CONTRIBUTORS.txt |
+++ b/third_party/protobuf/CONTRIBUTORS.txt |
@@ -17,6 +17,12 @@ Proto2 Python primary authors: |
Will Robinson <robinson@google.com> |
Petar Petrov <petar@google.com> |
+Java Nano primary authors: |
+ Brian Duff <bduff@google.com> |
+ Tom Chao <chaot@google.com> |
+ Max Cai <maxtroy@google.com> |
+ Ulas Kirazci <ulas@google.com> |
+ |
Large code contributions: |
Jason Hsueh <jasonh@google.com> |
Joseph Schorr <jschorr@google.com> |
@@ -86,3 +92,11 @@ Patch contributors: |
* Fix bug with permanent callbacks that delete themselves when run. |
Michael Kucharski <m.kucharski@gmail.com> |
* 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 |
+ Andrew Paprocki <andrew@ishiboo.com> |
+ * Fixed minor IBM xlC compiler build issues |
+ * Added atomicops for AIX (POWER) |