summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.