summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-06-19 19:27:49 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-06-19 19:27:49 (GMT)
commiteb2dd5ab54c55e83b8ef85ecdc4c1cfc04a3b9c7 (patch)
tree56d4bf1ab2ce8608c68403b501149899bb6ff7bc /changes
parentcb45bcc4efcca9015cae5f27ba010ad0f2ed39ff (diff)
downloadtcl-eb2dd5ab54c55e83b8ef85ecdc4c1cfc04a3b9c7.zip
tcl-eb2dd5ab54c55e83b8ef85ecdc4c1cfc04a3b9c7.tar.gz
tcl-eb2dd5ab54c55e83b8ef85ecdc4c1cfc04a3b9c7.tar.bz2
* changes: Updates for 8.6a1 release.
Diffstat (limited to 'changes')
-rw-r--r--changes41
1 files changed, 40 insertions, 1 deletions
diff --git a/changes b/changes
index 22a2a95..ac24e2d 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.136 2008/03/28 16:45:36 dgp Exp $
+RCS: @(#) $Id: changes,v 1.137 2008/06/19 19:27:51 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -7190,3 +7190,42 @@ variables without "." added to customization hooks (kupries)
2008-03-27 clock tzdata updated to Olson's tzdata2008b (kenny)
--- Released 8.5.2, March 28, 2008 --- See ChangeLog for details ---
+
+2008-03-30 (bug fix)[1783544] more robust TclIsNaN() (kenny,teterin)
+
+2008-04-01 (interface)[1819422] tclStubsPtr no longer in libtcl (porter)
+ *** POTENTIAL INCOMPATIBILITY ***
+
+2008-04-01 (bug fix)[1839067] FP round fix for Solaris/x86 (kupries,schlenker)
+
+2008-04-02 (bug fix)[780533,1932639] [fcopy] callbacks unreliable (ferrieux)
+
+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 (interface)[1938497] make stubs tables 'static const' (steffen)
+
+2008-05-02 (new feature) [binary] is now a [namespace ensemble] (thoyts)
+
+2008-05-07 (bug fix) [dict append] crash (mccormack,fellows)
+
+2008-05-21 (bug fix)[1968882] [info complete "\\\n"] => 0 (porter)
+
+2008-05-22 (bug fix)[1968245] Tcl_LogCommandInfo() accept length=-1 (darroch)
+
+2008-05-23 (bug fix)[1965787] 32-bit overflow in [tell] result (ferrieux)
+
+2008-05-31 (new feature)[TIP 257] [oo::*] commands from TclOO (fellows)
+
+2008-06-04 (new feature)[TIP 317] [binary encode]; [binary decode] (thoyts)
+
+2008-06-06 (new feature)[TIP 230] [chan push]; [chan pop] (kupries)
+
+2008-06-08 (enhancement)[1973096] bytecompiled [uplevel] scripts (sofer)
+
+2008-06-13 (new feature)[TIP 285] [interp cancel]; Tcl_CancelEval() (mistachkin)
+
+--- Released 8.6a1, June ??, 2008 --- See ChangeLog for details ---