summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog23
1 files changed, 14 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 453b9391..469c43b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,24 @@
+2006-02-23 Roland McGrath <roland@redhat.com>
+
+ * Makefile.am (AUTOMAKE_OPTIONS): New variable, set dist-bzip2.
+ * Makefile.in: Regenerated.
+
2006-02-23 Martin Hunt <hunt@redhat.com>
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
+ * elaborate.cxx (visit_print_format): Add case for
conv_unsigned_ptr.
-2006-02-23 Martin Hunt <hunt@redhat.com>
+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
+ * 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>
* stapfuncs.5.in: Document get_cycles().
@@ -27,7 +32,7 @@
* main.cxx (main): Emit a "hello, I'm starting" message
before pass 5 in verbose mode.
-
+
2006-02-17 Frank Ch. Eigler <fche@elastic.org>
* stapfuncs.5.in (cpu): Document contextinfo function.
@@ -74,7 +79,7 @@
* stapfuncs.5.in: Document is_return(), returnval() and
probefunc().
* testsuite/buildok/syscall.stp: Basic syscall test.
-
+
2006-02-01 Frank Ch. Eigler <fche@elastic.org>
* configure.ac, systemtap.spec.in: Version 0.5.4.
@@ -88,7 +93,7 @@
2006-01-30 Frank Ch. Eigler <fche@elastic.org>
- * main.cxx (main): Also print elapsed real time for each pass.
+ * main.cxx (main): Also print elapsed real time for each pass.
2006-01-27 Frank Ch. Eigler <fche@elastic.org>
@@ -103,7 +108,7 @@
* main.cxx (main): In verbose mode, print user+sys times after
each pass.
* buildrun.cxx (compile_pass): Move success message back to main().
-
+
2006-01-26 Frank Ch. Eigler <fche@elastic.org>
PR 2060: lock elevation, mop-up