[PATCH] [libc++] Use snprintf() instead of sprintf()

Matthew Dempsky matthew at dempsky.org
Tue Jul 2 11:56:23 PDT 2013


On Tue, Jul 02, 2013 at 02:44:27PM -0400, Howard Hinnant wrote:
> Committed revision 185457.

Thanks!

> Please consider a patch for CREDITS.TXT.

See attached.  I also noticed that libc++abi's credits are not sorted
by surname contrary to the note at the top and the convention being
followed in libc++, so I fixed that too.
-------------- next part --------------
Index: libcxx/CREDITS.TXT
===================================================================
--- libcxx/CREDITS.TXT	(revision 185441)
+++ libcxx/CREDITS.TXT	(working copy)
@@ -33,6 +33,10 @@
 E: marshall at idio.com
 D: Minor patches and bug fixes.
 
+N: Matthew Dempsky
+E: matthew at dempsky.org
+D: Minor patches and bug fixes.
+
 N: Google Inc.
 D: Copyright owner and contributor of the CityHash algorithm
 
Index: libcxxabi/CREDITS.TXT
===================================================================
--- libcxxabi/CREDITS.TXT	(revision 185034)
+++ libcxxabi/CREDITS.TXT	(working copy)
@@ -8,18 +8,30 @@
 (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 coauthor of libc++abi
-
 N: Marshall Clow
 E: mclow.lists at gmail.com
 E: marshall at idio.com
 D: Architect and primary coauthor of libc++abi
 
+N: Matthew Dempsky
+E: matthew at dempsky.org
+D: Minor patches and bug fixes.
+
+N: Nowar Gu
+E: wenhan.gu at gmail.com
+D: Minor patches and fixes
+
+N: Howard Hinnant
+E: hhinnant at apple.com
+D: Architect and primary coauthor of libc++abi
+
 N: Nick Kledzik
 E: kledzik at apple.com
 
+N: Bruce Mitchener, Jr.
+E: bruce.mitchener at gmail.com
+D: Minor typo fixes
+
 N: Andrew Morrow
 E: andrew.c.morrow at gmail.com
 D: Minor patches and fixes
@@ -28,11 +40,3 @@
 E: erik.olofsson at hansoft.se
 E: erik at olofsson.info
 D: Minor patches and fixes
-
-N: Nowar Gu
-E: wenhan.gu at gmail.com
-D: Minor patches and fixes
-
-N: Bruce Mitchener, Jr.
-E: bruce.mitchener at gmail.com
-D: Minor typo fixes


More information about the cfe-commits mailing list