summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2004-05-27 20:08:18 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2004-05-27 20:08:18 (GMT)
commit1586f3fc7d08ac5d3c07069a621630fdfad84cb2 (patch)
treee14b375e914e943789cdc0f02881aea9ae646e1e /ChangeLog
parentf0159bec481b8b56d7b70ae333acc455e5d6c3d3 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8574bb..6b598e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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