|
From: Don P. <dg...@us...> - 2008-07-08 17:53:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31282 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclGet.c: Corrected out of date comments. |
|
From: Donal K. F. <dk...@us...> - 2008-07-11 14:41:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3024 Modified Files: ChangeLog Log Message: Minor updates for better readability. |
|
From: miguel s. <ms...@us...> - 2008-07-13 09:03:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22987 Modified Files: ChangeLog Log Message: NRE implementation [Patch 2017110] |
|
From: miguel s. <ms...@us...> - 2008-07-13 16:07:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28236 Modified Files: ChangeLog Log Message: * generic/tclInt.h: the new macros TclSmallAlloc and TclSmallFree were badly defined under mem debugging [Bug 2017240] (thx das) |
|
From: miguel s. <ms...@us...> - 2008-07-13 22:42:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24781 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: TclResetCancellation() calls were misplaced (merge mishap); stray //. Thanks patthoyts. |
|
From: miguel s. <ms...@us...> - 2008-07-14 00:11:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29592 Modified Files: ChangeLog Log Message: * generic/tclBasic.c.: NRE left too many calls to * generic/tclExecute.c: TclResetCancellation lying around: it * generic/tclProc.c: only needs to be called prior to any iPtr->numLevels++. Thanks mistachkin. |
|
From: miguel s. <ms...@us...> - 2008-07-14 00:37:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7821 Modified Files: ChangeLog Log Message: * generic/tclParse.c: remove unnecessary numLevel management [Bug 2017583] |
|
From: miguel s. <ms...@us...> - 2008-07-14 00:39:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8252 Modified Files: ChangeLog Log Message: ChangeLog fix |
|
From: miguel s. <ms...@us...> - 2008-07-14 01:27:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28291 Modified Files: ChangeLog Log Message: * generic/tclVar.c: fix error message |
|
From: miguel s. <ms...@us...> - 2008-07-14 01:37:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32374 Modified Files: ChangeLog Log Message: * generic/tclBasic.c.: Embedded Tcl_Canceled() calls into * generic/tclExecute.c: TclInterpReady(). * generic/tclParse.c: |
|
From: miguel s. <ms...@us...> - 2008-07-14 02:03:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10623 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Remove unneeded TclInterpReady call |
|
From: miguel s. <ms...@us...> - 2008-07-14 02:09:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12792 Modified Files: ChangeLog Log Message: * generic/tclParse.c: Remove unneeded TclInterpReady call |
|
From: Donal K. F. <dk...@us...> - 2008-07-14 08:22:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2500 Modified Files: ChangeLog Log Message: Store ClientDatas in NRE callback storage as an array; that's how they are referred to in callback implementations anyway. |
|
From: miguel s. <ms...@us...> - 2008-07-14 20:29:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21964 Modified Files: ChangeLog Log Message: * generic/tclParse.c: reverting the "fix" for [Bug 2017583], * tests/parse.test: numLevel management and TclInterpReady check seems to be necessary after all. |
|
From: Donal K. F. <dk...@us...> - 2008-07-15 10:15:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31055 Modified Files: ChangeLog Log Message: Factor the ensemble code a bit more. |
|
From: Donal K. F. <dk...@us...> - 2008-07-15 12:58:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29870 Modified Files: ChangeLog Log Message: Fix error in example. [Bug 2016740] |
|
From: Donal K. F. <dk...@us...> - 2008-07-15 13:00:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31043 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fix error in example. [Bug 2016740] |
|
From: Donal K. F. <dk...@us...> - 2008-07-15 13:50:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19029 Modified Files: ChangeLog Log Message: Fix [Bug 2018603] |
|
From: miguel s. <ms...@us...> - 2008-07-15 14:12:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28785 Modified Files: ChangeLog Log Message: * generic/tclParse.c: fixing incomplete reversion of "fix" for [Bug 2017583], missing TclResetCancellation call. |
|
From: miguel s. <ms...@us...> - 2008-07-16 00:44:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31129 Modified Files: ChangeLog Log Message: * tests/NRE.test: better constraint for testing the * tests/stack.test: existence of teststacklimit, to insure that the testsuite runs under tclsh. |
|
From: Donal K. F. <dk...@us...> - 2008-07-16 22:08:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20781 Modified Files: ChangeLog Log Message: NRE-aware TclOO. |
|
From: George P. S. <geo...@us...> - 2008-07-16 23:31:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18574 Modified Files: ChangeLog Log Message: * win/tclWinThrd.c: Test for TLS_OUT_OF_INDEXES to make certain that thread key creation is successful. |
|
From: Donal K. F. <dk...@us...> - 2008-07-17 15:43:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23947 Modified Files: ChangeLog Log Message: Add NRE support to [dict with]. |
|
From: Donal K. F. <dk...@us...> - 2008-07-17 20:43:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16595 Modified Files: ChangeLog Log Message: NRE-ify the non-compiled version of [dict update]. |
|
From: miguel s. <ms...@us...> - 2008-07-18 04:23:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14718 Modified Files: ChangeLog Log Message: * generic/tclDictObj.c (DictWithCmd, DictUpdateCmd): fix refcounting bugs that caused crashes [Bug 2017857]. * generic/tclBasic.c (TclNREvalObjEx): streamline the management of the command frame (opt). |