diff options
author | das <das> | 2007-09-20 18:29:18 (GMT) |
---|---|---|
committer | das <das> | 2007-09-20 18:29:18 (GMT) |
commit | 6c483122ed3d96fc79895bcb6b44fe7ddac0417b (patch) | |
tree | 24a9bafd00bd9d74dfcb6f977612af4abf8f60f9 | |
parent | 73ed343f88d42816ffa4f3a04057c4fbe294d440 (diff) | |
download | tcl-6c483122ed3d96fc79895bcb6b44fe7ddac0417b.zip tcl-6c483122ed3d96fc79895bcb6b44fe7ddac0417b.tar.gz tcl-6c483122ed3d96fc79895bcb6b44fe7ddac0417b.tar.bz2 |
fix order, typo, contributor names
-rw-r--r-- | changes | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.118 2007/09/20 18:00:40 dgp Exp $ +RCS: @(#) $Id: changes,v 1.119 2007/09/20 18:29:18 das Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6918,7 +6918,7 @@ upvar and namespace upvar. 2007-04-20 (enhancement) Documented Tcl_SetNotifier and Tcl_ServiceModeHook. -2007-04-23 (bug fix) Workaround crashing bug in fts_open() on 64bit Darawin. +2007-04-23 (bug fix) Workaround crashing bug in fts_open() on 64bit Darwin. --- Released 8.5a6, April 25, 2007 --- See ChangeLog for details --- @@ -6938,7 +6938,7 @@ upvar and namespace upvar. Tokens reflecting the expansion are returned instead. (porter) *** POTENTIAL INCOMPATIBILITY with previous 8.5 alphas only *** -2007-06-06 (platform support) Darwin: add plist to tclsh. +2007-06-06 (platform support) Darwin: add plist to tclsh (steffen) 2007-06-12 (enhancement) [info] is now a [namespace ensemble] (fellows) @@ -6948,6 +6948,8 @@ Tokens reflecting the expansion are returned instead. (porter) of traced command do not fire (sofer) *** POTENTIAL INCOMPATIBILITY *** +2007-06-23 (bug fix) Darwin: prevent post-fork() abort() (steffen) + 2007-06-27 (bug fix)[1743941] Infinite loop in Tcl_CreateTrace traces (porter) 2007-06-29 (enhancement) Tcl_Alloc alignment on Darwin (steffen) @@ -6970,12 +6972,12 @@ of traced command do not fire (sofer) 2007-08-08 (bug fix)[1770224] [tcl::mathop::>> $big1 $big2] errors (porter) -2007-08-16 (bug fix)[1773040] ::errorInfo trace crash (janssen,porter) - -2007-08-14 (platform support) Darwin: [load] from VFS on intel & 64bit. +2007-08-14 (platform support) Darwin [load] from VFS on intel & 64bit (steffen) 2007-08-15 (bug fix)[1773127] corrected open mode "a+" (rottman,fellows) +2007-08-16 (bug fix)[1773040] ::errorInfo trace crash (janssen,porter) + 2007-08-16 (performance)[1564517] pre-compile constant expressions (porter) 2007-08-21 (bug fix)[1775878] 'puts \' in interactive tclsh failed to move to @@ -6988,7 +6990,7 @@ prompt for continuation line (porter) 2007-09-03 clock tzdata updated to Olson's tzdata2007g (kenny) 2007-09-06 (platform support) Darwin: drop support for Xcode 1.5 project, add -project for Xcode 3.0. +project for Xcode 3.0 (steffen) 2007-09-08 (bug fix)[1786481] nested [dict update] crash (fellows) @@ -7010,11 +7012,11 @@ project for Xcode 3.0. 2007-09-11 (platform support) Windows AMD64 support (thoyts) -2007-09-14 (enhancement)[1793984] DTrace provider for Tcl. +2007-09-14 (enhancement)[1793984] DTrace provider for Tcl (steffen) 2007-09-14 (bug fix)[1519940] surplus ns path invalidation (fellows,bauer) -2007-09-15 (platform support) SunOS-5.1x link with cc, not ld. +2007-09-15 (platform support) SunOS-5.1x link with cc, not ld (steffen) 2007-09-17 (platform support)[1748251] Fix NetBSD link failures (english) |