summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ca41ce71..453b9391 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,17 @@
2006-02-23 Martin Hunt <hunt@redhat.com>
- * Makefile.am (install-data-local): Create tapset/i686 and tapset/x86_64
- directories. This fixes a problem where they were included, but had
- bad permissions.
+ PR 1989. Adds support for %p in printf
+ * staptree.h (struct print_format): Add conv_unsigned_ptr.
+ * staptree.cxx (components_to_string): Output 'p'
+ for conv_unsigned_ptr.
+ * elaborate.cxx (visit_print_format): Add case for
+ conv_unsigned_ptr.
+
+2006-02-23 Martin Hunt <hunt@redhat.com>
+
+ * Makefile.am (install-data-local): Create tapset/i686 and
+ tapset/x86_64 directories. This fixes a problem where they
+ were included, but had bad permissions.
* Makefile.in: Rebuilt.
2006-02-22 Frank Ch. Eigler <fche@elastic.org>