summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2008-08-08 20:56:17 (GMT)
committerdgp <dgp@noemail.net>2008-08-08 20:56:17 (GMT)
commitccf8c03857c678566415ccdd12241d87433fd6d6 (patch)
treebbda6c3670cc808fe46dac38258b2c061415906c
parentd2ee7df5d72f5c44c8ce9bfa736a829dad0d25a4 (diff)
downloadtcl-ccf8c03857c678566415ccdd12241d87433fd6d6.zip
tcl-ccf8c03857c678566415ccdd12241d87433fd6d6.tar.gz
tcl-ccf8c03857c678566415ccdd12241d87433fd6d6.tar.bz2
removed INCOMPAT flag
FossilOrigin-Name: 650bd711ca8a75de0c5dc45e9dcd982c3c637513
-rw-r--r--changes4
1 files changed, 1 insertions, 3 deletions
diff --git a/changes b/changes
index 0846933..4421762 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.142 2008/08/08 20:43:17 dgp Exp $
+RCS: @(#) $Id: changes,v 1.143 2008/08/08 20:56:18 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -7272,8 +7272,6 @@ enables deep Tcl evaluation stacks without deep C stacks. (sofer)
2008-07-29 (bug fix)[2030670] fix rare panic in TclStackFree (pasadyn,sofer)
2008-08-01 Tcl_Finalize() no longer called implicitly on DLL_PROCESS_DETACH.
-Programs that unload the Tcl library need to call Tcl_Finalize() first.
- *** POTENTIAL INCOMPATIBILITY ***
2008-08-05 (enhancement)[1994512] async connect logic simplified (jenglish)