aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-08-14 13:36:10 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-08-14 17:54:49 +0200
commitfdb16de38705ccff0dbf38af9956eb4165710106 (patch)
treec02ed2ab338c6caabe2aa69f2c52ab6dac545d3d /ChangeLog
parent599cf3976679e1b345307d9c02057f02aa95528f (diff)
downloadglibc-fdb16de38705ccff0dbf38af9956eb4165710106.tar.xz
glibc-fdb16de38705ccff0dbf38af9956eb4165710106.zip
error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]
Also introduce the __vfxprintf function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3493b967f..90b693bc4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2018-08-14 Florian Weimer <fweimer@redhat.com>
+
+ [BZ #23519]
+ * include/stdio.h (__vfxprintf): Declare.
+ * stdio-common/fxprintf.c (__vfxprintf): New function.
+ (__fxprintf): Call it.
+ * misc/err.c (convert_and_print): Remove function.
+ (vwarnx, vwarn): Call __fxprintf and __vfxprintf.
+ * misc/error.c [_LIBC] (error_tail): Call __vfxprintf.
+ * misc/Makefile (tests): Add tst-warn-wide.
+ * misc/tst-warn-wide.c: New file.
+
2018-08-14 Wilco Dijkstra <wdijkstr@arm.com>
Szabolcs Nagy <szabolcs.nagy@arm.com>