about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-06-29 09:34:22 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-06-29 09:34:22 +0200
commit08d01cae60aa3966ed21e6ec70bbe9fef730e012 (patch)
treed4a2a9c3e844e945c2fe9a1f071992270c398438 /ChangeLog
parentc11cfe8d7c1e219fa8c819187d8b030ce3b4e947 (diff)
downloadglibc-08d01cae60aa3966ed21e6ec70bbe9fef730e012.tar.gz
glibc-08d01cae60aa3966ed21e6ec70bbe9fef730e012.tar.xz
glibc-08d01cae60aa3966ed21e6ec70bbe9fef730e012.zip
vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t builds
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e2cc4678f..db0c4ad37e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2017-06-29  Florian Weimer  <fweimer@redhat.com>
 
+	* stdio-common/vfprintf.c (WORK_BUFFER_SIZE): Reduce size for
+	wchar_t builds.
+
+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.