|
From: miguel s. <ms...@us...> - 2007-06-20 22:36:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25727 Modified Files: ChangeLog Log Message: * generic/tclVar.c: streamline namespace vars deletion: only compute the variable's full name if the variable is traced. |
|
From: Donal K. F. <dk...@us...> - 2007-06-21 12:43:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16353 Modified Files: ChangeLog Log Message: Fix comments referring to {expand}. [Bug 1600859] |
|
From: Don P. <dg...@us...> - 2007-06-21 16:04:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3316 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-06-21 16:31:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14612 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: miguel s. <ms...@us...> - 2007-06-21 17:45:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13273 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (TEOvI): Made sure that leave * generic/tclExecute.c (INST_INVOKE): traces that were created * tests/trace.test (trace-36.2): during execution of an originally untraced command do not fire [Bug 1740962], partial fix. |
|
From: Don P. <dg...@us...> - 2007-06-21 18:41:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4155 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Move most instances of the Tcl_Parse struct * generic/tclCompExpr.c: off the C stack and onto the Tcl stack. * generic/tclCompile.c: This is a rather large struct (> 3kB). * generic/tclParse.c: |
|
From: Don P. <dg...@us...> - 2007-06-22 17:09:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4125 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Revised TclStackRealloc() signature to better * generic/tclInt.h: parallel (and fall back on) Tcl_Realloc. * generic/tclNamesp.c (TclResetShadowesCmdRefs): Replaced ckrealloc based allocations with TclStackRealloc allocations. |
|
From: Don P. <dg...@us...> - 2007-06-22 20:42:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27248 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c: More conversions to use TclStackAlloc. * generic/tclScan.c: |
|
From: Daniel A. S. <da...@us...> - 2007-06-23 00:23:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18808 Modified Files: ChangeLog Log Message: * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundation APIs after fork() on systems where that would lead to an abort(). |
|
From: Daniel A. S. <da...@us...> - 2007-06-23 00:23:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18829 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundation APIs after fork() on systems where that would lead to an abort(). |
|
From: miguel s. <ms...@us...> - 2007-06-23 18:13:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31168 Modified Files: ChangeLog Log Message: * generic/tclVar.c (UnsetVarStruct, TclDeleteVars): made the logic slightly clearer, eliminated some duplicated code. *** POTENTIAL INCOMPATIBILITY *** (tclInt.h and Var struct users) The core never builds VAR_LINK variable to have traces. Such a "monster", should one exist, will now have its unset traces called *before* it is unlinked. |
|
From: miguel s. <ms...@us...> - 2007-06-24 16:05:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9616 Modified Files: ChangeLog Log Message: * generic/tclVar.c (UnsetVarStruct): fixed a leak introduced in last commit. |
|
From: miguel s. <ms...@us...> - 2007-06-24 18:18:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32126 Modified Files: ChangeLog Log Message: * generic/tclVar.c (TclDeleteCompiledLocalVars): removed inlining that ended up not really optimising (limited benchmarks). Now calling UnsetVarStruct (streamlined old code is #ifdef'ed out, in case better benchmarks do show a difference). |
|
From: miguel s. <ms...@us...> - 2007-06-25 13:20:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18663 Modified Files: ChangeLog Log Message: * generic/tclVar.c (UnsetVarStruct): fixing incomplete change |
|
From: Don P. <dg...@us...> - 2007-06-25 17:39:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29503 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates toward HEAD |
|
From: miguel s. <ms...@us...> - 2007-06-25 17:46:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv472 Modified Files: ChangeLog Log Message: * generic/tclVar.c (UnsetVarStruct): fixing incomplete change, more streamlining. |
|
From: Don P. <dg...@us...> - 2007-06-25 18:53:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28747 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-06-25 19:24:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9803 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-06-26 03:12:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10246 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Safety checks to avoid crashes in the TclStack* routines when called with an incompletely initialized interp. [Bug 1743302] |
|
From: miguel s. <ms...@us...> - 2007-06-26 13:34:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10150 Modified Files: ChangeLog Log Message: * generic/tclVar.c (UnsetVarStruct): more streamlining. |
|
From: Don P. <dg...@us...> - 2007-06-26 22:12:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv928 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (TclEvalEx): Moved some arrays from the C stack to the Tcl stack. |
|
From: Don P. <dg...@us...> - 2007-06-27 01:37:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24111 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-06-27 03:47:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13513 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-06-27 17:29:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10324 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclCmdMZ.c: Corrected broken trace reversal logic in * generic/tclTest.c: TclCheckInterpTraces that led to infinite loop * tests/basic.test: when multiple Tcl_CreateTrace traces were set and one of them did not fire due to level restrictions. [Bug 1743931]. |
|
From: Don P. <dg...@us...> - 2007-06-27 17:30:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10393 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: formatting |