about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-07-03 01:36:10 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-07-03 01:49:48 +0530
commit3247f28556d1de7f9837f6e9ee8c63fa56b93c13 (patch)
treecef1f9a6a7d3cc366110438a9d6918aded34c437 /ChangeLog
parentd12704c78f04eb6c666143953e81dec89e1cadea (diff)
downloadglibc-3247f28556d1de7f9837f6e9ee8c63fa56b93c13.tar.gz
glibc-3247f28556d1de7f9837f6e9ee8c63fa56b93c13.tar.xz
glibc-3247f28556d1de7f9837f6e9ee8c63fa56b93c13.zip
Sync up loadmsgcat.c with gettext
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 049de91757..9c00f72dc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	Sync up with gettext.
+	* intl/loadmsgcat.c: Define O_BINARY if not defined.
+	[_MSC_VER]: Include malloc.h
+	[_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
+	(get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
+	(_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
+	TEMP_FAILURE_RETRY.  Cast return of alloca.
+	[!_LIBC] Call gl_rwlock_init.
+	[IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
+
 2014-07-02  Roland McGrath  <roland@hack.frob.com>
 
 	* misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined