summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2004-09-14 21:42:53 (GMT)
committerKevin B Kenny <kennykb@acm.org>2004-09-14 21:42:53 (GMT)
commit78d20dd0fad930674c60b4acf7a680392c4e460a (patch)
treef4831a9a33d1a963686dfd76a3235338f26c5b3e /ChangeLog
parent807dad29a3e4ffb856a0814751efc851f5d6bfbe (diff)
downloadtcl-78d20dd0fad930674c60b4acf7a680392c4e460a.zip
tcl-78d20dd0fad930674c60b4acf7a680392c4e460a.tar.gz
tcl-78d20dd0fad930674c60b4acf7a680392c4e460a.tar.bz2
silence compiler warning in tclClock.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ddf53a3..4ac052d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-09-14 Kevin B. Kenny <kennykb@acm.org>
+
+ * generic/tclClock.c (ClockOldscanObjCmd): Silenced a compiler
+ warning (long passed as a param where unsigend long was
+ expected). 'Unsigned long' is wrong, but the fix is really
+ to change the signature of TclGetDate to return a structure of
+ its 'yy' variables and then do the remaining work inside
+ clock.tcl. But, as I said on 2004-09-08, that's a job for
+ another day. [Bug 1027993]
+
2004-09-10 Miguel Sofer <msofer@users.sf.net>
* doc/interp.n: