From: Don P. <dg...@us...> - 2009-02-19 03:17:20
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14837 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2009-02-20 18:19:21
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13959 Modified Files: ChangeLog Log Message: * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() * tests/fileName.test: that assumed (not "absolute" => "relative"). This is a false assumption on Windows, where "volumerelative" is another possibility. [Bug 2571597]. |
From: Don P. <dg...@us...> - 2009-02-20 18:19:37
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14016 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() * tests/fileName.test: that assumed (not "absolute" => "relative"). This is a false assumption on Windows, where "volumerelative" is another possibility. [Bug 2571597]. |
From: Don P. <dg...@us...> - 2009-02-20 18:24:33
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14553 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() * tests/fileName.test: that assumed (not "absolute" => "relative"). This is a false assumption on Windows, where "volumerelative" is another possibility. [Bug 2571597]. |
From: Don P. <dg...@us...> - 2009-02-20 18:26:00
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14809 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2009-02-22 04:39:02
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18624 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c: Several revisions to the shimmering patterns between Unicode and UTF string reps. Most notably the call: objPtr = Tcl_NewUnicodeObj(...,0); followed by a loop of calls: Tcl_AppendUnicodeToObj(objPtr, u, n); will now grow and append to the Unicode representation. Before this commit, the sequence would convert each append to UTF and perform the append to the UTF rep. This is puzzling and likely a bug. The performance of [string map] is significantly improved by this change (according to the MAP collection of benchmarks in tclbench). Just in case there was some wisdom in the old ways that I missed, I left in the ability to restore the old patterns with a #define COMPAT 1 at the top of the file. |
From: Alexandre F. <fer...@us...> - 2009-02-22 17:45:26
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12418 Modified Files: ChangeLog Log Message: Revert commits of 20080723. Those were speed tests, that are inherently brittle. |
From: Don P. <dg...@us...> - 2009-02-23 17:20:32
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12909 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2009-02-24 14:39:27
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16752 Modified Files: ChangeLog Log Message: Added support for 8.6's zlib integration. |
From: Donal K. F. <dk...@us...> - 2009-02-24 21:05:06
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5097 Modified Files: ChangeLog Log Message: General minor documentation improvements. |
From: Don P. <dg...@us...> - 2009-02-25 13:50:45
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7979 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2009-02-25 14:56:11
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17303 Modified Files: ChangeLog Log Message: * generic/tclCmdMZ.c: Since Tcl_GetCharLength() has its own * generic/tclExecute.c: optimizations for the tclByteArrayType, stop having the callers do them. |
From: Don P. <dg...@us...> - 2009-02-25 19:59:56
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19912 Modified Files: ChangeLog Log Message: * generic/tclUtil.c (TclStringMatchObj): Revised the branching on the strObj->typePtr so that untyped values get converted to the "string" type and pass through the Unicode matcher. [Bug 2613766] Also added checks to only perform "bytearray" optimization on pure bytearray values. [Bug 2637173]. |
From: Jan N. <nij...@us...> - 2009-02-27 23:03:44
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1468 Modified Files: ChangeLog Log Message: [Bug 218977] Tcl_DbCkfree needs a return value don't use CONST84/CONST86 in internal header files |
From: Don P. <dg...@us...> - 2009-03-03 05:59:45
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31261 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2009-03-04 17:26:28
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3127 Modified Files: ChangeLog Log Message: Fix bug 2662434 |
From: Donal K. F. <dk...@us...> - 2009-03-04 17:52:45
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25253 Modified Files: ChangeLog Log Message: Related corrections |
From: Don P. <dg...@us...> - 2009-03-06 17:09:37
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11175 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2009-03-09 09:12:47
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14295 Modified Files: ChangeLog Log Message: Move the implementation of [try] from Tcl to C. Not yet bytecoded. |
From: Don P. <dg...@us...> - 2009-03-10 19:00:06
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12393 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: miguel s. <ms...@us...> - 2009-03-11 10:44:27
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29714 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (TclNRCoroutineObjCmd): fix Tcl_Obj leak. Diagnose and fix thx to GPS. |
From: Don P. <dg...@us...> - 2009-03-12 15:47:26
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7202 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2009-03-14 17:20:36
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15851 Modified Files: ChangeLog Log Message: Added support for reporting TEA-like info via pkg-config. |
From: Donal K. F. <dk...@us...> - 2009-03-15 15:35:50
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23136 Modified Files: ChangeLog Log Message: Added support for SIGINFO. [Patch 1513655] |
From: Donal K. F. <dk...@us...> - 2009-03-15 15:38:22
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23514 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Added support for SIGINFO. [Patch 1513655] |