diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-06-16 17:57:20 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-06-16 17:57:20 -0400 |
commit | cfd621bc5bffb042aade8c6ec2d5b1b38cc58f5a (patch) | |
tree | eb4dd1a1bcc05803cc4216ad0efddd4467cf66ed /ChangeLog | |
parent | 6643650db25f9ea5b32fe767b4f09e2b6d91a7c4 (diff) | |
download | systemtap-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |