|
From: Donal K. F. <dk...@us...> - 2004-08-25 21:28:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4750 Modified Files: ChangeLog Log Message: Fixes to ensemble -unknown handler processing to stop [namespace import] from disrupting things horribly. Problem found by Don Porter when investigating [Bug 1016167]. |
|
From: Don P. <dg...@us...> - 2004-08-25 22:21:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15373 Modified Files: ChangeLog Log Message: * tests/timer.test (timer-10.1): Test for Bug 1016167. * generic/tclTimer.c: Workaround for situation when a [namespace import] causes the objv[0] value to be something other than what Tcl_AfterObjCmd expects. [Bug 1016167]. |
|
From: Daniel A. S. <da...@us...> - 2004-08-26 16:01:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31990 Modified Files: ChangeLog Log Message: * unix/Makefile.in: added customization of default module path roots via TCL_MODULE_PATH makefile variable. * macosx/Makefile: add platform standard locations to default module path roots. [Patch 94288] |
|
From: Daniel A. S. <da...@us...> - 2004-08-26 17:37:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18509 Modified Files: ChangeLog Log Message: * tests/env.test: macosx fixes. |
|
From: Daniel A. S. <da...@us...> - 2004-08-26 17:37:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18549 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/env.test: macosx fixes. |
|
From: Donal K. F. <dk...@us...> - 2004-08-27 08:12:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9478 Modified Files: ChangeLog Log Message: Fix patch-number reference. |
|
From: Donal K. F. <dk...@us...> - 2004-08-27 09:07:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18448 Modified Files: ChangeLog Log Message: Fix [Bug 1017022] by factorizing out the ensemble lookup code and fixing once. |
|
From: Donal K. F. <dk...@us...> - 2004-08-27 13:59:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15836 Modified Files: ChangeLog Log Message: Make [namespace which] use newer option parsing code for more flexibility. |
|
From: Donal K. F. <dk...@us...> - 2004-08-30 18:06:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20265 Modified Files: ChangeLog Log Message: Fix a crash caused by sharing in [string map]. [Bug 1018562] |
|
From: Donal K. F. <dk...@us...> - 2004-08-30 18:15:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22303 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix crash in [string map] when objects are shared. [Bug 1018562] |
|
From: Daniel A. S. <da...@us...> - 2004-08-31 04:33:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2231 Modified Files: ChangeLog Log Message: * unix/Makefile.in (install-libraries): portable sh fix. |
|
From: Vince D. <vin...@us...> - 2004-08-31 09:20:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14295a Modified Files: ChangeLog Log Message: two bugs fixed in filesystem docs and tests |
|
From: Donal K. F. <dk...@us...> - 2004-08-31 15:19:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14600 Modified Files: ChangeLog Log Message: Grammar and spelling fixes. [Patch 1018486] |
|
From: Donal K. F. <dk...@us...> - 2004-09-01 09:50:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9881 Modified Files: ChangeLog Log Message: Correct some abbreviation usage. |
|
From: Jeffrey H. <ho...@us...> - 2004-09-01 17:28:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27661 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium), until we have it, just return unknown. [Bug 1020445] |
|
From: Jeffrey H. <ho...@us...> - 2004-09-01 17:41:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31391 Modified Files: ChangeLog Log Message: * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium), until we have it, just return unknown. [Bug 1020445] |
|
From: Vince D. <vin...@us...> - 2004-09-02 11:22:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14652 Modified Files: ChangeLog Log Message: clock.tcl installation |
|
From: Donal K. F. <dk...@us...> - 2004-09-02 13:56:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7229 Modified Files: ChangeLog Log Message: Clarify meaning of [lsearch -dictionary]. |
|
From: Donal K. F. <dk...@us...> - 2004-09-02 13:59:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7610 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Clarify meaning of [lsearch -dictionary] |
|
From: Donal K. F. <dk...@us...> - 2004-09-03 10:59:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27850 Modified Files: ChangeLog Log Message: Stop NULL interp args from causing crashes. [Bug 1020538] |
|
From: Donal K. F. <dk...@us...> - 2004-09-06 09:45:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25898 Modified Files: ChangeLog Log Message: More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527] |
|
From: Kevin B K. <ke...@us...> - 2004-09-07 17:39:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9128 Modified Files: ChangeLog Log Message: * generic/tclTimer.c: Removed a premature optimisation that attempted to store the assoc data in the client data; the optimisation caused a bug that [after] would overwrite its imports. [Bug 1016167] * library/clock.tcl (InitTZData, ClearCaches): Changed so that the in-memory time zone :UTC (and its aliases) always gets reinitialised, in case tzdata is absent. [Bug 1019537, 1023779] * library/tzdata/*: Regenerated. * tests/clock.test (clock-31.*, clock-39.1): Corrected a problem where the 'system' locale tests fail on a non-English Windows machine. [Bug 1023761]. Added a test to make sure that alias time zones load correctly. [Bug 1023779]. * tools/tclZIC.tcl (writeLinks): Corrected a problem where alias time zone names were written incorrectly, causing them to fail to load at run time. [Bug 1023779]. * win/tclWinTime.c (Tcl_GetTime): Eliminated CPUID tests on Win64 - assuming that HAL vendors now do a better job of keeping the performance counters synchronized among CPU's. [Bug 1020445] |
|
From: Kevin B K. <ke...@us...> - 2004-09-07 18:21:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17232 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclTimer.c: Removed a premature optimisation that attempted to store the assoc data in the client data; the optimisation caused a bug that [after] would overwrite its imports. [Bug 1016167] |
|
From: Kevin B K. <ke...@us...> - 2004-09-07 19:12:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27496 Modified Files: ChangeLog Log Message: * tests/timer.test (timer-1.1, timer-2.1): Changed to (one hopes!) be more resilient on an overloaded system, if [after 200] sleeps for 300 ms or longer. |
|
From: Kevin B K. <ke...@us...> - 2004-09-07 21:42:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22483 Modified Files: ChangeLog Log Message: * doc/clock.n: Documented the default -format, and changed references to a (nonexistent) msgcat command to refer to the msgcat package. [Bug 1023870] |