[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commits] r19658 - in /fsf/trunk/libc: ChangeLog conform/data/string.h-data



Author: eglibc
Date: Mon Jul 16 00:01:39 2012
New Revision: 19658

Log:
Import glibc-mainline for 2012-07-16

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/conform/data/string.h-data

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Mon Jul 16 00:01:39 2012
@@ -1,3 +1,13 @@
+2012-07-15  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
+
+	* conform/data/string.h-data (NULL): Use macro-constant.  Require
+	equal to 0.
+	[ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
+	(str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
+	(wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
+	(mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
+	[ISO || ISO99 || ISO11] (*_t): Do not allow.
+
 2012-07-13  Andreas Jaeger  <aj@xxxxxxx>
 
 	* po/fr.po: Update from translation team.

Modified: fsf/trunk/libc/conform/data/string.h-data
==============================================================================
--- fsf/trunk/libc/conform/data/string.h-data (original)
+++ fsf/trunk/libc/conform/data/string.h-data Mon Jul 16 00:01:39 2012
@@ -1,4 +1,4 @@
-constant NULL
+macro-constant NULL == 0
 
 type size_t
 #if defined XOPEN2K8 || defined POSIX2008
@@ -61,8 +61,13 @@
 function size_t strxfrm_l (char*, const char*, size_t, locale_t)
 #endif
 
+#if !defined ISO && !defined ISO99 && !defined ISO11
 allow-header stddef.h
+#endif
 
-allow str*
-allow wcs*
+allow str[abcdefghijklmnopqrstuvwxyz]*
+allow mem[abcdefghijklmnopqrstuvwxyz]*
+allow wcs[abcdefghijklmnopqrstuvwxyz]*
+#if !defined ISO && !defined ISO99 && !defined ISO11
 allow *_t
+#endif

_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits