summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-05-19 22:50:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-05-19 22:50:22 (GMT)
commit64321856827557769e2a68ac721330f82a3c7065 (patch)
tree0bb59a47ae445dec3d0a2828d8bad3f379cf84b7 /ChangeLog
parentb3dc4ac2be00faaa212364b6d4f0c0e92b9255ac (diff)
downloadtcl-64321856827557769e2a68ac721330f82a3c7065.zip
tcl-64321856827557769e2a68ac721330f82a3c7065.tar.gz
tcl-64321856827557769e2a68ac721330f82a3c7065.tar.bz2
Backport of bizarre error-loss bug found by KBK and myself.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 74ae073..65cd4f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-05-19 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * win/tclWinFile.c (TclpMatchInDirectory): fix for an issue
+ where there was a sneak path from Tcl_DStringFree to
+ SetErrorCode(0). The result was that the error code could
+ be reset between a call to FindFirstFile and the check
+ of its status return, leading to a bizarre error return of
+ {POSIX unknown {No error}}. (Found in unplanned test -
+ no incident logged at SourceForge.)
+
2004-05-19 Andreas Kupries <andreask@activestate.com>
* tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem as