|
From: David G. <dav...@us...> - 2004-09-08 00:08:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18659 Modified Files: ChangeLog Log Message: no message |
|
From: Kevin B K. <ke...@us...> - 2004-09-08 14:27:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4822 Modified Files: ChangeLog Log Message: Corrected a buglet in the header information. [Bug 1024058] |
|
From: Kevin B K. <ke...@us...> - 2004-09-08 15:38:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19338 Modified Files: ChangeLog Log Message: * generic/tclClock.c (TclClockMktimeObjCmd): Fixed a bug where the month was scanned incorrectly in -timezone :localtime. * tests/clock.test (clock-40.1): Added regression test case for the bug where month was scanned incorrectly in -timezone :localtime. |
|
From: Kevin B K. <ke...@us...> - 2004-09-08 15:55:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22375 Modified Files: ChangeLog Log Message: fixed clock-34.* to use same time zone on input and output |
|
From: Don P. <dg...@us...> - 2004-09-08 17:04:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2802 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (Tcl_CreateInterp): Removed obsolete field for storing the string-based command procedure of built-in commands. We no longer have any string-based built-in commands! |
|
From: Kevin B K. <ke...@us...> - 2004-09-08 18:32:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20434 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * compat/strftime.c (_conv): Corrected a problem where hour 0 would format as a blank format group with %k. * tests/clock.test (clock-41.1): Added regression test case for %k at the zero hour. |
|
From: Kevin B K. <ke...@us...> - 2004-09-08 18:46:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23197 Modified Files: ChangeLog Log Message: * compat/strftime.c (_conv): Corrected a problem where hour 0 would format as a blank format group with %k. * tests/clock.test (clock-41.1): Added regression test case for %k at the zero hour. |
|
From: Don P. <dg...@us...> - 2004-09-09 15:44:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8140 Modified Files: ChangeLog Log Message: * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faulty * tests/namespace.test: logic that relied exclusively on string matching and failed in the presence of [rename]s. [Bug 560297] |
|
From: Don P. <dg...@us...> - 2004-09-09 15:45:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8290 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faulty * tests/namespace.test: logic that relied exclusively on string matching and failed in the presence of [rename]s. [Bug 560297] |
|
From: Don P. <dg...@us...> - 2004-09-09 17:09:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24157 Modified Files: ChangeLog Log Message: Also corrected faulty prevention of [namespace import] cycles. [Bug 1017299] |
|
From: Don P. <dg...@us...> - 2004-09-09 17:12:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24630 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Also corrected faulty prevention of [namespace import] cycles. [Bug 1017299] |
|
From: David G. <dav...@us...> - 2004-09-10 01:54:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9369 Modified Files: ChangeLog Log Message: Calls to WriteFile and WriteConsoleA changed to WriteConsole. |
|
From: miguel s. <ms...@us...> - 2004-09-10 16:03:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31510 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclExecute.c (INST_CONCAT1): added a peephole optimisation for concatting an empty string. This enables replacing the idiom 'K $x [set x {}]' by '$x[set x {}]' for fastest execution. |
|
From: Kevin B K. <ke...@us...> - 2004-09-10 17:50:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29440 Modified Files: ChangeLog Log Message: fixed a bug where %z was always positive in :localtime |
|
From: Don P. <dg...@us...> - 2004-09-10 18:15:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1681 Modified Files: ChangeLog Log Message: * generic/tclNamespace.c (TclGetNamespaceForQualName): Resolved longstanding inconsistency in the treatment of the TCL_NAMESPACE_ONLY flag revealed by testing the 2004-09-09 commits against Itcl. TCL_NAMESPACE_ONLY now acts as specified in the pre-function comment, forcing resolution in the passed in context namespace. It has been incorrectly forcing resolution in the interp's current namespace. |
|
From: Don P. <dg...@us...> - 2004-09-10 18:22:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3307 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclNamespace.c (TclGetNamespaceForQualName): Resolved longstanding inconsistency in the treatment of the TCL_NAMESPACE_ONLY flag revealed by testing the 2004-09-09 commits against Itcl. TCL_NAMESPACE_ONLY now acts as specified in the pre-function comment, forcing resolution in the passed in context namespace. It has been incorrectly forcing resolution in the interp's current namespace. |
|
From: Andreas K. <and...@us...> - 2004-09-10 19:54:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22108 Modified Files: ChangeLog Log Message: * generic/tcl.h: Micro formatting fixes. * generic/tclIOGT.c: Channel version fixed, must be 3, to have wideseekProc. Thanks to David Graveraux <dav...@po...>. |
|
From: Andreas K. <and...@us...> - 2004-09-10 20:01:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23311 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tcl.h: Micro formatting fixes. * generic/tclIOGT.c: Channel version fixed, must be 3, to have wideseekProc. Thanks to David Graveraux <dav...@po...>. |
|
From: Donal K. F. <dk...@us...> - 2004-09-10 20:04:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23757 Modified Files: ChangeLog Log Message: Fix [Bug 1025359]; make sure wide seeks don't lose errors |
|
From: miguel s. <ms...@us...> - 2004-09-10 22:00:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28732 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (INST_CONCAT1): added a peephole optimisation for concatting an empty string. This enables replacing the idiom 'K $x [set x {}]' by '$x[set x {}]' for fastest execution. |
|
From: Donal K. F. <dk...@us...> - 2004-09-10 22:01:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13918 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: One less crazy long/wide aunt in the attic... [Bug 868489] |
|
From: David G. <dav...@us...> - 2004-09-11 00:41:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15805 Modified Files: ChangeLog Log Message: tcltest-12.3-4 needed to have ::tcltest::loadScript set to empty in their -setup |
|
From: Donal K. F. <dk...@us...> - 2004-09-11 04:29:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9727 Modified Files: ChangeLog Log Message: One less crazy long/wide aunt in the attic [Bug 868489] |
|
From: Donal K. F. <dk...@us...> - 2004-09-11 04:43:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24182 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix [Bug 1025359] to make sure wide seeks don't lose errors |
|
From: miguel s. <ms...@us...> - 2004-09-11 13:45:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11498 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (INST_CONCAT1): fix for [Bug 1025834]; avoid unnecessary string copies. |