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: [email protected] -D: Architect and primary author of libc++ - -N: Marshall Clow -E: [email protected] -E: [email protected] -D: Minor patches and bug fixes. +N: Saleem Abdulrasool +E: [email protected] +D: Minor patches and Linux fixes. -N: Bjorn Reese -E: [email protected] -D: Initial regex prototype +N: Dimitry Andric +E: [email protected] +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: [email protected] +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: [email protected] -D: Implemented Cityhash as the string hash function on 64-bit machines +N: Marshall Clow +E: [email protected] +E: [email protected] +D: Minor patches and bug fixes. N: Google Inc. D: Copyright owner and contributor of the CityHash algorithm -N: Jeffrey Yasskin -E: [email protected] -E: [email protected] -D: Linux fixes. - -N: Jonathan Sauer -D: Minor patches, mostly related to constexpr - -N: Richard Smith -D: Minor patches. - -N: Andrew Morrow -E: [email protected] -D: Minor patches and Linux fixes. +N: Howard Hinnant +E: [email protected] +D: Architect and primary author of libc++ N: Hyeon-bin Jeong E: [email protected] D: Minor patches and bug fixes. +N: Argyrios Kyrtzidis +E: [email protected] +D: Bug fixes. + N: Michel Morin E: [email protected] D: Minor patches to is_convertible. -N: Dimitry Andric -E: [email protected] -D: Visibility fixes, minor FreeBSD portability patches. +N: Andrew Morrow +E: [email protected] +D: Minor patches and Linux fixes. -N: Holger Arnold -E: [email protected] -D: Minor fix. +N: Arvid Picciani +E: aep at exys dot org +D: Minor patches and musl port. -N: Argyrios Kyrtzidis -E: [email protected] -D: Bug fixes. +N: Bjorn Reese +E: [email protected] +D: Initial regex prototype + +N: Jonathan Sauer +D: Minor patches, mostly related to constexpr + +N: Craig Silverstein +E: [email protected] +D: Implemented Cityhash as the string hash function on 64-bit machines + +N: Richard Smith +D: Minor patches. N: Zhang Xiongpang E: [email protected] D: Minor patches and bug fixes. + +N: Jeffrey Yasskin +E: [email protected] +E: [email protected] +D: Linux fixes.
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: [email protected] -D: Architect and primary author of libc++ - -N: Marshall Clow -E: [email protected] -E: [email protected] -D: Minor patches and bug fixes. +N: Saleem Abdulrasool +E: [email protected] +D: Minor patches and Linux fixes. -N: Bjorn Reese -E: [email protected] -D: Initial regex prototype +N: Dimitry Andric +E: [email protected] +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: [email protected] +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: [email protected] -D: Implemented Cityhash as the string hash function on 64-bit machines +N: Marshall Clow +E: [email protected] +E: [email protected] +D: Minor patches and bug fixes. N: Google Inc. D: Copyright owner and contributor of the CityHash algorithm -N: Jeffrey Yasskin -E: [email protected] -E: [email protected] -D: Linux fixes. - -N: Jonathan Sauer -D: Minor patches, mostly related to constexpr - -N: Richard Smith -D: Minor patches. - -N: Andrew Morrow -E: [email protected] -D: Minor patches and Linux fixes. +N: Howard Hinnant +E: [email protected] +D: Architect and primary author of libc++ N: Hyeon-bin Jeong E: [email protected] D: Minor patches and bug fixes. +N: Argyrios Kyrtzidis +E: [email protected] +D: Bug fixes. + N: Michel Morin E: [email protected] D: Minor patches to is_convertible. -N: Dimitry Andric -E: [email protected] -D: Visibility fixes, minor FreeBSD portability patches. +N: Andrew Morrow +E: [email protected] +D: Minor patches and Linux fixes. -N: Holger Arnold -E: [email protected] -D: Minor fix. +N: Arvid Picciani +E: aep at exys dot org +D: Minor patches and musl port. -N: Argyrios Kyrtzidis -E: [email protected] -D: Bug fixes. +N: Bjorn Reese +E: [email protected] +D: Initial regex prototype + +N: Jonathan Sauer +D: Minor patches, mostly related to constexpr + +N: Craig Silverstein +E: [email protected] +D: Implemented Cityhash as the string hash function on 64-bit machines + +N: Richard Smith +D: Minor patches. N: Zhang Xiongpang E: [email protected] D: Minor patches and bug fixes. + +N: Jeffrey Yasskin +E: [email protected] +E: [email protected] +D: Linux fixes.
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
