|
From: Pat T. <pat...@us...> - 2004-06-23 22:02:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12898 Modified Files: ChangeLog Log Message: * tests/io.test: Added -force to 18.1 and 18.2. This was failing on WinXP. |
|
From: Joe M. <mis...@us...> - 2004-06-24 01:29:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22414 Modified Files: ChangeLog Log Message: Version 5 of [Patch 976496] |
|
From: Don P. <dg...@us...> - 2004-06-24 04:13:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13779 Modified Files: ChangeLog Log Message: * generic/tclThreadStorage.c: Corrected type casting errors that led to calculation of a negative index value, thus accesses outside the threadStorageCache array, thus memory corruption. Crash observed on Mac OS X platform. |
|
From: Donal K. F. <dk...@us...> - 2004-06-24 10:34:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15558 Modified Files: ChangeLog Log Message: Fix constraints so can test with tclsh as well as tcltest [Bug 736431] |
|
From: Donal K. F. <dk...@us...> - 2004-06-29 09:34:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4411 Modified Files: ChangeLog Log Message: Fix [Bug 981733]; bizarre resolver brokenness strikes again! |
|
From: Donal K. F. <dk...@us...> - 2004-06-29 09:39:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5419 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix [Bug 981733]; bizarre resolver brokenness strikes again! |
|
From: Vince D. <vin...@us...> - 2004-06-29 10:08:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11319 Modified Files: ChangeLog Log Message: fix to compilation error with VC++ 5.2 |
|
From: Don P. <dg...@us...> - 2004-06-29 14:03:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24442 Modified Files: ChangeLog Log Message: * win/tclWinInit.c: Corrected reference counting flaw in recent changes. Thanks to Pat Thoyts. [Bug 981893]. |
|
From: Donal K. F. <dk...@us...> - 2004-06-30 12:34:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12610 Modified Files: ChangeLog Log Message: TIP#188 implementation. Thanks to KBK! [Patch 940915] |
|
From: Vince D. <vin...@us...> - 2004-06-30 14:46:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8558 Modified Files: ChangeLog Log Message: fix to trailing slash documentation and to a filesystem 'file join' bug on windows |
|
From: Don P. <dg...@us...> - 2004-06-30 20:53:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20050 Modified Files: ChangeLog Log Message: * tests/fileSystem.test: Minor correction to new fileSystem-9.X tests so that they clean up temporary directories correctly. |
|
From: Donal K. F. <dk...@us...> - 2004-07-01 07:59:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30094 Modified Files: ChangeLog Log Message: Doc fixes. [Bug 983146] |
|
From: Donal K. F. <dk...@us...> - 2004-07-01 10:08:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19644 Modified Files: ChangeLog Log Message: Fix missed references to 8.4, spotted by Theo Verelst. |
|
From: Vince D. <vin...@us...> - 2004-07-02 13:11:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23939 Modified Files: ChangeLog Log Message: added test |
|
From: Vince D. <vin...@us...> - 2004-07-02 16:52:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15510 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: backport of recent fs fixes from cvs head |
|
From: Kevin B K. <ke...@us...> - 2004-07-02 18:37:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4459 Modified Files: ChangeLog Log Message: tests/io.test: Changed several tests to run the event loop rather than just calling [update] periodically, avoiding intermittent failures (usually in io-29.32) that stemmed from unreaped processes on Windows. |
|
From: Kevin B K. <ke...@us...> - 2004-07-02 18:46:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6480 Modified Files: ChangeLog Log Message: tests/winPipe.test (winpipe-1.11): Fixed a bug that caused test to fail if the path name of the working directory contained whitespace [Bug 678430] |
|
From: Jeffrey H. <ho...@us...> - 2004-07-02 23:31:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27039 Modified Files: ChangeLog Log Message: * generic/tclPipe.c (TclCreatePipeline): applied TIP #202 patch * doc/exec.n, tests/exec.test: that adds 2>@1 as a special case redirection of stderr to the result output. |
|
From: Jeffrey H. <ho...@us...> - 2004-07-02 23:35:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27769 Modified Files: ChangeLog Log Message: * generic/regcomp.c (stid): correct minor pointer size error |
|
From: Jeffrey H. <ho...@us...> - 2004-07-02 23:37:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28111 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: see changes |
|
From: miguel s. <ms...@us...> - 2004-07-03 02:03:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17513 Modified Files: ChangeLog Log Message: Moved declaration of TclCompEvalObj() from tclCompile.h to the internal stubs table, for compiler experimentation. |
|
From: miguel s. <ms...@us...> - 2004-07-03 21:36:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22944 Modified Files: ChangeLog Log Message: added support for wide integers to round(); [Bug 908375], reported by Hemang Lavana. |
|
From: miguel s. <ms...@us...> - 2004-07-03 22:13:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28030 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: added support for wide integers to round(); [Bug 908375], reported by Hemang Lavana. |
|
From: miguel s. <ms...@us...> - 2004-07-05 22:41:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22492 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (DeleteInterpProc): fix for [Bug 983660], found by pspjuth. Tear down the global namespace before freeing the interp handle, to allow the bytecodes to free their non-shared literals. * generic/tclLiteral.c (TclReleaseLiteral): moved special code for self-ref so that it is also used for non-shared literals. Possible bug found by inspection. |
|
From: Donal K. F. <dk...@us...> - 2004-07-06 09:21:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25255 Modified Files: ChangeLog Log Message: Adapt HTML generator to be able to cope with advanced constructs in Tk's bind.n |