diff options
author | das <das> | 2006-10-16 15:33:42 (GMT) |
---|---|---|
committer | das <das> | 2006-10-16 15:33:42 (GMT) |
commit | 601d05815ca793de0e657f3b8517727185f983ed (patch) | |
tree | bbb248fa7db46f1629799733a0b4edf9f98b4fa5 | |
parent | 2f2ca20a1089b632493c1d3bf0b67c96d898627b (diff) | |
download | tcl-601d05815ca793de0e657f3b8517727185f983ed.zip tcl-601d05815ca793de0e657f3b8517727185f983ed.tar.gz tcl-601d05815ca793de0e657f3b8517727185f983ed.tar.bz2 |
* changes: updates for 8.5a5 release.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | changes | 8 |
2 files changed, 13 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2006-10-16 Daniel Steffen <das@users.sourceforge.net> + + *** 8.5a5 TAGGED FOR RELEASE *** + + * changes: updates for 8.5a5 release. + 2006-10-16 Don Porter <dgp@users.sourceforge.net> * library/tcltest/tcltest.tcl: Revise tcltest bump to 2.3a1. @@ -39,8 +45,6 @@ 2006-10-10 Don Porter <dgp@users.sourceforge.net> - *** 8.5a5 TAGGED FOR RELEASE *** - * changes: Updates for 8.5a5 release. * generic/tclNamespace.c (TclTeardownNamespace): After the @@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.108 2006/10/16 15:22:05 dgp Exp $ +RCS: @(#) $Id: changes,v 1.109 2006/10/16 15:33:42 das Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -6779,6 +6779,8 @@ For any code relying on exact error messages. 2006-08-10 (bug fix)[1538262,1530474] code cleanup; optimizations (afredd) +2006-08-18 (bug fix) intermittent failures in TclUnixWaitForFile() (steffen) + 2006-08-18 (platform support) Darwin x86_64 (steffen) 2006-08-21 (bug fix)[1457797] Darwin 64-bit notifier hang (steffen) @@ -6833,4 +6835,8 @@ URL validity checking against RFC 2986 (hobbs) 2006-10-10 (bug fix)[1566526] crash cleaning up [namespace path] data (porter) +2006-10-12 (bug fix)[1576006] better error messages from [interp alias] (sofer) + +2006-10-13 (platform support) get stack size on Darwin (steffen) + --- Released 8.5a5, June XX, 2006 --- See ChangeLog for details --- |