summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-08-01 14:30:43 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-08-01 14:30:43 +0530
commita476ac4b45fe39b023bed55c852abad04d70c5df (patch)
tree608fb6a0556081e61ab4de10a296baf2fa9fbf4b /ChangeLog
parent78dd658a025fb16d004677284b4db0d0c0191845 (diff)
downloadglibc-a476ac4b45fe39b023bed55c852abad04d70c5df.tar.gz
Fix -Wundef warnings in regex_internal.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e69f433669..1f5907ebbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
+ * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
+ (HAVE_WCTYPE_H): Likewise.
+ (HAVE_ISWCTYPE): Likewise.
+ (ENABLE_NLS): Likewise.
+ * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
+ && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
+
* posix/regex_internal.c: Check if DEBUG is defined and is
set.