diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-10-17 04:35:17 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-10-17 04:35:17 (GMT) |
commit | 08d7c1eb0bd82b0f1aa5b314d946fde160159f97 (patch) | |
tree | c7e520b513a7539bf23b751776a4e7b961d40a1c /ChangeLog | |
parent | 1e337a391dcab7902f2fbaf718c29f19022d01e1 (diff) | |
download | tcl-08d7c1eb0bd82b0f1aa5b314d946fde160159f97.zip tcl-08d7c1eb0bd82b0f1aa5b314d946fde160159f97.tar.gz tcl-08d7c1eb0bd82b0f1aa5b314d946fde160159f97.tar.bz2 |
* generic/tclCompExpr.c: Moved a misplaced declaration that blocked
compilation on VC++.
* generic/tclExecute.c: Silenced several VC++ compiler warnings about
converting 'long' to 'unsigned short'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-10-17 Kevin B. Kenny <kennykb@acm.org> + + * generic/tclCompExpr.c: Moved a misplaced declaration that blocked + compilation on VC++. + * generic/tclExecute.c: Silenced several VC++ compiler warnings about + converting 'long' to 'unsigned short'. + 2007-10-16 David Gravereaux <davygrvy@pobox.com> * win/makefile.vc: removed old dependency cruft that is no longer |