diff options
author | Kevin B Kenny <kennykb@acm.org> | 2008-04-14 17:49:59 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2008-04-14 17:49:59 (GMT) |
commit | 278b31b91cc7b0d34299f71e36e0f49a840160ef (patch) | |
tree | d078d9982c750f9932f748e6df9796543acec234 /ChangeLog | |
parent | 6c56c834bd637fa42f8f0ccad512ea595a9011ef (diff) | |
download | tcl-278b31b91cc7b0d34299f71e36e0f49a840160ef.zip tcl-278b31b91cc7b0d34299f71e36e0f49a840160ef.tar.gz tcl-278b31b91cc7b0d34299f71e36e0f49a840160ef.tar.bz2 |
* unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of
'struct timezone' in the call to 'gettimeofday'. [Bug 1942197].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-04-14 Kevin B. Kenny <kennykb@acm.org> + + * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of + 'struct timezone' in the call to 'gettimeofday'. [Bug 1942197]. + + 2008-04-11 Don Porter <dgp@users.sourceforge.net> * generic/tcl.h: Bump version number to 8.5.3b1 to distinguish |