diff options
author | dgp <dgp@users.sourceforge.net> | 2007-10-26 15:53:43 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-10-26 15:53:43 (GMT) |
commit | 467d1d219595b1179e070d8730d81fe6bec74687 (patch) | |
tree | 8da6ba8c8ce0a01ea7133abd5bfed8d3ce3621c0 /changes | |
parent | 3a931e4e946cdcdde28d18f85fbc3ce3a50c9568 (diff) | |
download | tcl-467d1d219595b1179e070d8730d81fe6bec74687.zip tcl-467d1d219595b1179e070d8730d81fe6bec74687.tar.gz tcl-467d1d219595b1179e070d8730d81fe6bec74687.tar.bz2 |
* changes: Updated for 8.5b2 release.
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.119 2007/09/20 18:29:18 das Exp $ +RCS: @(#) $Id: changes,v 1.120 2007/10/26 15:53:43 dgp Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -7024,3 +7024,17 @@ project for Xcode 3.0 (steffen) on Windows to be larger than the default [interp recursionlimit] value. --- Released 8.5b1, September 26, 2007 --- See ChangeLog for details --- + +2007-10-02 (bug fix)[1806422] proper [tcl::tm::path] autoload (porter) + +2007-10-02 (bug fix) Improve Tcl_DecrRefCount() robustness (staplin) + +2007-10-11 (bug fix)[1805887] [string is int -failindex] for 0o, 0b (porter) + +2007-10-15 (bug fix)[1813528] Tcl_ParseBraces read past buffer (mistachkin) + +2007-10-25 (bug fix)[1726873] intermittent crash in threads (vasiljevic) + +New doc macros for improved formatting. Docs updated to use. (fellows) + +--- Released 8.5b2, October 26, 2007 --- See ChangeLog for details --- |