From: miguel s. <ms...@us...> - 2009-03-21 11:46:13
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32637 Modified Files: ChangeLog Log Message: * tclInt.h: comments * tests/tailcall.test: added tests to show that [tailcall] does not currently always execute in constant space: interp-alias, ns-imports and ensembles "leak" as of this commit. |
From: miguel s. <ms...@us...> - 2009-03-21 12:24:53
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21947 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: fixed "leaks" in aliases, imports and * generic/tclInt.h: ensembles. Only remaining known leak * generic/tclInterp.c: is in ensemble unknown dispatch (as it * generic/tclNamesp.c: not NR-enabled) * tests/tailcall.test: |
From: Don P. <dg...@us...> - 2009-03-21 17:03:52
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13870 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: miguel s. <ms...@us...> - 2009-03-22 14:46:38
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12205 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: NR-enable the handling of unknown commands [Bug 2502037]. |
From: Don P. <dg...@us...> - 2009-03-22 15:36:56
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11929 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2009-03-24 09:30:11
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2583 Modified Files: ChangeLog Log Message: Fix [Bug 2673163] |
From: Donal K. F. <dk...@us...> - 2009-03-24 10:46:11
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18535 Modified Files: ChangeLog Log Message: Fix [Bug 2704302] |
From: Don P. <dg...@us...> - 2009-03-24 13:11:31
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28203 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2009-03-25 10:26:24
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22792 Modified Files: ChangeLog Log Message: Documented [coroutine] and [yield]. [Bug 2152285] |
From: Don P. <dg...@us...> - 2009-03-25 20:31:00
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18635 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Jan N. <nij...@us...> - 2009-03-25 23:22:49
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5457 Modified Files: ChangeLog Log Message: bring doc and tools in line with http://wiki.tcl.tk/812 |
From: Jan N. <nij...@us...> - 2009-03-25 23:24:08
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5564 Modified Files: ChangeLog Log Message: bring doc and tools in line with http://wiki.tcl.tk/812 |
From: Don P. <dg...@us...> - 2009-03-26 13:28:15
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14263 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2009-03-26 19:58:43
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10153 Modified Files: ChangeLog Log Message: typo |
From: Don P. <dg...@us...> - 2009-03-26 19:58:48
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10167 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: typo |
From: Don P. <dg...@us...> - 2009-03-27 19:14:53
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32530 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/fileName.test: Tests for [Bug 2710920] to guard against its appearance. |
From: Don P. <dg...@us...> - 2009-03-27 19:16:59
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32647 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclPathObj.c (TclPathPart): TclPathPart() was computing * tests/fileName.test: the wrong results for both [file dirname] and [file tail] on "path" arguments with the PATHFLAGS != 0 intrep and with an empty string for the "joined-on" part. [Bug 2710920] |
From: Don P. <dg...@us...> - 2009-03-27 19:18:04
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32739 Modified Files: ChangeLog Log Message: * generic/tclPathObj.c (TclPathPart): TclPathPart() was computing * tests/fileName.test: the wrong results for both [file dirname] and [file tail] on "path" arguments with the PATHFLAGS != 0 intrep and with an empty string for the "joined-on" part. [Bug 2710920] |
From: Don P. <dg...@us...> - 2009-03-27 20:57:12
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13770 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2009-03-30 17:47:14
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18599 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclStringObj.c: Added protections from invalid memory * generic/tclTestObj.c: accesses when we append (some part of) * tests/stringObj.test: a Tcl_Obj to itself. Added the appendself and appendself2 subcommands to the [teststringobj] testing command and added tests to the test suite. [Bug 2603158] |
From: Don P. <dg...@us...> - 2009-03-30 17:47:40
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18665 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclStringObj.c: Added protections from invalid memory * generic/tclTestObj.c: accesses when we append (some part of) * tests/stringObj.test: a Tcl_Obj to itself. Added the appendself and appendself2 subcommands to the [teststringobj] testing command and added tests to the test suite. [Bug 2603158] |
From: Don P. <dg...@us...> - 2009-03-30 18:48:05
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23396 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263] |
From: Don P. <dg...@us...> - 2009-03-30 18:48:24
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23478 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263] |
From: Don P. <dg...@us...> - 2009-03-30 18:49:27
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23591 Modified Files: ChangeLog Log Message: * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263] |
From: Don P. <dg...@us...> - 2009-03-31 13:25:48
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17960 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |