diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-08 20:56:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-08 20:56:18 (GMT) |
commit | 2474d2381b0e75f2615d60dc21bb3d15943dd88e (patch) | |
tree | bbda6c3670cc808fe46dac38258b2c061415906c /changes | |
parent | ef80a8e33e4a3556fa3ebf372e3ccc2b83549cac (diff) | |
download | tcl-2474d2381b0e75f2615d60dc21bb3d15943dd88e.zip tcl-2474d2381b0e75f2615d60dc21bb3d15943dd88e.tar.gz tcl-2474d2381b0e75f2615d60dc21bb3d15943dd88e.tar.bz2 |
removed INCOMPAT flag
Diffstat (limited to 'changes')
-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) |