diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-22 19:41:45 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-22 19:41:45 (GMT) |
commit | ff438a1585e89220bba50c88493bee7174377ff9 (patch) | |
tree | 7385ec82caa89cc7d52af385a93b448f8ed20ebe /changes | |
parent | fc2d441c7dae498f52b432c51af8a3daf7aaa0b6 (diff) | |
download | tcl-ff438a1585e89220bba50c88493bee7174377ff9.zip tcl-ff438a1585e89220bba50c88493bee7174377ff9.tar.gz tcl-ff438a1585e89220bba50c88493bee7174377ff9.tar.bz2 |
* changes: Updates for 8.6a2 release.core_8_6_a2
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.144 2008/08/12 15:00:23 dgp Exp $ +RCS: @(#) $Id: changes,v 1.145 2008/08/22 19:41:47 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -7289,4 +7289,12 @@ in a deleted interp. (porter) 2008-08-11 (enhancement) automatic [package provide] for TMs (kupries) ---- Released 8.6a2, August 15, 2008 --- See ChangeLog for details --- +2008-08-17 (bug fix)[2055782] crash involving Tcl_ConcatObj (sofer) + +2008-08-21 (new feature) CONST-ified Tcl routines passing (Tcl_ObjType *), +(Tcl_Filesystem *), or (Tcl_Timer *) arguments (nijtmans,porter) + *** POTENTIAL INCOMPATIBILITY *** + +2008-08-21 (bug fix)[2065115] Restored ***= regexp functioning (hobbs,porter) + +--- Released 8.6a2, August 25, 2008 --- See ChangeLog for details --- |