diff options
author | nijtmans <nijtmans> | 2010-12-01 09:58:51 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-12-01 09:58:51 (GMT) |
commit | b6d1219a7a9fcdb49db66a4217f34bd79ba40bba (patch) | |
tree | ff3e45f716f97fd6829df5f3c3f6ff70710f2771 /ChangeLog | |
parent | 79fc377e16fe1fb9074418c7fa5a4e06b9da28f4 (diff) | |
download | tcl-b6d1219a7a9fcdb49db66a4217f34bd79ba40bba.zip tcl-b6d1219a7a9fcdb49db66a4217f34bd79ba40bba.tar.gz tcl-b6d1219a7a9fcdb49db66a4217f34bd79ba40bba.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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |