summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2008-04-06 00:37:19 (GMT)
committerKevin B Kenny <kennykb@acm.org>2008-04-06 00:37:19 (GMT)
commitd4d4d0027f1947f9ad87ec563837df22d21e55b2 (patch)
treed55d96be8fa197b0d3eabb734ea26080a1d6639c /ChangeLog
parentc9575348e3505e56d93e7d7f7d64d65272af9c5d (diff)
downloadtcl-d4d4d0027f1947f9ad87ec563837df22d21e55b2.zip
tcl-d4d4d0027f1947f9ad87ec563837df22d21e55b2.tar.gz
tcl-d4d4d0027f1947f9ad87ec563837df22d21e55b2.tar.bz2
* tests/chanio.test (chan-io-53.9):
* tests/io.test (io-53.9): Made test cleanup robust against the possibility of slow process shutdown on Windows. * win/tcl.m4: Added -D_CRT_SECURE_NO_DEPRECATE and -DCRT_NONSTDC_NO_DEPRECATE to the MSVC compilation flags so that the compilation doesn't barf on perfectly reasonable Posix system calls. * win/configure: Manually patched (don't have the right autoconf to hand).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index daf5103..5287637 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,16 @@
has the correct definition of SymbolicLinkReparseBuffer, exposing
the mismatch, and making tests cmdAH-19.4.1, fCmd-28.*, and
filename-11.* fail.
+ * tests/chanio.test (chan-io-53.9):
+ * tests/io.test (io-53.9): Made test cleanup robust against
+ the possibility of slow process shutdown on Windows.
+
+ * win/tcl.m4: Added -D_CRT_SECURE_NO_DEPRECATE and
+ -DCRT_NONSTDC_NO_DEPRECATE to the MSVC compilation flags
+ so that the compilation doesn't barf on perfectly reasonable
+ Posix system calls.
+ * win/configure: Manually patched (don't have the right autoconf
+ to hand).
2008-04-04 Andreas Kupries <andreask@activestate.com>