aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-02 23:20:43 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-02 23:20:43 +0000
commitcaf7f573e9061e5b11d20723b0b2313ed4698dfc (patch)
tree33b3b4541c0870e643eef9b35683f47b665105a9 /ChangeLog
parent6c073ad6fe96c9e1f4ad4e2013411e71434ae0a8 (diff)
downloadglibc-caf7f573e9061e5b11d20723b0b2313ed4698dfc.zip
glibc-caf7f573e9061e5b11d20723b0b2313ed4698dfc.tar.gz
glibc-caf7f573e9061e5b11d20723b0b2313ed4698dfc.tar.bz2
conformtest: Enable complex.h and inttypes.h testing for XOPEN2K8.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
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.