summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-05-19 22:41:20 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-05-19 22:41:20 (GMT)
commitea59419c25449100febc3fb0ed1f7fee1b9c7e8a (patch)
tree75e643904f23a350dc38d9441b4ae1cba5bbfe4f /ChangeLog
parentceb71f9e1a655bd89eaf50c944528c49fe812f88 (diff)
downloadtcl-ea59419c25449100febc3fb0ed1f7fee1b9c7e8a.zip
tcl-ea59419c25449100febc3fb0ed1f7fee1b9c7e8a.tar.gz
tcl-ea59419c25449100febc3fb0ed1f7fee1b9c7e8a.tar.bz2
* 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 FindFirstFileEx 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.)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ceeef72..0cdcacf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-05-19 Kevin B. Kenny <kennykb@acm.org>
+
+ * 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 FindFirstFileEx 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 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* tests/interp.test (interp-34.3): Rewrite this test to see if a