diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-19 22:50:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-05-19 22:50:22 (GMT) |
commit | 64321856827557769e2a68ac721330f82a3c7065 (patch) | |
tree | 0bb59a47ae445dec3d0a2828d8bad3f379cf84b7 /ChangeLog | |
parent | b3dc4ac2be00faaa212364b6d4f0c0e92b9255ac (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |