[cfe-commits] [PATCH] [libcxx] Add an entry to CREDITS.txt

Saleem Abdulrasool compnerd at compnerd.org
Thu Dec 27 15:24:29 PST 2012


Take the opportunity to order the entries according to surname as per the header in the file.

http://llvm-reviews.chandlerc.com/D248

Files:
  CREDITS.TXT

Index: CREDITS.TXT
===================================================================
--- CREDITS.TXT
+++ CREDITS.TXT
@@ -8,73 +8,77 @@
 (W), PGP key ID and fingerprint (P), description (D), and snail-mail address
 (S).
 
-N: Howard Hinnant
-E: hhinnant at apple.com
-D: Architect and primary author of libc++
-
-N: Marshall Clow
-E: mclow.lists at gmail.com
-E: marshall at idio.com
-D: Minor patches and bug fixes.
+N: Saleem Abdulrasool
+E: compnerd at compnerd.org
+D: Minor patches and Linux fixes.
 
-N: Bjorn Reese
-E: breese at users.sourceforge.net
-D: Initial regex prototype
+N: Dimitry Andric
+E: dimitry at andric.com
+D: Visibility fixes, minor FreeBSD portability patches.
 
-N: David Chisnall
-E: theraven at theravensnest dot org
-D: FreeBSD and Solaris ports, libcxxrt support, some atomics work.
+N: Holger Arnold
+E: holgerar at gmail.com
+D: Minor fix.
 
 N: Ruben Van Boxem
 E: vanboxem dot ruben at gmail dot com
 D: Initial Windows patches.
 
-N: Arvid Picciani
-E: aep at exys dot org
-D: Minor patches and musl port.
+N: David Chisnall
+E: theraven at theravensnest dot org
+D: FreeBSD and Solaris ports, libcxxrt support, some atomics work.
 
-N: Craig Silverstein
-E: csilvers at google.com
-D: Implemented Cityhash as the string hash function on 64-bit machines
+N: Marshall Clow
+E: mclow.lists at gmail.com
+E: marshall at idio.com
+D: Minor patches and bug fixes.
 
 N: Google Inc.
 D: Copyright owner and contributor of the CityHash algorithm
 
-N: Jeffrey Yasskin
-E: jyasskin at gmail.com
-E: jyasskin at google.com
-D: Linux fixes.
-
-N: Jonathan Sauer
-D: Minor patches, mostly related to constexpr
-
-N: Richard Smith
-D: Minor patches.
-
-N: Andrew Morrow
-E: andrew.c.morrow at gmail.com
-D: Minor patches and Linux fixes.
+N: Howard Hinnant
+E: hhinnant at apple.com
+D: Architect and primary author of libc++
 
 N: Hyeon-bin Jeong
 E: tuhertz at gmail.com
 D: Minor patches and bug fixes.
 
+N: Argyrios Kyrtzidis
+E: kyrtzidis at apple.com
+D: Bug fixes.
+
 N: Michel Morin
 E: mimomorin at gmail.com
 D: Minor patches to is_convertible.
 
-N: Dimitry Andric
-E: dimitry at andric.com
-D: Visibility fixes, minor FreeBSD portability patches.
+N: Andrew Morrow
+E: andrew.c.morrow at gmail.com
+D: Minor patches and Linux fixes.
 
-N: Holger Arnold
-E: holgerar at gmail.com
-D: Minor fix.
+N: Arvid Picciani
+E: aep at exys dot org
+D: Minor patches and musl port.
 
-N: Argyrios Kyrtzidis
-E: kyrtzidis at apple.com
-D: Bug fixes.
+N: Bjorn Reese
+E: breese at users.sourceforge.net
+D: Initial regex prototype
+
+N: Jonathan Sauer
+D: Minor patches, mostly related to constexpr
+
+N: Craig Silverstein
+E: csilvers at google.com
+D: Implemented Cityhash as the string hash function on 64-bit machines
+
+N: Richard Smith
+D: Minor patches.
 
 N: Zhang Xiongpang
 E: zhangxiongpang at gmail.com
 D: Minor patches and bug fixes.
+
+N: Jeffrey Yasskin
+E: jyasskin at gmail.com
+E: jyasskin at google.com
+D: Linux fixes.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D248.1.patch
Type: text/x-patch
Size: 2887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121227/7970af18/attachment.bin>


More information about the cfe-commits mailing list