aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b8b87eab72..683212f87a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2016-04-25 Florian Weimer <fweimer@redhat.com>
+
+ [BZ #19931]
+ * stdio-common/tst-vfprintf-width-prec.c: New file.
+ * stdio-common/Makefile (tests): Add tst-vfprintf-width-prec.
+ (tests-special): Add tst-vfprintf-width-prec-mem.out.
+ (generated): Add mtrace-related files.
+ (tst-vfprintf-width-prec-ENV): Set MALLOC_TRACE.
+ (tst-%-mem.out): New pattern rule, replaces
+ tst-printf-bz18872-mem.out.
+ * stdio-common/vfprintf.c (vfprintf): When handling a precision
+ specifier, deallocate any previously allocated work buffer.
+
2016-04-25 Chung-Lin Tang <cltang@codesourcery.com>
* sysdeps/unix/sysv/linux/nios2/setcontext.S (__startcontext):