summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <andreas_kupries@noemail.net>2005-09-09 19:09:48 (GMT)
committerandreas_kupries <andreas_kupries@noemail.net>2005-09-09 19:09:48 (GMT)
commita3fc969bf655e07ab29181c517a4e74dcd64b51f (patch)
tree8e7623cef92929efee5a0c823fde1772098e19b3 /ChangeLog
parent6289873bafa3f12f8a3850c8a04915a760ee56e7 (diff)
downloadtcl-a3fc969bf655e07ab29181c517a4e74dcd64b51f.zip
tcl-a3fc969bf655e07ab29181c517a4e74dcd64b51f.tar.gz
tcl-a3fc969bf655e07ab29181c517a4e74dcd64b51f.tar.bz2
* generic/tclIORChan.c (RcDecodeEventMask): Added missing type
declaration for the parameter 'mask'. This fixes the [SF Tcl Bug 1286256]. The other warning can be removed only by removing the panic/return code. FossilOrigin-Name: a44fd1ff0f2ab8361be42cb93bb1db9aa9047574
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bf5342..85fe7f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-09-09 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclIORChan.c (RcDecodeEventMask): Added missing type
+ declaration for the parameter 'mask'. This fixes the [SF Tcl Bug
+ 1286256]. The other warning can be removed only by removing the
+ panic/return code.
+
2005-09-09 Kevin Kenny <kennykb@acm.org>
* generic/tclStringObj.c: Added two missing casts to silence