summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorfche <fche>2005-05-26 23:57:04 +0000
committerfche <fche>2005-05-26 23:57:04 +0000
commit4383d78cedb616af407f35c996c4eff808704ea6 (patch)
tree370c67b31f393cdb92afb1d386d6baa47366f6e3 /ChangeLog
parent16994d601d0eca79bf9c46c9ea17faf07bb3cca5 (diff)
downloadsystemtap-steved-4383d78cedb616af407f35c996c4eff808704ea6.tar.gz
systemtap-steved-4383d78cedb616af407f35c996c4eff808704ea6.tar.xz
systemtap-steved-4383d78cedb616af407f35c996c4eff808704ea6.zip
2005-05-26 Frank Ch. Eigler <fche@redhat.com>
* translate.cxx: Traverse trees just for common-header generation, to emit explicit temp variables into context. Switch to explicit "frame" pointer in generated function/probe bodies. Initialize locals in function bodies. Rename "test_unparser" to "c_unparser" throughout.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47e5f08e..63512a0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-05-26 Frank Ch. Eigler <fche@redhat.com>
+
+ * translate.cxx: Traverse trees just for common-header generation,
+ to emit explicit temp variables into context. Switch to explicit
+ "frame" pointer in generated function/probe bodies. Initialize
+ locals in function bodies. Rename "test_unparser" to "c_unparser"
+ throughout.
+
2005-05-24 Frank Ch. Eigler <fche@redhat.com>
* elaborate.cxx (find_array): Support automagic tapset globals.