summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2010-08-03 13:19:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2010-08-03 13:19:20 (GMT)
commitaab0f71223c2ea4d6a0861b070ecca1975a6adf6 (patch)
tree9774520d0f9943186facc58244f50b69ae9e1a56
parent58c90ba11a0349ebbc14ff646db50f761c357f0a (diff)
downloadtcl-aab0f71223c2ea4d6a0861b070ecca1975a6adf6.zip
tcl-aab0f71223c2ea4d6a0861b070ecca1975a6adf6.tar.gz
tcl-aab0f71223c2ea4d6a0861b070ecca1975a6adf6.tar.bz2
* changes: Update for 8.5.9 release.
-rw-r--r--ChangeLog14
-rw-r--r--changes62
2 files changed, 70 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index c8d14e3..de5aa4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-08-03 Don Porter <dgp@users.sourceforge.net>
+
+ * changes: Update for 8.5.9 release.
+
2010-08-02 Kevin B. Kenny <kennykb@users.sf.net>
* library/tzdata/America/Bahia_Banderas:
@@ -16,14 +20,14 @@
2010-07-25 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclInt.h [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6
- * generic/tclBasic.c revert tclInt.h to what it was before, and relax the relation
- between Tcl_CallFrame and CallFrame.
+ * generic/tclInt.h: [Bug 3030870] make itcl 3.x built with pre-8.6
+ * generic/tclBasic.c: work in 8.6 revert tclInt.h to what it was
+ before, and relax the relation between Tcl_CallFrame and CallFrame.
2010-07-17 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tcl.h [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6
- * generic/tclInt.h
+ * generic/tcl.h: [Bug 3030870] make itcl 3.x built with
+ * generic/tclInt.h: pre-8.6 work in 8.6
2010-07-02 Donal K. Fellows <dkf@users.sf.net>
diff --git a/changes b/changes
index 09b70a5..43ba004 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.136.2.21 2009/11/12 16:55:30 dgp Exp $
+RCS: @(#) $Id: changes,v 1.136.2.22 2010/08/03 13:19:20 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -7410,3 +7410,63 @@ among multiple interps (kupries)
(kupries)
--- Released 8.5.8, November 16, 2009 --- See ChangeLog for details ---
+
+2009-11-16 (bug fix)[2891556] encoding finalization crash (mistachkin,ferrieux)
+
+2009-12-09 (enhancement) rewrite of the Safe Base commands (kupries)
+
+2009-12-16 (bug fix)[2913616] msgcat: improved safe interp support (fellows)
+=> msgcat 1.4.3
+
+2009-12-23 (bug fix)[2913625] [info script/nameof] in safe interps (fellows)
+
+2009-12-28 (bug fix)[2891362] enable time limit in child interps (fellows)
+
+2009-12-28 (bug fix)[2895741] enable min(), max() in safe interps (fellows)
+
+2010-01-05 (bug fix)[2918610] [file rootname] corruption (magerya,porter)
+
+2010-01-06 (enhancement) Haiku, CYGWIN support improvements (nijtmans)
+
+2010-01-18 (bug fix)[2932421] less [format %s] shimmer (ferrieux)
+
+2010-01-18 (bug fix)[2918110] [chan postevent] crash (bron,kupries)
+
+2010-02-01 (bug fix)[2942697] faster match: some pathological regexp patterns
+(lane,fellows)
+
+2010-02-02 (bug fix)[2939073] [array unset] unset trace crash (ferrieux)
+
+2010-02-02 (bug fix)[2933089] [info frame] shared lit trouble (kupries)
+
+2010-02-11 (bug fix)[2949740] [open |noSuch rb] crash (kovalenko,fellows)
+
+2010-02-11 (bug fix)[2954959] get sign of abs($zero) right (nijtmans)
+
+2010-03-09 (bug fix)[2936225] stop [chan copy] to slow channel consuming all
+memory with buffer backup (ferrieux)
+
+2010-03-20 (enhancement) permit [fcopy] of > 2^31 bytes (fellows)
+
+2010-03-24 (bug fix)[2383005] [return -errorcode] reject non-list (porter)
+
+2010-03-25 (bug fix)[2976504] broken fstatfs() call (reeuwijk,fellows)
+
+2010-03-30 (bug fix)[2978773] refchan mem preservation (kupries)
+
+2010-05-19 (bug fix)[3004007] dict/list shimmer w/o string rep loss (fellows)
+
+2010-06-09 (bug fixes) platform: several fixes for 64 bit systems (kupries)
+=> platform 1.0.9
+
+2010-06-16 (bug fix)[3016135] [clock format] in he_IL locale (nijtmans)
+
+2010-06-28 (bug fix)[3019634] support errno.h changes in MSVC++ 2010 (nijtmans)
+
+2010-07-02 (enhancement) -errorcode for [expr] domain errors (fellows)
+
+2010-07-28 (bug fix)[3037525] crash deleting vars @ callframe pop (sofer)
+
+2010-08-02 tzdata updated to Olson's tzdata2010k (kenny)
+
+--- Released 8.5.9, August ??, 2010 --- See ChangeLog for details ---