diff options
author | Elliott Baron <ebaron@toriamos.yyz.redhat.com> | 2008-10-20 11:11:19 -0400 |
---|---|---|
committer | Elliott Baron <ebaron@toriamos.yyz.redhat.com> | 2008-10-20 11:11:19 -0400 |
commit | fecccf83624c2f09207cd281f9efc272300e8e55 (patch) | |
tree | d5509bcee4798d90781cb6c1f7dc8741a32bc28a /testsuite | |
parent | 6b1730cb635b8d671bca8c3df173db3f1282ecdb (diff) | |
download | systemtap-steved-fecccf83624c2f09207cd281f9efc272300e8e55.tar.gz systemtap-steved-fecccf83624c2f09207cd281f9efc272300e8e55.tar.xz systemtap-steved-fecccf83624c2f09207cd281f9efc272300e8e55.zip |
PR6851: Added support for %c printf conversion specifier [trying again]
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/ChangeLog b/testsuite/ChangeLog index 1664f8c2..2ec0fb0e 100644 --- a/testsuite/ChangeLog +++ b/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-10-20 Elliott Baron <ebaron@redhat.com> + + PR6851 + * systemtap.printf/char1.exp: New test. + 2008-10-10 Frank Ch. Eigler <fche@elastic.org> PR6749. |