summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordas <das>2006-08-21 02:36:49 (GMT)
committerdas <das>2006-08-21 02:36:49 (GMT)
commit95662eadb620da590767f0c6731d5d5024d77d14 (patch)
treea3a04054aed3114d6764bdc7b14e2b7f45a1c03a /changes
parentd9504ba9f92205956e0b4aa1fa79e44b10a9d68d (diff)
downloadtcl-95662eadb620da590767f0c6731d5d5024d77d14.zip
tcl-95662eadb620da590767f0c6731d5d5024d77d14.tar.gz
tcl-95662eadb620da590767f0c6731d5d5024d77d14.tar.bz2
sync with relevant core-8-4-branch additions
Diffstat (limited to 'changes')
-rw-r--r--changes26
1 files changed, 25 insertions, 1 deletions
diff --git a/changes b/changes
index e308a52..86b52d3 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.105 2006/04/26 13:50:07 dgp Exp $
+RCS: @(#) $Id: changes,v 1.106 2006/08/21 02:36:49 das Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6744,3 +6744,27 @@ Documentation improvements [1211078,1190891,1292427,1277503,1104682,1359183,
1415725,666770]
--- Released 8.5a4, April 27, 2006 --- See ChangeLog for details ---
+
+2006-05-04 (bug fix)[1480509] srand() accept wide input (porter,afredd)
+
+2006-05-05 (bug fix)[1481986] interactive Tcl_Main blocks main loop (porter,lin)
+
+2006-05-13 (bug fix)[1482718] proc re-compile: preserve the previous
+bytecode while references still on the stack (porter,ryazanov)
+
+2006-05-27 (bug fix)[923072] Darwin: made unthreaded CoreFoundation notifier
+naked-fork safe on Tiger (steffen)
+
+2006-07-20 (platform support) Mac OS X weak linking (steffen)
+
+2006-07-20 (bug fix) Darwin: execve() works iff event loop not yet run (steffen)
+
+2006-08-18 (platform support) Darwin x86_64 (steffen)
+
+2006-08-21 (bug fix)[1457797] Darwin 64-bit notifier hang (steffen)
+
+2006-08-21 (bug fix) Darwin: recursively called event loop (steffen)
+
+2006-08-21 (enhancement) Darwin: nanosec resolution clicks and [time] (steffen)
+
+--- Released 8.5a5, June XX, 2006 --- See ChangeLog for details ---