summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-04-23 02:54:59 (GMT)
committerhobbs <hobbs>2002-04-23 02:54:59 (GMT)
commit040db1e7b18a9cd02768a9c65da1a305bf09b4ab (patch)
tree3518315d00ef1af1aeab9e2258e1d1c128bf5fb1 /ChangeLog
parent498e58924c0478e6d7b27c78146dce35b9bc460b (diff)
downloadtcl-040db1e7b18a9cd02768a9c65da1a305bf09b4ab.zip
tcl-040db1e7b18a9cd02768a9c65da1a305bf09b4ab.tar.gz
tcl-040db1e7b18a9cd02768a9c65da1a305bf09b4ab.tar.bz2
* generic/tclIOUtil.c (Tcl_FSRegister, Tcl_FSUnregister):
corrected calling of Tcl_ConditionWait to ensure that there would be a condition to wait upon.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a159bbb..4bd1566 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2002-04-22 Jeff Hobbs <jeffh@ActiveState.com>
+ * generic/tclIOUtil.c (Tcl_FSRegister, Tcl_FSUnregister):
+ corrected calling of Tcl_ConditionWait to ensure that there would
+ be a condition to wait upon.
+
+ * generic/tclCmdAH.c (Tcl_FileObjCmd): added cast in FILE_SIZE.
+
* win/tclWinFCmd.c (DoDeleteFile): check return of setattr API
calls in file deletion for correct Win32 API handling.