about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-05-16 12:08:37 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-05-16 12:08:38 +0200
commitd9d04be3f0c0e86ce2cf1738a6b6544df3aecb75 (patch)
tree6a73e7e54ca84cdea9cccb2569b19fa2ea3449f0 /ChangeLog
parent11b451c8868d8a2b0edc5dfd44fc58d9ee538be0 (diff)
downloadglibc-d9d04be3f0c0e86ce2cf1738a6b6544df3aecb75.tar.gz
glibc-d9d04be3f0c0e86ce2cf1738a6b6544df3aecb75.tar.xz
glibc-d9d04be3f0c0e86ce2cf1738a6b6544df3aecb75.zip
WIP Support exotic character sets in __fxprintf [BZ #24562] fw/bug24562
This does not quite work because vfprintf has a similar
incorrect assumption.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea7b3d4f48..4cd9f40416 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-05-16  Florian Weimer  <fweimer@redhat.com>
+
+	[BZ #24562]
+	* stdio-common/fxprintf.c (call_fwprintf): New function.
+	(locked_vfxprintf): Use it.
+
 2019-05-15  Mark Wielaard  <mark@klomp.org>
 
 	[BZ# 24476]