summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorfche <fche>2006-11-08 18:31:01 +0000
committerfche <fche>2006-11-08 18:31:01 +0000
commitc4bb5be2defde1d2f99ede96b6de48684f8934e6 (patch)
treecc158a39bb21309202f9f71be5c35c9b0cd68253 /ChangeLog
parent72dbc9153036800cefdb5f2970666acc82cdb732 (diff)
downloadsystemtap-steved-c4bb5be2defde1d2f99ede96b6de48684f8934e6.tar.gz
systemtap-steved-c4bb5be2defde1d2f99ede96b6de48684f8934e6.tar.xz
systemtap-steved-c4bb5be2defde1d2f99ede96b6de48684f8934e6.zip
2006-11-08 Frank Ch. Eigler <fche@elastic.org>
* staptree.cxx (print_format::components_to_string): Quote ". (c_unparser::visit_print_format): Don't use lex_cast_qstring as it overdoes \ quoting. Resemble ::visit_literal_string instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b39027f..32eee9d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-11-08 Frank Ch. Eigler <fche@elastic.org>
+ * staptree.cxx (print_format::components_to_string): Quote ".
+ (c_unparser::visit_print_format): Don't use lex_cast_qstring
+ as it overdoes \ quoting. Resemble ::visit_literal_string
+ instead.
+
+2006-11-08 Frank Ch. Eigler <fche@elastic.org>
+
* util.h (lex_cast_qstring): Move def'n here. Also quote \.
(stringify, lex_cast, lex_cast_hex): Move defn here.
* buildrun.cxx, elaborate.cxx, main.cxx, staptree.cxx: Adapt.