From: Donal K. F. <dk...@us...> - 2009-03-15 22:35:09
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12410 Modified Files: ChangeLog Log Message: Fix [Bug 2687952] |
From: Joe M. <mis...@us...> - 2009-03-16 00:43:25
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11865 Modified Files: ChangeLog Log Message: revise fix for [Bug 2687952] |
From: Donal K. F. <dk...@us...> - 2009-03-16 10:21:45
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13944 Modified Files: ChangeLog Log Message: Fix [Bug 2688063] |
From: Don P. <dg...@us...> - 2009-03-16 15:30:01
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10706 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2009-03-18 16:52:24
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13955 Modified Files: ChangeLog Log Message: * generic/tclVar.c (TclLookupSimpleVar): Shift all calls to Tcl_SetErrorCode() out of TclLookupSimpleVar and onto its callers, where control with TCL_LEAVE_ERR_MSG flag is more easily handled. [Bug 2689307] |
From: Don P. <dg...@us...> - 2009-03-18 17:08:14
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22030 Modified Files: ChangeLog Log Message: * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. Thanks to Joe Mistachkin for detection and patch. [Bug 2688184]. |
From: Don P. <dg...@us...> - 2009-03-18 17:13:53
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23033 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. Thanks to Joe Mistachkin for detection and patch. [Bug 2688184]. |
From: Don P. <dg...@us...> - 2009-03-18 17:18:56
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25206 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. Thanks to Joe Mistachkin for detection and patch. [Bug 2688184]. |
From: Don P. <dg...@us...> - 2009-03-19 14:08:03
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6625 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2009-03-19 16:14:58
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21255 Modified Files: ChangeLog Log Message: Added documentation for tailcall. |
From: miguel s. <ms...@us...> - 2009-03-19 23:31:48
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2881 Modified Files: ChangeLog Log Message: * generic/tcl.h: * generic/tclInt.h: * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclNamesp.c (Tcl_PopCallFrame): Rewritten tailcall implementation, ::unsupported::atProcExit is (temporarily?) gone. The new approach is much simpler, and also closer to being correct. This commit fixes [Bug 2649975] and [Bug 2695587]. * tests/coroutine.test: Moved the tests to their own files, * tests/tailcall.test: removed the unsupported.test. Added * tests/unsupported.test: tests for the fixed bugs. |
From: Don P. <dg...@us...> - 2009-03-20 02:37:45
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28277 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2009-03-20 14:23:06
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4908 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow the max length of a Tcl value. [Bug 2669109] |
From: Don P. <dg...@us...> - 2009-03-20 14:35:08
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6425 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow the max length of a Tcl value. [Bug 2669109] |
From: Don P. <dg...@us...> - 2009-03-20 14:43:37
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7538 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow the max length of a Tcl value. [Bug 2669109] |
From: Don P. <dg...@us...> - 2009-03-20 15:14:24
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10840 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: miguel s. <ms...@us...> - 2009-03-21 01:23:49
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31010 Modified Files: ChangeLog Log Message: * tests/tailcall.test: slightly improved tests |
From: Don P. <dg...@us...> - 2009-03-21 02:53:28
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28206 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclStringObj.c: Test stringObj-6.9 checks that * tests/stringObj.test: Tcl_AppendStringsToObj() no longer crashes when operating on a pure unicode value. [Bug 2597185] |
From: Don P. <dg...@us...> - 2009-03-21 02:54:33
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28890 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclStringObj.c: Test stringObj-6.9 checks that * tests/stringObj.test: Tcl_AppendStringsToObj() no longer crashes when operating on a pure unicode value. [Bug 2597185] |
From: Don P. <dg...@us...> - 2009-03-21 02:56:03
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29769 Modified Files: ChangeLog Log Message: * tests/stringObj.test: Test stringObj-6.9 checks that Tcl_AppendStringsToObj() no longer crashes when operating on a pure unicode value. [Bug 2597185] |
From: Don P. <dg...@us...> - 2009-03-21 02:59:57
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32075 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: miguel s. <ms...@us...> - 2009-03-21 03:44:03
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11411 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: fix both test and code for tailcall * tests/tailcall.test: from within a compiled [eval] body. |
From: miguel s. <ms...@us...> - 2009-03-21 06:55:36
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31612 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: proper fix for [Bug 2415422]. Reenabled * tests/nre.test: the failing assertion that was disabled on 2008-12-18: the assertion is correct, the fault was in the management of expansions. |
From: miguel s. <ms...@us...> - 2009-03-21 09:42:08
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18936 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Fix for (among others) [Bug 2699087] * generic/tclCmdAH.c: Tailcalls now perform properly even from * generic/tclExecute.c: within [eval]ed scripts. * generic/tclInt.h: More tests missing, as well as proper exploration and testing of the interaction with "redirectors" like interp-alias (suspect that it does not happen in constant space) and pure-eval commands. |
From: miguel s. <ms...@us...> - 2009-03-21 10:20:07
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30489 Modified Files: ChangeLog Log Message: * tests/nre.test: [foreach] has been NR-enabled for a while, the test was marked 'knownBug': unmark it. |