summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2005-09-09 19:09:48 (GMT)
committerandreas_kupries <akupries@shaw.ca>2005-09-09 19:09:48 (GMT)
commit1e06a39ac743012905d07c5286949994310b8d93 (patch)
tree8e7623cef92929efee5a0c823fde1772098e19b3 /ChangeLog
parentabe7a3e9a18c8df9a45a0177a208d8654f4f1c2b (diff)
downloadtcl-1e06a39ac743012905d07c5286949994310b8d93.zip
tcl-1e06a39ac743012905d07c5286949994310b8d93.tar.gz
tcl-1e06a39ac743012905d07c5286949994310b8d93.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.
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