This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.16-ports-merge-600-gcaf7f57


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  caf7f573e9061e5b11d20723b0b2313ed4698dfc (commit)
      from  6c073ad6fe96c9e1f4ad4e2013411e71434ae0a8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=caf7f573e9061e5b11d20723b0b2313ed4698dfc

commit caf7f573e9061e5b11d20723b0b2313ed4698dfc
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Nov 2 23:20:43 2012 +0000

    conformtest: Enable complex.h and inttypes.h testing for XOPEN2K8.

diff --git a/ChangeLog b/ChangeLog
index 13bb8c6..c13fe18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
 
+	* conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
+	POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
+	&& !UNIX98].  Enables tests for XOPEN2K8.
+	* conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
+	POSIX2008]: Likewise.
+
 	* conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
 	(struct rusage): Do not expect type or its members.
 
diff --git a/conform/data/complex.h-data b/conform/data/complex.h-data
index 8f31d22..8abfb50 100644
--- a/conform/data/complex.h-data
+++ b/conform/data/complex.h-data
@@ -1,4 +1,4 @@
-#if defined ISO99 || defined ISO11 || defined XOPEN2K || defined POSIX2008
+#if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
 macro complex
 macro _Complex_I
 optional-macro imaginary
diff --git a/conform/data/inttypes.h-data b/conform/data/inttypes.h-data
index d308a52..5ef54f6 100644
--- a/conform/data/inttypes.h-data
+++ b/conform/data/inttypes.h-data
@@ -1,4 +1,4 @@
-#if defined ISO99 || defined ISO11 || defined XOPEN2K || defined POSIX2008
+#if !defined ISO && !defined POSIX && !defined XPG3 && !defined XPG4 && !defined UNIX98
 type int8_t
 type int16_t
 type int32_t

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                    |    6 ++++++
 conform/data/complex.h-data  |    2 +-
 conform/data/inttypes.h-data |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]