aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2006-05-22 03:37:04 +0000
committerBen Elliston <bje@gnu.org>2006-05-22 03:37:04 +0000
commita7964f9e4ede95deac6e8fe46097864ab81a6ae8 (patch)
tree334c24a5a9e1782245c842daba6f43c3d0fcecb1 /ChangeLog
parent24ac1d99e898aa63020fbcd1409d62849f1b603a (diff)
downloaddejagnu-a7964f9e4ede95deac6e8fe46097864ab81a6ae8.zip
dejagnu-a7964f9e4ede95deac6e8fe46097864ab81a6ae8.tar.gz
dejagnu-a7964f9e4ede95deac6e8fe46097864ab81a6ae8.tar.bz2
* runtest.exp: Use switch, not case.
* lib/framework.exp (clone_output): Likewise. (clear_xfail): Likewise. (clear_kfail): Likewise. (set_warning_threshold): Make warning_threshold global. (get_warning_threshold): Likewise. * lib/libgloss.exp (process_multilib_options): Use switch, not case. * lib/remote.exp (local_exec): Only run global errorInfo once. (standard_upload): Fix error in variable use ($file -> $srcfile). * lib/utils.exp (grep): Use switch, not case. (slay): Fix mismatched bracket.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c724304..f600630 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2006-05-22 Ben Elliston <bje@gnu.org>
+ * runtest.exp: Use switch, not case.
+ * lib/framework.exp (clone_output): Likewise.
+ (clear_xfail): Likewise.
+ (clear_kfail): Likewise.
+ (set_warning_threshold): Make warning_threshold global.
+ (get_warning_threshold): Likewise.
+ * lib/libgloss.exp (process_multilib_options): Use switch, not
+ case.
+ * lib/remote.exp (local_exec): Only run global errorInfo once.
+ (standard_upload): Fix error in variable use ($file -> $srcfile).
+ * lib/utils.exp (grep): Use switch, not case.
+ (slay): Fix mismatched bracket.
+
* lib/debugger.exp (watcharray): Use switch, not case.
(watchvar): Likewise.
(bt): Add an explanatory comment.