diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-06-29 09:33:43 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-06-29 09:33:44 +0200 |
commit | c11cfe8d7c1e219fa8c819187d8b030ce3b4e947 (patch) | |
tree | d5c788cec1270855671917533444e593452a4492 /ChangeLog | |
parent | e2390be8e47352147215aff06b23927dc6ededb7 (diff) | |
download | glibc-c11cfe8d7c1e219fa8c819187d8b030ce3b4e947.zip glibc-c11cfe8d7c1e219fa8c819187d8b030ce3b4e947.tar.gz glibc-c11cfe8d7c1e219fa8c819187d8b030ce3b4e947.tar.bz2 |
vfprintf: Add test case for multi-byte/wide strings and precision
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |