diff options
author | Kevin B Kenny <kennykb@acm.org> | 2008-04-06 00:52:09 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2008-04-06 00:52:09 (GMT) |
commit | 6bdb3d6484f629725b9eaf6638099976ad8717c7 (patch) | |
tree | 4a42b0741ff400d2bcb762503fad51d5698da6c9 /ChangeLog | |
parent | b38bba3aea186cf7f05e45334a96afe25078da16 (diff) | |
download | tcl-6bdb3d6484f629725b9eaf6638099976ad8717c7.zip tcl-6bdb3d6484f629725b9eaf6638099976ad8717c7.tar.gz tcl-6bdb3d6484f629725b9eaf6638099976ad8717c7.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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2008-04-05 Kevin B. Kenny <kennykb@acm.org> + * 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). + * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that Tcl was creating an NTFS junction point (IO_REPARSE_TAG_MOUNT_POINT) but filling in the union member for a Vista symbolic link. |