diff options
author | dgp <dgp@noemail.net> | 2008-08-08 20:56:17 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2008-08-08 20:56:17 (GMT) |
commit | ccf8c03857c678566415ccdd12241d87433fd6d6 (patch) | |
tree | bbda6c3670cc808fe46dac38258b2c061415906c | |
parent | d2ee7df5d72f5c44c8ce9bfa736a829dad0d25a4 (diff) | |
download | tcl-ccf8c03857c678566415ccdd12241d87433fd6d6.zip tcl-ccf8c03857c678566415ccdd12241d87433fd6d6.tar.gz tcl-ccf8c03857c678566415ccdd12241d87433fd6d6.tar.bz2 |
removed INCOMPAT flag
FossilOrigin-Name: 650bd711ca8a75de0c5dc45e9dcd982c3c637513
-rw-r--r-- | changes | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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) |