From 4f055e6f11bdbc90906dc4ccd6096408aaaf0aa8 Mon Sep 17 00:00:00 2001 From: dgp Date: Fri, 23 Jul 2004 00:24:42 +0000 Subject: * 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. --- ChangeLog | 9 +++++- changes | 76 +++++++++++++++++++++++++++++++++++++++++++++++- library/dde/pkgIndex.tcl | 4 +-- win/tclWinDde.c | 4 +-- 4 files changed, 87 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index d8ff568..68fab05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-07-21 Don Porter + + * 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 * 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] diff --git a/changes b/changes index b49c76a..f0f9dfc 100644 --- a/changes +++ b/changes @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.79.2.7 2004/03/01 18:22:59 dgp Exp $ +RCS: @(#) $Id: changes,v 1.79.2.8 2004/07/23 00:24:44 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -5963,3 +5963,77 @@ various odd regexp "can't happen" bugs. 2004-03-01 (platform support)[218561] Allow 64-bit configure on IRIX64-6.5* --- Released 8.4.6, March 1, 2004 --- See ChangeLog for details --- + +2004-03-08 (bug fix)[910525] [glob -path] in root directory (darley) + +2004-03-15 (bug fix)[916795] syntax error -> compiler segfault (sofer,porter) + +2004-03-21 (platform support) Unicode support on Win CE (hobbs) + +2004-03-29 (bug fix)[920667] install into any Unicode path on Win (hobbs) + +2004-03-31 (bug fix)[811457] support translation to "" (porter) +2004-03-31 (bug fix)[811461] ignore locales with no "langauge" part (porter) +=> msgcat 1.3.2 + +2004-04-07 (platform support) more values in win/tclConfig.sh (hobbs) + +2004-04-23 (bug fix)[930851] reset channel EOF when eofchar changes (kupries) + +2004-05-03 (bug fix)[947070] stack overflow prevention on Win (kenny) + +2004-05-03 (bug fix)[868853] leak in [fconfigure $serial -xchar] (cassoff) + +2004-04/05 (bug fix)[928353,929892,928808,947440,948177] test fixes: OSX (abner) + +2004-05-04 (bug fix) crash: [cd] w/ volumerelative $HOME (hobbs) + +2004-05-05 (bug fix)[794839] socket connect error -> r/w fileevents (gravereaux) + +2004-05-14 (bug fix)[940278] [clock] notices $::env(TZ) changes (kenny) + +2004-05-18 (bug fix)[500285,500389,852944] [clock %G %V] ISO8601 week #s (kenny) + +2004-05-22 (bug fix)[735335,736729] variable name resolution error (sofer) + +2004-05-24 (bug fix) support for non-WIDE_INT aware math functions (hobbs) + +2004-05-25 (new feature) [http::config -urlencoding] (hobbs) +=> http 2.5.0 + +2004-05-26 (bug fix)[960926] file count doubled when -singleproc 1 (porter) +=> tcltest 2.2.6 + +2004-05-27 (bug fix)[949905] corrected utf-8 encoding of \u0000 on I/O (max) + +2004-06-05 (bug fix)[976722] hi-res clock fixes: Win (godfrey,suchenwirth,kenny) + +2004-06-10 (bug fix)[932314] bad return values from Tcl_FSChdir() (vasiljevic) + +2004-06-14 (bug fix) dde hangs w/non-responsive apps (thoyts) +=> dde 1.2.3 + +2004-06-21 (platform support) exceptions w/ gcc -O3 on Win (dejong) + +2004-06-29 (bug fix)[981733] SafeBase global pollution (fellows) + +2004-07-02 (new feature)[TIP 202] pipe redirection 2>@1 (hobbs) + +2004-07-03 (bug fix)[908375] round() wide integer support (lavana, sofer) + +2004-07-15 (bug fix)[770053] crash in thread finalize of notifier (vasiljevic) + +2004-07-15 (bug fix)[990453] plug mutex leaks on reinit (mistachkin, vasiljevic) + +2004-07-16 (bug fix)[990500] clean exit of notifier thread (mistachkin, kupries) + +2004-07-19 (bug fix)[987967] improved self-init of mutexes on Win (vasiljevic) + +2004-07-19 (bug fix)[874058] improved build configuration on 64-bit systems. +Corrects Tcl_StatBuf definition issues. (hobbs) + +2004-07-20 (bug fix) pure Darwin/CFLite support (steffen) + +2004-07-20 (bug fix)[736426] plug leaky allocator reinit (mistachkin, kenny) + +--- Released 8.4.7, July 22, 2004 --- See ChangeLog for details --- diff --git a/library/dde/pkgIndex.tcl b/library/dde/pkgIndex.tcl index b293134..ca9a78f 100644 --- a/library/dde/pkgIndex.tcl +++ b/library/dde/pkgIndex.tcl @@ -1,7 +1,7 @@ if {![package vsatisfies [package provide Tcl] 8]} {return} if {[string compare $::tcl_platform(platform) windows]} {return} if {[info exists ::tcl_platform(debug)]} { - package ifneeded dde 1.2.2 [list load [file join $dir tcldde12g.dll] dde] + package ifneeded dde 1.2.3 [list load [file join $dir tcldde12g.dll] dde] } else { - package ifneeded dde 1.2.2 [list load [file join $dir tcldde12.dll] dde] + package ifneeded dde 1.2.3 [list load [file join $dir tcldde12.dll] dde] } diff --git a/win/tclWinDde.c b/win/tclWinDde.c index 181820d..ac8e3b2 100644 --- a/win/tclWinDde.c +++ b/win/tclWinDde.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclWinDde.c,v 1.13.2.2 2004/06/14 15:22:38 patthoyts Exp $ + * RCS: @(#) $Id: tclWinDde.c,v 1.13.2.3 2004/07/23 00:24:45 dgp Exp $ */ #include "tclPort.h" @@ -71,7 +71,7 @@ static DWORD ddeInstance; /* The application instance handle given * to us by DdeInitialize. */ static int ddeIsServer = 0; -#define TCL_DDE_VERSION "1.2.2" +#define TCL_DDE_VERSION "1.2.3" #define TCL_DDE_PACKAGE_NAME "dde" #define TCL_DDE_SERVICE_NAME "TclEval" -- cgit v0.12