From: Don P. <dg...@us...> - 2002-07-03 00:41:39
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv2989 Modified Files: ChangeLog Log Message: * doc/tcltest.n: more refinements of the documentation. * library/tcltest/tcltest.tcl: Added trace to be sure the stdio constraint is updated whenever the [interpreter] changes. |
From: miguel s. <ms...@us...> - 2002-07-03 17:33:40
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv31075 Modified Files: ChangeLog Log Message: * generic/tclCompCmds.c (TclCompileCatchCmd): return TCL_OUT_LINE_COMPILE instead of TCL_ERROR: let the failure happen at runtime so that it can be caught [Bug 577015]. |
From: miguel s. <ms...@us...> - 2002-07-03 17:34:44
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv31598 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * generic/tclCompCmds.c (TclCompileCatchCmd): return TCL_OUT_LINE_COMPILE instead of TCL_ERROR: let the failure happen at runtime so that it can be caught [Bug 577015]. |
From: Don P. <dg...@us...> - 2002-07-03 19:40:31
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv6279 Modified Files: ChangeLog Log Message: * tests/main.test: Cheap fix for [Bugs 575851, 575858]. Avoid * tests/tcltest.test: non-writable . by [cd [temporaryDirectory]]. * library/auto.tcl: Fix [tcl_findLibrary] to be sure it sets $varName only if a successful library script is found. [Bug 577033] |
From: Don P. <dg...@us...> - 2002-07-03 20:15:04
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv16697 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * library/auto.tcl: Fix [tcl_findLibrary] to be sure it sets $varName only if a successful library script is found. [Bug 577033] |
From: Don P. <dg...@us...> - 2002-07-04 00:32:55
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv19263 Modified Files: ChangeLog Log Message: * Fixed [Bug 575857] where this test file expected to be able to write to [file join [testsDirectory] pkg]. Part of the fix was to import several auxilliary files into the test file itself. |
From: Don P. <dg...@us...> - 2002-07-04 01:24:17
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv28278 Modified Files: ChangeLog Log Message: tests/pkg1 removal |
From: Andreas K. <and...@us...> - 2002-07-04 15:46:56
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv18580 Modified Files: ChangeLog Log Message: * All the bugs below are instances of the same problem: The testsuite assumes [pwd] = [temporaryDirectory] and writable. * tests/iogt.test: Fixed bug #575860. * tests/io.test: Fixed bug #575862. * tests/exec.test: * tests/ioCmd.test: Fixed bug #575836. |
From: miguel s. <ms...@us...> - 2002-07-04 16:52:09
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv10657 Modified Files: ChangeLog Log Message: fixed [Bug 575817] |
From: Andreas K. <and...@us...> - 2002-07-04 20:06:14
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv4568 Modified Files: ChangeLog Log Message: * tests/socket.test: * tests/winPipe.test: * tests/pid.test: Fixed SF Bug #575848. See below for a description the general problem. |
From: Donal K. F. <dk...@us...> - 2002-07-04 21:48:01
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv28896 Modified Files: ChangeLog Log Message: More fixing of writable-current-dir assumption. [Bug 575824] |
From: Donal K. F. <dk...@us...> - 2002-07-05 10:38:45
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv10034 Modified Files: ChangeLog Log Message: Made many tests work properly when the current directory is not writable. Added targets to unix/Makefile.in to facilitate testing of this situation. |
From: Reinhard M. <rm...@us...> - 2002-07-05 11:16:02
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv18614 Modified Files: ChangeLog Log Message: * generic/tclClock.c (FormatClock): Convert the format string to UTF8 before calling TclpStrftime, so that non-ASCII characters don't get mangled when the result string is being converted back. * tests/clock.test: Added a test for that. |
From: Reinhard M. <rm...@us...> - 2002-07-05 13:14:27
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv15858 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * generic/tclClock.c (FormatClock): Convert the format string to UTF8 before calling TclpStrftime, so that non-ASCII characters don't get mangled when the result string is being converted back. * tests/clock.test: Added a test for that. |
From: Don P. <dg...@us...> - 2002-07-06 18:19:47
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv30494 Modified Files: ChangeLog Log Message: * tests/pkgMkIndex.test: Constrained tests of [load] package indexing to those platforms where the testing shared libraries have been built. [Bug 578166]. |
From: Vince D. <vin...@us...> - 2002-07-08 08:50:24
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv32269 Modified Files: ChangeLog Log Message: add file link constraint |
From: Vince D. <vin...@us...> - 2002-07-08 10:14:25
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv27966 Modified Files: ChangeLog Log Message: fs cleanup |
From: Vince D. <vin...@us...> - 2002-07-08 12:08:39
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv28134 Modified Files: ChangeLog Log Message: no zero refcount in Tcl_FS |
From: Don P. <dg...@us...> - 2002-07-08 20:43:50
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv18550 Modified Files: ChangeLog Log Message: * doc/tcltest.n: Fixed incompatibility in [viewFile]. * library/tcltest/tcltest.tcl: Corrected docs. Bumped to 2.2.1. * library/tcltest/pkgIndex.tcl: [Bug 578163] |
From: Andreas K. <and...@us...> - 2002-07-08 22:01:42
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv10237 Modified Files: ChangeLog Log Message: * tests/socket.test: Fixed bug #578164. The original reason for the was a DNS outage while running the testsuite. Changed [info hostname] to 127.0.0.1 to bypass DNS, knowing that we operate on the local host. |
From: Donal K. F. <dk...@us...> - 2002-07-10 08:26:01
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv20457 Modified Files: ChangeLog Log Message: Fix for bug 579284; registered math funcs can now correctly return wide-ints. |
From: Donal K. F. <dk...@us...> - 2002-07-10 10:48:22
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv2284 Modified Files: ChangeLog Log Message: Removed exec of unix utilities from cmdAH.test [Bug 579211] |
From: Don P. <dg...@us...> - 2002-07-10 11:56:45
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv18540 Modified Files: ChangeLog Log Message: * Cleaned up, constrained, and reduced the amount of [exec] usage in the test suite. |
From: Donal K. F. <dk...@us...> - 2002-07-10 13:08:23
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv6282 Modified Files: ChangeLog Log Message: Removed [exec] of Unix utilities with equivs in standard Tcl [Bug 579268] |
From: Don P. <dg...@us...> - 2002-07-10 18:51:55
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv25700 Modified Files: ChangeLog Log Message: * Greatly reduced the number of [exec]s, using slave interps instead. * Fixed bug uncovered in the conversion where a message was written to stdout instead of [outputChannel]. |