diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-09-14 21:42:53 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-09-14 21:42:53 (GMT) |
commit | 78d20dd0fad930674c60b4acf7a680392c4e460a (patch) | |
tree | f4831a9a33d1a963686dfd76a3235338f26c5b3e /ChangeLog | |
parent | 807dad29a3e4ffb856a0814751efc851f5d6bfbe (diff) | |
download | tcl-78d20dd0fad930674c60b4acf7a680392c4e460a.zip tcl-78d20dd0fad930674c60b4acf7a680392c4e460a.tar.gz tcl-78d20dd0fad930674c60b4acf7a680392c4e460a.tar.bz2 |
silence compiler warning in tclClock.c
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: |