summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorfche <fche>2006-02-25 21:05:46 +0000
committerfche <fche>2006-02-25 21:05:46 +0000
commit16c1c80843a7115253b5f2844c3cda9089a72232 (patch)
treef0810dcf56bd1be77698a1a2ffac5229f9c40ef7 /ChangeLog
parenta78b2748049f260f365a3161d3aea0b8f9499a2d (diff)
downloadsystemtap-steved-16c1c80843a7115253b5f2844c3cda9089a72232.tar.gz
systemtap-steved-16c1c80843a7115253b5f2844c3cda9089a72232.tar.xz
systemtap-steved-16c1c80843a7115253b5f2844c3cda9089a72232.zip
2006-02-25 Frank Ch. Eigler <fche@elastic.org>
* translate.cxx (var::init): Don't crush string module_params. (emit_global_param): New function, forked out of emit_global, to put module_param calls at the bottom of C file. * translate.h: Corresponding changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea9c44d7..23b2c3c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-02-25 Frank Ch. Eigler <fche@elastic.org>
+
+ * translate.cxx (var::init): Don't crush string module_params.
+ (emit_global_param): New function, forked out of emit_global,
+ to put module_param calls at the bottom of C file.
+ * translate.h: Corresponding changes.
+
2006-02-23 Frank Ch. Eigler <fche@elastic.org>
PR 1304