summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2010-12-01 16:28:00 (GMT)
committerKevin B Kenny <kennykb@acm.org>2010-12-01 16:28:00 (GMT)
commit6c7ac341739cf01e0a6a385687b55339aa48e1eb (patch)
tree3250721d903de692e0288f305ca991dca2a056b2 /ChangeLog
parent627e4077fec79059bce211956e1fbbc3905fb8b6 (diff)
downloadtcl-6c7ac341739cf01e0a6a385687b55339aa48e1eb.zip
tcl-6c7ac341739cf01e0a6a385687b55339aa48e1eb.tar.gz
tcl-6c7ac341739cf01e0a6a385687b55339aa48e1eb.tar.bz2
* generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits):
Added meaningless initialization of 'i', 'ilim' and 'ilim1' to silence warnings from the C compiler about possible use of uninitialized variables, Added a panic to the 'switch' that assigns them, to assert that the 'default' case is impossible. [Bug 3124675]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a0f605..d864934 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-01 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits):
+ Added meaningless initialization of 'i', 'ilim' and 'ilim1'
+ to silence warnings from the C compiler about possible use of
+ uninitialized variables, Added a panic to the 'switch' that
+ assigns them, to assert that the 'default' case is impossible.
+ [Bug 3124675]
+
2010-12-01 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclBasic.c: fix gcc 64-bit warnings: cast from pointer to