diff options
author | dgp <dgp@users.sourceforge.net> | 2004-07-23 00:24:42 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-07-23 00:24:42 (GMT) |
commit | 4f055e6f11bdbc90906dc4ccd6096408aaaf0aa8 (patch) | |
tree | 43a880ca34af756b641c835c6cfff0e25646f600 /ChangeLog | |
parent | 32f099af31500e24c7425ed7c762e2b665313ab0 (diff) | |
download | tcl-4f055e6f11bdbc90906dc4ccd6096408aaaf0aa8.zip tcl-4f055e6f11bdbc90906dc4ccd6096408aaaf0aa8.tar.gz tcl-4f055e6f11bdbc90906dc4ccd6096408aaaf0aa8.tar.bz2 |
* win/tclWinDde.c: Bump to dde 1.2.3 to cover changes
* library/dde/pkgIndex.tcl: committed on 2004-06-14.
* changes: Updated for Tcl 8.4.7 release.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2004-07-21 Don Porter <dgp@users.sourceforge.net> + + * win/tclWinDde.c: Bump to dde 1.2.3 to cover changes + * library/dde/pkgIndex.tcl: committed on 2004-06-14. + + * changes: Updated for Tcl 8.4.7 release. + 2004-07-20 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclEvent.c: Correct threaded obj allocator to @@ -355,7 +362,7 @@ all calls to localtime, gmtime, and tzset. Added a check in front of those calls to make sure that the TZ env var hasn't changed since the last call to tzset, and repeat - tzset if necessary. [Bug #942078] Removed a buggy test + tzset if necessary. [Bug #940278] Removed a buggy test of the Daylight Saving Time information in 'gettimeofday' in favor of applying 'localtime' to a known value. [Bug #922848] |