summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-06-16 17:57:20 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-06-16 17:57:20 -0400
commitcfd621bc5bffb042aade8c6ec2d5b1b38cc58f5a (patch)
treeeb4dd1a1bcc05803cc4216ad0efddd4467cf66ed /ChangeLog
parent6643650db25f9ea5b32fe767b4f09e2b6d91a7c4 (diff)
downloadsystemtap-steved-cfd621bc5bffb042aade8c6ec2d5b1b38cc58f5a.tar.gz
systemtap-steved-cfd621bc5bffb042aade8c6ec2d5b1b38cc58f5a.tar.xz
systemtap-steved-cfd621bc5bffb042aade8c6ec2d5b1b38cc58f5a.zip
warning/error message compaction by removing duplicated token file names
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15f05059..f0a3ef7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-06-16 Frank Ch. Eigler <fche@elastic.org>
+
+ * elaborate.cxx (session::print_warning): Change to take optional
+ token as argument.
+ (*): Adjust callers of print_warning() to pass a token.
+ (print_token): New function, eliminate recent file name duplication.
+ (print_error): Use it too.
+ (semantic_pass_opt2): Tweak way read-only vars' alternatives are
+ printed. Eliminate relaxation-loop duplicates by printing warnings
+ only on first iteration. Print alternatives for globals too.
+ * session.h: Corresponding changes.
+
2008-06-13 Stan Cox <scox@redhat.com>
* elaborate.cxx (print_warning): Add optional_str parameter.