[libc++][NFC] Update and alphabetize CREDITS.TXT
authorKent Ross <k@mad.cash>
Thu, 19 Aug 2021 23:12:37 +0000 (23:12 +0000)
committerChristopher Di Bella <cjdb@google.com>
Thu, 19 Aug 2021 23:13:44 +0000 (23:13 +0000)
Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D108263

libcxx/CREDITS.TXT

index 49f095d..e65a82b 100644 (file)
@@ -24,10 +24,6 @@ N: Holger Arnold
 E: holgerar@gmail.com
 D: Minor fix.
 
-N: Ruben Van Boxem
-E: vanboxem dot ruben at gmail dot com
-D: Initial Windows patches.
-
 N: David Chisnall
 E: theraven at theravensnest dot org
 D: FreeBSD and Solaris ports, libcxxrt support, some atomics work.
@@ -41,6 +37,10 @@ N: Jonathan B Coe
 E: jbcoe@me.com
 D: Implementation of propagate_const.
 
+N: Matthew Dempsky
+E: matthew@dempsky.org
+D: Minor patches and bug fixes.
+
 N: Christopher Di Bella
 E: cjdb@google.com
 E: cjdb.ns@gmail.com
@@ -58,10 +58,6 @@ N: Bill Fisher
 E: william.w.fisher@gmail.com
 D: Regex bug fixes.
 
-N: Matthew Dempsky
-E: matthew@dempsky.org
-D: Minor patches and bug fixes.
-
 N: Google Inc.
 D: Copyright owner and contributor of the CityHash algorithm
 
@@ -113,6 +109,10 @@ N: Jon Roelofs
 E: jroelofS@jroelofs.com
 D: Remote testing, Newlib port, baremetal/single-threaded support.
 
+N: Kent Ross
+E: k@mad.cash
+D: C++20 language feature support
+
 N: Jonathan Sauer
 D: Minor patches, mostly related to constexpr
 
@@ -131,6 +131,10 @@ N: Stephan Tolksdorf
 E: st@quanttec.com
 D: Minor <atomic> fix
 
+N: Ruben Van Boxem
+E: vanboxem dot ruben at gmail dot com
+D: Initial Windows patches.
+
 N: Michael van der Westhuizen
 E: r1mikey at gmail dot com
 
@@ -149,11 +153,11 @@ N: Xing Xue
 E: xingxue@ca.ibm.com
 D: AIX port
 
-N: Zhihao Yuan
-E: lichray@gmail.com
-D: Standard compatibility fixes.
-
 N: Jeffrey Yasskin
 E: jyasskin@gmail.com
 E: jyasskin@google.com
 D: Linux fixes.
+
+N: Zhihao Yuan
+E: lichray@gmail.com
+D: Standard compatibility fixes.