diff options
author | dgp <dgp@users.sourceforge.net> | 2006-10-10 19:10:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-10-10 19:10:37 (GMT) |
commit | ba0f0f3d224fe41e429498129101a52a55110e16 (patch) | |
tree | 4a987966fdac21503d1f24d7e43b15d27dd71ef3 /changes | |
parent | a8a7b3f04d16b8f5b11fccc178ea61fa08b7dff1 (diff) | |
download | tcl-ba0f0f3d224fe41e429498129101a52a55110e16.zip tcl-ba0f0f3d224fe41e429498129101a52a55110e16.tar.gz tcl-ba0f0f3d224fe41e429498129101a52a55110e16.tar.bz2 |
* changes: changes updated for 8.4.14 release.
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.79.2.45 2006/08/21 02:36:27 das Exp $ +RCS: @(#) $Id: changes,v 1.79.2.46 2006/10/10 19:10:37 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6397,4 +6397,24 @@ naked-fork safe on Tiger (steffen) 2006-08-21 (bug fix) Darwin: recursively called event loop (steffen) ---- Released 8.4.14, June XX, 2006 --- See ChangeLog for details --- +2006-08-30 (bug fix)[1548263] filesystem segfaults (hobbs,mccormack) + +2006-09-06 (bug fix)[999544] use of MT-safe system calls (vasiljevic) + +2006-09-10 (platform support) Darwin: msgcat use CFLocale (steffen) +=> msgcat 1.3.4 + +2006-09-22 (bug fix)[1562528] NULL terminates variadic calls (fellows,ryazanov) + +2006-09-26 (platform support) MSVC8 AMD64 support (thoyts) + +2006-10-05 (bug fix)[1570718] make [lappend $nonList] complain (sofer,virden) + +2006-10-05 (bug fix)[1122671] alignment fixes in unicode encoding routines +(hobbs,staplin) + +2006-10-05 (new feature) [set ::http::strict 1] (default value is 0) to enable +URL validity checking against RFC 2986 (hobbs) +=> http 2.5.3 + +--- Released 8.4.14, October XX, 2006 --- See ChangeLog for details --- |