|
From: Daniel A. S. <da...@us...> - 2008-04-08 23:16:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30252 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for * tests/io.test (io-53.8,53.9,53.10): spaces in builddir path |
|
From: Andreas K. <and...@us...> - 2008-04-08 23:37:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14271 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/io.test (io-53.8,53.9,53.10): Backported das' fix of typo and quoting for spaces in builddir path. |
|
From: Andreas K. <and...@us...> - 2008-04-08 23:41:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15980 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * tests/io.test (io-53.8): Fixed ordering of vwait and after cancel. cancel has to be done after the vwait completes. |
|
From: Andreas K. <and...@us...> - 2008-04-09 18:35:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6053 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size * tests/ioCmd.test (iocmd-15.{13,14}): value to reject negative values, and values overflowing 32-bit signed. [Bug 1557855]. Basic patch by Alexandre Ferrieux <fer...@us...>, with modifications from me to separate overflow from true negative value. Extended testsuite. |
|
From: Andreas K. <and...@us...> - 2008-04-09 18:36:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6489 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size * tests/ioCmd.test (iocmd-15.{13,14}): value to reject negative values, and values overflowing 32-bit signed. [Bug 1557855]. Basic patch by Alexandre Ferrieux <fer...@us...>, with modifications from me to separate overflow from true negative value. Extended testsuite. |
|
From: Andreas K. <and...@us...> - 2008-04-09 18:37:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6904 Modified Files: ChangeLog Log Message: * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size * tests/ioCmd.test (iocmd-15.{13,14}): value to reject negative values, and values overflowing 32-bit signed. [Bug 1557855]. Basic patch by Alexandre Ferrieux <fer...@us...>, with modifications from me to separate overflow from true negative value. Extended testsuite. |
|
From: Andreas K. <and...@us...> - 2008-04-09 19:49:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4705 Modified Files: ChangeLog Log Message: * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, * tests/io.test (io-52.5): does not seem to have any bearing, and was an illegal value. |
|
From: Andreas K. <and...@us...> - 2008-04-09 19:51:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5580 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, * tests/io.test (io-52.5): does not seem to have any bearing, and was an illegal value. |
|
From: Andreas K. <and...@us...> - 2008-04-09 19:52:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6086 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/io.test (io-52.5): Removed '-size -1' from test, does not seem to have any bearing, and was an illegal value. Test case is not affected by the value of -size, test flag restoration and that everything was properly copied. |
|
From: Donal K. F. <dk...@us...> - 2008-04-09 21:48:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21064 Modified Files: ChangeLog Log Message: Added 'make html' support for people on Windows, inspired by Pat Thoyts. |
|
From: Donal K. F. <dk...@us...> - 2008-04-10 00:20:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18509 Modified Files: ChangeLog Log Message: Test improvements (tcltest2, clarify) |
|
From: Andreas K. <and...@us...> - 2008-04-10 20:53:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3791 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative values, changed to not be an error, but behave like the special value -1 (copy all, default). * tests/iocmd.test (iocmd-15.{12,13}): Removed. * tests/io.test (io-52.5{,a,b}): Reverted last change, added comment regarding the meaning of -1, added two more testcases for other negative values, and input wrapped to negative. |
|
From: Andreas K. <and...@us...> - 2008-04-10 20:55:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4636 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative values, changed to not be an error, but behave like the special value -1 (copy all, default). * tests/iocmd.test (iocmd-15.{12,13}): Removed. * tests/io.test (io-52.5{,a,b}): Reverted last change, added * tests/chanio.test (chan-io-52.5{,a,b}): comment regarding the meaning of -1, added two more testcases for other negative values, and input wrapped to negative. |
|
From: Andreas K. <and...@us...> - 2008-04-10 20:58:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5933 Modified Files: ChangeLog Log Message: * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative values, changed to not be an error, but behave like the special value -1 (copy all, default). * tests/iocmd.test (iocmd-15.{12,13}): Removed. * tests/io.test (io-52.5{,a,b}): Reverted last change, added * tests/chanio.test (chan-io-52.5{,a,b}): comment regarding the meaning of -1, added two more testcases for other negative values, and input wrapped to negative. |
|
From: Don P. <dg...@us...> - 2008-04-14 16:41:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30286 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclExecute.c: Plug memory leak introduced in the 2008-03-07 commit. [Bug 1940433] |
|
From: Kevin B K. <ke...@us...> - 2008-04-14 17:34:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27022 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixTime.c (TclpGetClicks, Tcl_GetTime): Removed obsolete use of 'struct timezone' in the call to 'gettimeofday'. [Bug 1942197]. |
|
From: Kevin B K. <ke...@us...> - 2008-04-14 17:49:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1439 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of 'struct timezone' in the call to 'gettimeofday'. [Bug 1942197]. |
|
From: Kevin B K. <ke...@us...> - 2008-04-14 17:55:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3602 Modified Files: ChangeLog Log Message: * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of 'struct timezone' in the call to 'gettimeofday'. [Bug 1942197]. |
|
From: Kevin B K. <ke...@us...> - 2008-04-14 18:01:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6119 Modified Files: ChangeLog Log Message: * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): Added comments to the test that it can fail on a heavily loaded system. |
|
From: Kevin B K. <ke...@us...> - 2008-04-14 18:04:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7471 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): Added comments to the test that it can fail on a heavily loaded system. |
|
From: Don P. <dg...@us...> - 2008-04-14 20:19:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30298 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: bump release tag |
|
From: Daniel A. S. <da...@us...> - 2008-04-15 10:10:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10208 Modified Files: ChangeLog Log Message: * unix/Makefile.in: adjust tclDTrace.h dependencies for removal of tclStubLib.o from TCL_OBJS. [Bug 1942795] |
|
From: Andreas K. <and...@us...> - 2008-04-15 18:31:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30206 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIO.c (CopyData): Applied another patch by Alexandre * io.test (io-53.8a): Ferrieux <fer...@us...>, to shift EOF handling to the async part of the command if a callback is specified, should the channel be at EOF already when fcopy is called. Testcase by myself. |
|
From: Andreas K. <and...@us...> - 2008-04-15 18:31:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31092 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclIO.c (CopyData): Applied another patch by Alexandre * io.test (io-53.8a): Ferrieux <fer...@us...>, * chanio.test (chan-io-53.8a): to shift EOF handling to the async part of the command if a callback is specified, should the channel be at EOF already when fcopy is called. Testcase by myself. |
|
From: Andreas K. <and...@us...> - 2008-04-15 18:34:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31924 Modified Files: ChangeLog Log Message: * generic/tclIO.c (CopyData): Applied another patch by Alexandre * io.test (io-53.8a): Ferrieux <fer...@us...>, * chanio.test (chan-io-53.8a): to shift EOF handling to the async part of the command if a callback is specified, should the channel be at EOF already when fcopy is called. Testcase by myself. |