summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-11-01 16:41:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-11-01 16:41:20 (GMT)
commit1b435abc4154bcc21eab372039b43f00d9216aff (patch)
tree34dbac2629e54790b9483126cf543a28720621af /ChangeLog
parent3d477f55379e35185630a523266f4bbe2fd816cc (diff)
downloadtcl-1b435abc4154bcc21eab372039b43f00d9216aff.zip
tcl-1b435abc4154bcc21eab372039b43f00d9216aff.tar.gz
tcl-1b435abc4154bcc21eab372039b43f00d9216aff.tar.bz2
* tests/unixNotfy.test (1.1,2): Update error message whitespace to
match changes in code. * tests/expr-old.test (expr-32.52): Use int(.) to restrict result of left shift to the C long range.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 542be58..2e4a2c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-11-01 Don Porter <dgp@users.sourceforge.net>
+ * tests/unixNotfy.test (1.1,2): Update error message whitespace to
+ match changes in code.
+
+ * tests/expr-old.test (expr-32.52): Use int(.) to restrict
+ result of left shift to the C long range.
+
* expr.test (expr-46.13): Added test that illustrates
shortcoming of Patch 1340260.