diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2004-05-27 20:08:18 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2004-05-27 20:08:18 (GMT) |
commit | 1586f3fc7d08ac5d3c07069a621630fdfad84cb2 (patch) | |
tree | e14b375e914e943789cdc0f02881aea9ae646e1e /ChangeLog | |
parent | f0159bec481b8b56d7b70ae333acc455e5d6c3d3 (diff) | |
download | tcl-1586f3fc7d08ac5d3c07069a621630fdfad84cb2.zip tcl-1586f3fc7d08ac5d3c07069a621630fdfad84cb2.tar.gz tcl-1586f3fc7d08ac5d3c07069a621630fdfad84cb2.tar.bz2 |
* generic/tclExecute.c:
* generic/tclVar.c: using (ptrdiff_t) instead of (int) casting to
correct compiler warnings [Bug 961657], reported by Bob Techentin.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-05-25 Miguel Sofer <msofer@users.sf.net> + + * generic/tclExecute.c: + * generic/tclVar.c: using (ptrdiff_t) instead of (int) casting to + correct compiler warnings [Bug 961657], reported by Bob Techentin. + 2004-05-27 Kevin B. Kenny <kennykb@acm.org> * tests/clock.test: Added a single test for the presence of %G |