summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2005-05-11 15:39:39 (GMT)
committerKevin B Kenny <kennykb@acm.org>2005-05-11 15:39:39 (GMT)
commit1074a7edd4a19b0debb5bbf5fe02ba157c3dc5c9 (patch)
tree9129feba18528804f4803f0f67c7f5e6f19be14f /ChangeLog
parent8bf46ba0a03990bad5d4491ab94fd3eaba6c43a6 (diff)
downloadtcl-1074a7edd4a19b0debb5bbf5fe02ba157c3dc5c9.zip
tcl-1074a7edd4a19b0debb5bbf5fe02ba157c3dc5c9.tar.gz
tcl-1074a7edd4a19b0debb5bbf5fe02ba157c3dc5c9.tar.bz2
Added UCHAR's to ctype macros in tclStrToD.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b1e6bf..60d8cc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-05-11 Kevin Kenny <kennykb@acm.org>
+
+ * generic/tclStrToD.c (TclStrToD, RefineResult, ParseNaN):
+ Changed the code to cast 'char' to UCHAR explicitly when
+ using ctype macros, to silence complaints from the Solaris
+ compiler.
+
2005-05-10 Jeff Hobbs <jeffh@ActiveState.com>
* unix/tclUnixFCmd.c: add lint attr to enum to satisfy strictly