diff options
author | hobbs <hobbs> | 2004-07-23 00:33:28 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-07-23 00:33:28 (GMT) |
commit | cd34e102bf2eef6b341e938c90ce2e5f54ae135b (patch) | |
tree | c9a2b3e79b5dd44362865ad7f9dc9555534efe38 /changes | |
parent | 4f055e6f11bdbc90906dc4ccd6096408aaaf0aa8 (diff) | |
download | tcl-cd34e102bf2eef6b341e938c90ce2e5f54ae135b.zip tcl-cd34e102bf2eef6b341e938c90ce2e5f54ae135b.tar.gz tcl-cd34e102bf2eef6b341e938c90ce2e5f54ae135b.tar.bz2 |
minor fixes to 8.4.7 changes
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 31 |
1 files changed, 18 insertions, 13 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.79.2.8 2004/07/23 00:24:44 dgp Exp $ +RCS: @(#) $Id: changes,v 1.79.2.9 2004/07/23 00:33:28 hobbs Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -5968,31 +5968,33 @@ various odd regexp "can't happen" bugs. 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) +2004-03-31 (bug fix)[811461] ignore locales with no "language" part (porter) => msgcat 1.3.2 -2004-04-07 (platform support) more values in win/tclConfig.sh (hobbs) +2004-04-07 (platform support) properly substitute more values in Windows +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-05-03 (bug fix)[868853] fix leak in [fconfigure $serial -xchar] (cassoff) -2004-04/05 (bug fix)[928353,929892,928808,947440,948177] test fixes: OSX (abner) +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-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-18 (bug fix)[500285,500389,852944] [clock %G %V] ISO8601 week numbers +(kenny) 2004-05-22 (bug fix)[735335,736729] variable name resolution error (sofer) @@ -6006,11 +6008,12 @@ various odd regexp "can't happen" bugs. 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-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) +2004-06-14 (bug fix) correct dde hangs w/non-responsive apps (thoyts) => dde 1.2.3 2004-06-21 (platform support) exceptions w/ gcc -O3 on Win (dejong) @@ -6023,9 +6026,11 @@ various odd regexp "can't happen" bugs. 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-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-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) |