mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
conformtest: Update expectations for string.h.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,3 +1,13 @@
|
|||||||
|
2012-07-15 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* 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@suse.de>
|
2012-07-13 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* po/fr.po: Update from translation team.
|
* po/fr.po: Update from translation team.
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
constant NULL
|
macro-constant NULL == 0
|
||||||
|
|
||||||
type size_t
|
type size_t
|
||||||
#if defined XOPEN2K8 || defined POSIX2008
|
#if defined XOPEN2K8 || defined POSIX2008
|
||||||
@@ -61,8 +61,13 @@ function size_t strxfrm (char*, const char*, size_t)
|
|||||||
function size_t strxfrm_l (char*, const char*, size_t, locale_t)
|
function size_t strxfrm_l (char*, const char*, size_t, locale_t)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined ISO && !defined ISO99 && !defined ISO11
|
||||||
allow-header stddef.h
|
allow-header stddef.h
|
||||||
|
#endif
|
||||||
|
|
||||||
allow str*
|
allow str[abcdefghijklmnopqrstuvwxyz]*
|
||||||
allow wcs*
|
allow mem[abcdefghijklmnopqrstuvwxyz]*
|
||||||
|
allow wcs[abcdefghijklmnopqrstuvwxyz]*
|
||||||
|
#if !defined ISO && !defined ISO99 && !defined ISO11
|
||||||
allow *_t
|
allow *_t
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user