From 67bae0e3d979d554acaeb2a09cf4f7463ee713da Mon Sep 17 00:00:00 2001 From: brolley Date: Wed, 27 Feb 2008 16:42:05 +0000 Subject: 2008-02-27 Dave Brolley PR5189 * vsprintf.c (_stp_vsnprintf): Extract arguments of type int64_t for dynamic width and precision. Implement width and precision correctly for the %b format specifier. Implement the %m specifier. --- runtime/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'runtime/ChangeLog') diff --git a/runtime/ChangeLog b/runtime/ChangeLog index b501c1ef..512fa061 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,10 @@ +2008-02-27 Dave Brolley + + PR5189 + * vsprintf.c (_stp_vsnprintf): Extract arguments of type int64_t for + dynamic width and precision. Implement width and precision correctly for + the %b format specifier. Implement the %m specifier. + 2008-02-06 Masami Hiramatsu * stack-ia64.c (__stp_show_stack_sym): Skip printing symbol if (ip == -- cgit