summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-12-01 09:58:51 (GMT)
committernijtmans <nijtmans>2010-12-01 09:58:51 (GMT)
commit44f1f5d61bd646cb8f774eaca8f46c01f5c3aebd (patch)
treeff3e45f716f97fd6829df5f3c3f6ff70710f2771 /ChangeLog
parentd2d7d8abb3f68656afe1b09035076e181779a18c (diff)
downloadtcl-44f1f5d61bd646cb8f774eaca8f46c01f5c3aebd.zip
tcl-44f1f5d61bd646cb8f774eaca8f46c01f5c3aebd.tar.gz
tcl-44f1f5d61bd646cb8f774eaca8f46c01f5c3aebd.tar.bz2
fix gcc 64-bit warnings: cast from pointer to integer of different size
fix gcc(-4.5.2) warning: 'static' is not at beginning of declaration
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4fb2e64..450b2ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-01 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclBasic.c: fix gcc 64-bit warnings: cast from pointer to
+ * generic/tclHash.c: integer of different size.
+ * generic/tclTest.c:
+ * generic/tclThreadTest.c:
+ * generic/tclStrToD.c: fix gcc(-4.5.2) warning: 'static' is not at
+ beginning of declaration.
+
2010-11-30 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h:
@@ -13,6 +22,7 @@
("injects") arbitrary code to a suspended coro's future resumption.
Neat for debugging complex coros without heavy instrumentation.
+>>>>>>> 1.5314
2010-11-29 Kevin B. Kenny <kennykb@acm.org>
* generic/tclInt.decls: