diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-07-15 22:32:10 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-07-15 22:32:10 (GMT) |
commit | 17e8b8c78b5e27af69840be8b58596569f0f76e9 (patch) | |
tree | f4f327c96f30c6ee6facef575583b231fed32517 /ChangeLog | |
parent | d70bdad3a4f08813f469ec8657f35f9096d3f454 (diff) | |
download | tcl-17e8b8c78b5e27af69840be8b58596569f0f76e9.zip tcl-17e8b8c78b5e27af69840be8b58596569f0f76e9.tar.gz tcl-17e8b8c78b5e27af69840be8b58596569f0f76e9.tar.bz2 |
Bug 1237907
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2005-07-15 Kevin B. Kenny <kennykb@acm.org> + + * generic/tclClock.c (TclClockLocaltimeObjCmd,ThreadSafeLocalTime): + * library/clock.tcl (GuessWindowsTimeZone, ClearCaches): + * tests/clock.test (clock-49.1, clock-49.2): + Handle correctly the case where localtime() returns NULL to + report a conversion error. Also handle the case where the Windows + registry contains timezone values that can be mapped to a tzdata + file name but the corresponding file does not exist or is + corrupted, by falling back on a Posix timezone string instead; + this last case will avoid calls to localtime() in starpacks on + Windows. [Bug 1237907] + 2005-07-14 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * generic/tclCompile.c: Update to follow style guidelines. |