summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog80
1 files changed, 76 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 6b57deba..3cad046e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2009-02-17 Josh Stone <jistone@redhat.com>
+2009-02-18 Josh Stone <jistone@redhat.com>
* loc2c.c (c_translate_argument): Create a dummy location to start
the address computation from a function parameter.
@@ -23,20 +23,20 @@
(dwarf_derived_probe::register_patterns): Add a session code filter to
expand @casts with a dwarf_cast_expanding_visitor.
-2009-02-11 Josh Stone <jistone@redhat.com>
+2009-02-18 Josh Stone <jistone@redhat.com>
* session.h (systemtap_session): Add a vector of update_visitors
that will act as filters for all probes and functions.
* elaborate.cxx (semantic_pass_symbols): Run probes and functions
through each registered code filter.
-2009-02-11 Josh Stone <jistone@redhat.com>
+2009-02-18 Josh Stone <jistone@redhat.com>
* tapsets.cxx (dwarf_var_expanding_visitor::visit_cast_op): While
expanding dwarf probes, provide the current module as a default to
@casts without a module name.
-2009-02-11 Josh Stone <jistone@redhat.com>
+2009-02-18 Josh Stone <jistone@redhat.com>
* staptree.h (struct cast_op, visitor::visit_cast_op): New.
* staptree.cxx (cast_op::print/visit, various visitor::visit_cast_op's):
@@ -51,6 +51,78 @@
(void_statement_reducer::visit_cast_op): unused @casts can be discarded,
but the operand should still be evaluated.
+2009-02-17 Frank Ch. Eigler <fche@elastic.org>
+
+ * AUTHORS: Regenerated with ...
+ * AUTHORS.sh: New script.
+
+2009-02-17 Frank Ch. Eigler <fche@elastic.org>
+
+ * configury throughout: autoreconf -f -i'd.
+
+2009-02-17 Frank Ch. Eigler <fche@elastic.org>
+
+ * includes/sys/sdt.h: Change all parameter register constraints to
+ "X" from "g".
+
+2009-02-17 Mark Wielaard <mjw@redhat.com>
+
+ * Makefile.am (oldinclude_HEADERS): Set to includes/sys/sdt.h.
+ (check): Explicitly set PWD and SYSTEMTAP_INCLUDES.
+ * includes/sys/sdt.h: Moved from runtime dir.
+ * Makefile.in: Regenerated.
+ * aclocal.m4: Likewise.
+ * configure: Likewise.
+
+2009-02-17 Elliott Baron <ebaron@redhat.com>
+
+ PR 9716
+ * configure.ac: Replace pkgconfig tests for NSS/NSPR includes/libs
+ with AC macros.
+ * Makefile.in: Regenerated.
+ * aclocal.m4: Likewise.
+ * configure: Likewise.
+ * doc/Makefile.in: Likewise.
+ * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise.
+ * testsuite/Makefile.in: Likewise.
+ * testsuite/aclocal.m4: Likewise.
+ * testsuite/configure: Likewise.
+
+2009-02-16 Mark Wielaard <mjw@redhat.com>
+
+ PR 9850
+ * dtrace: Use a list of arguments for call.
+
+2009-02-16 Mark Wielaard <mjw@redhat.com>
+
+ PR 9851
+ * dtrace: Use os.path.splitext instead of string.replace.
+
+2009-02-16 Mark Wielaard <mjw@redhat.com>
+
+ PR 9849
+ * dtrace: Use mkstemp.
+
+2009-02-15 Stan Cox <scox@redhat.com>
+
+ * tapsets.cxx (dwflpp::iterate_over_cu_labels): Handle missing DW_AT_low_pc
+ * (dwarf_builder::build): Handle c++ via .probe, c via .label.
+
+2009-02-13 Frank Ch. Eigler <fche@elastic.org>
+
+ * translate.cxx (dump_unwindsyms): Use \n instead of endl throughout
+ for writing to the generated .c/.h files.
+
+2009-02-12 David Smith <dsmith@redhat.com>
+
+ * tapsets.cxx (procfs_derived_probe_group::emit_module_decls):
+ Moved inclusion of procfs.c here from runtime/transport.c
+
+2009-02-12 Mark Wielaard <mjw@redhat.com>
+
+ * translate.cxx (dump_unwindsyms): Use "\n" instead of endl in
+ inner loops.
+
2009-02-11 Dave Brolley <brolley@redhat.com>
* stap-client: s/jar/zip/.