about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-06-29 09:33:43 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-06-29 09:33:44 +0200
commitc11cfe8d7c1e219fa8c819187d8b030ce3b4e947 (patch)
treed5c788cec1270855671917533444e593452a4492 /ChangeLog
parente2390be8e47352147215aff06b23927dc6ededb7 (diff)
downloadglibc-c11cfe8d7c1e219fa8c819187d8b030ce3b4e947.tar.gz
glibc-c11cfe8d7c1e219fa8c819187d8b030ce3b4e947.tar.xz
glibc-c11cfe8d7c1e219fa8c819187d8b030ce3b4e947.zip
vfprintf: Add test case for multi-byte/wide strings and precision
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e810061ec..5e2cc4678f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-06-29  Florian Weimer  <fweimer@redhat.com>
 
+	* stdio-common/tst-vfprintf-mbs-prec.c: New file.
+	* stdio-common/Makefile (tests): Add tst-vfprintf-mbs-prec.
+
+2017-06-29  Florian Weimer  <fweimer@redhat.com>
+
 	* stdio-common/tst-vfprintf-user-type.c: New file.
 	* stdio-common/Makefile (tests): Add tst-vfprintf-user-type.