diff options
author | dgp <dgp@users.sourceforge.net> | 2004-03-01 19:27:07 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-03-01 19:27:07 (GMT) |
commit | 2687f96dae8cbc156462a9ce7fae8e319c258d0a (patch) | |
tree | 437ca3986008f8466a2c2d49ce028a34bcbaa0cb /changes | |
parent | 0184907ffbcddf06f9aa3f3933d88fd1abf8fce0 (diff) | |
download | tcl-2687f96dae8cbc156462a9ce7fae8e319c258d0a.zip tcl-2687f96dae8cbc156462a9ce7fae8e319c258d0a.tar.gz tcl-2687f96dae8cbc156462a9ce7fae8e319c258d0a.tar.bz2 |
Update changes for 8.4.6 release.
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.82 2004/02/20 18:38:59 dgp Exp $ +RCS: @(#) $Id: changes,v 1.83 2004/03/01 19:27:07 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -5952,4 +5952,14 @@ various odd regexp "can't happen" bugs. 2004-02-17 (new default) tcltest::configure -verbose {body error} ---- Released 8.4.6, February 27, 2004 --- See ChangeLog for details --- +2004-02-19 (bug fix) init.tcl search path with unusual --libdir (samson) + +2004-02-25 (bug fix)[554068] stopped broken [exec] quoting of { (gravereaux) + +2004-02-25 (bug fix)[888777] plugged memory leak with long host names (cassoff) + +2004-03-01 (bug fix)[462580] corrected level interpretation of Tcl_CreateTrace + +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 --- |