|
From: Don P. <dg...@us...> - 2008-09-03 06:05:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7535 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: miguel s. <ms...@us...> - 2008-09-04 16:34:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9274 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (CACHE_STACK_INFO): * tests/unsupported.test: restore the execEnv's bottomPtr, fix for [Bug 2093188]. |
|
From: miguel s. <ms...@us...> - 2008-09-05 01:19:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23509 Modified Files: ChangeLog Log Message: * generic/tclTrace.test (TraceVarProc): * generic/unsupported.test: insure that unset traces are run even when the coroutine is unwinding [Bug 2093947] |
|
From: Don P. <dg...@us...> - 2008-09-06 04:31:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29691 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: miguel s. <ms...@us...> - 2008-09-07 14:01:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21615 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * doc/namespace.n: fix [Bug 2098441] |
|
From: miguel s. <ms...@us...> - 2008-09-07 14:01:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21712 Modified Files: ChangeLog Log Message: * doc/namespace.n: fix [Bug 2098441] |
|
From: miguel s. <ms...@us...> - 2008-09-08 03:55:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32591 Modified Files: ChangeLog Log Message: * generic/tclCompile.c (TclCompileTokens): * generic/tclExecute.c (CompileExprObj): fix a perf bug (found by Alex Ferrieux) where some variables in the LVT where not being accessed by index. Fix missing localCache management in compiled expressions found while analyzing the bug. |
|
From: Donal K. F. <dk...@us...> - 2008-09-08 10:48:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11898 Modified Files: ChangeLog Log Message: Simplify test bodies using tcltest2 |
|
From: Don P. <dg...@us...> - 2008-09-09 03:55:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4956 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2008-09-10 13:03:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17099 Modified Files: ChangeLog Log Message: Fix efficiency bug detected by Kieran Elby. |
|
From: Donal K. F. <dk...@us...> - 2008-09-10 13:17:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20364 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fix efficiency bug detected by Kieran Elby. |
|
From: miguel s. <ms...@us...> - 2008-09-10 13:23:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22546 Modified Files: ChangeLog Log Message: * tests/nre.test: add missing constraints; enable test of foreach recursion. * generic/tclBasic.c: * generic/tclCompile.h: * generic/tclExecute.c (INST_EVAL_STK): fix for [Bug 2102930], wrong numLevels when evaling a canonical list. |
|
From: Donal K. F. <dk...@us...> - 2008-09-10 13:49:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv857 Modified Files: ChangeLog Log Message: Use the powers of tcltest2 for good! Also add basic testing of disassmbler (though not of its output format). |
|
From: Donal K. F. <dk...@us...> - 2008-09-10 22:48:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22849 Modified Files: ChangeLog Log Message: Incomplete docs for [binary encode] and [binary decode]. |
|
From: Don P. <dg...@us...> - 2008-09-15 04:52:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18085 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: miguel s. <ms...@us...> - 2008-09-17 00:01:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10838 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: move TclResetCancellation to be called on returning to level 0, as opposed to it being called on starting a command at level 0. Add a call on returning via Tcl_EvalObjEx to fix [Bug 2114165]. |
|
From: Joe M. <mis...@us...> - 2008-09-17 02:15:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1465 Modified Files: ChangeLog Log Message: * generic/tclParse.c: move TclResetCancellation to be called on returning to level 0, as opposed to it being called on starting a substitution at level 0. |
|
From: miguel s. <ms...@us...> - 2008-09-17 12:37:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32087 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * library/init.tcl: export min and max commands from the mathfunc namespace [Bug 2116053] |
|
From: miguel s. <ms...@us...> - 2008-09-17 12:38:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32458 Modified Files: ChangeLog Log Message: * library/init.tcl: export min and max commands from the mathfunc namespace [Bug 2116053] |
|
From: Don P. <dg...@us...> - 2008-09-17 14:16:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6446 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2008-09-17 18:11:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8526 Modified Files: ChangeLog Log Message: * generic/tclInt.h: Correct the TclGetLongFromObj, TclGetIntFromObj, and TclGetIntForIndexM macros so that they retrieve the internalRep.longValue field instead of casting the internalRep.otherValuePtr field to type long. |
|
From: Don P. <dg...@us...> - 2008-09-17 18:14:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9869 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclInt.h: Correct the TclGetLongFromObj, TclGetIntFromObj, and TclGetIntForIndexM macros so that they retrieve the internalRep.longValue field instead of casting the internalRep.otherValuePtr field to type long. |
|
From: miguel s. <ms...@us...> - 2008-09-18 15:43:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9815 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (NEXT_INST_F): * generic/tclInt.h (TCL_CT_ASSERT): new compile-time assertions, adapted from www.pixelbeat.org/programming/gcc/static_assert.html |
|
From: Donal K. F. <dk...@us...> - 2008-09-27 14:16:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10014 Modified Files: ChangeLog Log Message: Fix [Bug 2130992]. |
|
From: Donal K. F. <dk...@us...> - 2008-09-27 14:19:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11217 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fix [Bug 2130992]. |