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