summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-09-10 20:04:10 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-09-10 20:04:10 (GMT)
commit1a42af4f8eef021dc46fec2949865376819d9795 (patch)
treee366f4f5a8af7e0641061ad1c3f033cb69bb5357 /ChangeLog
parent870e3b5d95325fb625374c0b97314635a784e806 (diff)
downloadtcl-1a42af4f8eef021dc46fec2949865376819d9795.zip
tcl-1a42af4f8eef021dc46fec2949865376819d9795.tar.gz
tcl-1a42af4f8eef021dc46fec2949865376819d9795.tar.bz2
Fix [Bug 1025359]; make sure wide seeks don't lose errors
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d77214..270ef94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-10 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+
+ * generic/tclIO.c (Tcl_Seek): Make sure wide seeks do not fail to
+ set ::errorCode on error. [Bug 1025359]
+
2004-09-10 Andreas Kupries <andreask@activestate.com>
* generic/tcl.h: Micro formatting fixes.