summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-06-24 10:34:11 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-06-24 10:34:11 (GMT)
commit5e7d6ef8fae9debf78ec144defd6c447fef59192 (patch)
tree3640aa66fa95f3d28a22297bd0641c27a8b6def6 /ChangeLog
parentf87dce59c2695416ac275e2b3807e7e43b45aac5 (diff)
downloadtcl-5e7d6ef8fae9debf78ec144defd6c447fef59192.zip
tcl-5e7d6ef8fae9debf78ec144defd6c447fef59192.tar.gz
tcl-5e7d6ef8fae9debf78ec144defd6c447fef59192.tar.bz2
Fix constraints so can test with tclsh as well as tcltest [Bug 736431]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c49369e..95ef7f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-24 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * tests/unixNotfy.test: Modified constraints so that testing with
+ a threaded tclsh (not tcltest) will not hang.
+
2004-06-23 Don Porter <dgp@users.sourceforge.net>
* generic/tclThreadStorage.c: Corrected type casting errors that led