summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-03 09:51:45 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-03 09:51:45 (GMT)
commit03df1c4fdcf3eba690c937f14950f18d6817dc51 (patch)
tree01c96e02997ffc889de34b9f03c3538a583dd4d0 /ChangeLog
parent6098a1e4066549ea5b34b4d51586fe5182111487 (diff)
downloadtcl-03df1c4fdcf3eba690c937f14950f18d6817dc51.zip
tcl-03df1c4fdcf3eba690c937f14950f18d6817dc51.tar.gz
tcl-03df1c4fdcf3eba690c937f14950f18d6817dc51.tar.bz2
Fix [Bug 2380318]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b4f6cb..9d5a363 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
+2008-12-03 Donal K. Fellows <dkf@users.sf.net>
+
+ * win/tclWinPipe.c (TclpOpenTemporaryFile): Avoid an infinite loop due
+ to GetTempFileName/CreateFile interaction. [Bug 2380318]
+
2008-12-03 Don Porter <dgp@users.sourceforge.net>
- * generic/tclFileName.c (DoGlob): One of the
- Tcl_FSMatchInDirectory() calls did not have its return code checked.
- This caused error messages returned by some Tcl_Filesystem drivers
- to be swallowed.
+ * generic/tclFileName.c (DoGlob): One of the Tcl_FSMatchInDirectory
+ calls did not have its return code checked. This caused error messages
+ returned by some Tcl_Filesystem drivers to be swallowed.
2008-12-02 Don Porter <dgp@users.sourceforge.net>
@@ -30,8 +34,8 @@
2008-12-02 Andreas Kupries <andreask@activestate.com>
* generic/tclIO.c (TclFinalizeIOSubsystem): Replaced Alexandre
- Ferrieux's first patch for [Bug 2270477] with a gentler version,
- also supplied by him.
+ Ferrieux's first patch for [Bug 2270477] with a gentler version, also
+ supplied by him.
2008-12-01 Don Porter <dgp@users.sourceforge.net>