diff options
author | das <das> | 2008-06-20 13:51:26 (GMT) |
---|---|---|
committer | das <das> | 2008-06-20 13:51:26 (GMT) |
commit | b2feda81522b5e104e93fa64c501aa99ef6a2c4e (patch) | |
tree | 902df92a13c06560ce42b166ff6ed82f9aad68f6 /changes | |
parent | 48bde53d60eb4631746456df0bd1e879c6a15628 (diff) | |
download | tcl-b2feda81522b5e104e93fa64c501aa99ef6a2c4e.zip tcl-b2feda81522b5e104e93fa64c501aa99ef6a2c4e.tar.gz tcl-b2feda81522b5e104e93fa64c501aa99ef6a2c4e.tar.bz2 |
Solaris, stubs changes for 8.6a1
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,6 +1,6 @@ Recent user-visible changes to Tcl: -RCS: @(#) $Id: changes,v 1.137 2008/06/19 19:27:51 dgp Exp $ +RCS: @(#) $Id: changes,v 1.138 2008/06/20 13:51:26 das Exp $ 1. No more [command1] [command2] construct for grouping multiple commands on a single command line. @@ -7200,12 +7200,16 @@ variables without "." added to customization hooks (kupries) 2008-04-02 (bug fix)[780533,1932639] [fcopy] callbacks unreliable (ferrieux) +2008-04-02 (interface)[1819422] libtclstub symbols MODULE_SCOPE (steffen) + 2008-04-04 (bug fix) [chan postevent] crash (kupries) 2008-04-07 (bug fix) Fix broken [format {% d}] (max) 2008-04-07 (bug fix)[1350564] Bi-directional [fcopy] now supported (ferrieux) +2008-04-16 (bug fix)[1938497] Tcl_SetNotifier() fixes (steffen) + 2008-04-16 (interface)[1938497] make stubs tables 'static const' (steffen) 2008-05-02 (new feature) [binary] is now a [namespace ensemble] (thoyts) @@ -7226,6 +7230,10 @@ variables without "." added to customization hooks (kupries) 2008-06-08 (enhancement)[1973096] bytecompiled [uplevel] scripts (sofer) +2008-06-12 (platform support) Solaris static build with DTrace (steffen) + +2008-06-12 (platform support) Solaris/amd64 gcc 64bit support (steffen) + 2008-06-13 (new feature)[TIP 285] [interp cancel]; Tcl_CancelEval() (mistachkin) --- Released 8.6a1, June ??, 2008 --- See ChangeLog for details --- |