summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2011-03-13 22:42:24 (GMT)
committerKevin B Kenny <kennykb@acm.org>2011-03-13 22:42:24 (GMT)
commit9c2e378362223c670fe77827649dbdca520715c8 (patch)
tree4f7d103c464bde929ac0961bcb9ee72be86a0261 /ChangeLog
parent444dc1aa718c0939ea6a941227f67bb39535c044 (diff)
downloadtcl-9c2e378362223c670fe77827649dbdca520715c8.zip
tcl-9c2e378362223c670fe77827649dbdca520715c8.tar.gz
tcl-9c2e378362223c670fe77827649dbdca520715c8.tar.bz2
* generic/tclAssembly.c (BBEmitInstInt1): Changed parameter
data types in an effort to silence a MSVC warning reported by Ashok P. Nadkarni. Unable to test, since both forms work on my machine in VC2005, 2008. 2010, in both release and debug builds. * tests/tclTest.c (TestdstringCmd): Restored MSVC buildability broken by [5574bdd262], which changed the effective return type of 'ckalloc' from 'char*' to 'void*'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10f1f55..372542e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-03-14 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclAssembly.c (BBEmitInstInt1): Changed parameter
+ data types in an effort to silence a MSVC warning reported by
+ Ashok P. Nadkarni. Unable to test, since both forms work on
+ my machine in VC2005, 2008. 2010, in both release and debug
+ builds.
+ * tests/tclTest.c (TestdstringCmd): Restored MSVC buildability
+ broken by [5574bdd262], which changed the effective return type
+ of 'ckalloc' from 'char*' to 'void*'.
+
2011-03-13 Miguel Sofer <msofer@users.sf.net>
* generic/tclExecute.c: remove TEBCreturn()