diff options
author | brolley <brolley> | 2008-02-27 16:42:05 +0000 |
---|---|---|
committer | brolley <brolley> | 2008-02-27 16:42:05 +0000 |
commit | 67bae0e3d979d554acaeb2a09cf4f7463ee713da (patch) | |
tree | a272efeb7ec76b998e9c1b57e9109f594dfa1fb5 /runtime/ChangeLog | |
parent | 33c514bdedd1d2753f7d29a8926223e30986c639 (diff) | |
download | systemtap-steved-67bae0e3d979d554acaeb2a09cf4f7463ee713da.tar.gz systemtap-steved-67bae0e3d979d554acaeb2a09cf4f7463ee713da.tar.xz systemtap-steved-67bae0e3d979d554acaeb2a09cf4f7463ee713da.zip |
2008-02-27 Dave Brolley <brolley@redhat.com>
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.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <brolley@redhat.com> + + 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 <mhiramat@redhat.com> * stack-ia64.c (__stp_show_stack_sym): Skip printing symbol if (ip == |