|
From: Andreas K. <and...@us...> - 2006-03-16 00:38:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26533 Modified Files: ChangeLog Log Message: * tests/socket.test: Extended the timeout in socket-11.11 from 10 to 40 seconds to allow for really slow machines. Also extended actual/expected results with value of variable 'done' to make it clearer when a test fails due to a timeout. [Bug 792159]. * generic/tclPipe.c (TclCreatePipeline): Modified the processing of pipebars to fail if the last bar is followed only by redirections. [Bug 768659]. |
|
From: Andreas K. <and...@us...> - 2006-03-16 18:22:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17083 Modified Files: ChangeLog Log Message: * generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND to the list of POSIX modes used when opening a file for 'a'ppend. This enables the proper automatic seek-to-end-on-write by the OS. See [Bug 680143] for longer discussion. * tests/ioCmd.test (iocmd-13.7.*): Extended the testsuite to check the new handling of 'a'. |
|
From: Andreas K. <and...@us...> - 2006-03-16 18:23:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17367 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIOUtil.c (TclGetOpenMode): Added the flag O_APPEND to the list of POSIX modes used when opening a file for 'a'ppend. This enables the proper automatic seek-to-end-on-write by the OS. See [Bug 680143] for longer discussion. * tests/ioCmd.test (iocmd-13.7.*): Extended the testsuite to check the new handling of 'a'. |
|
From: Andreas K. <and...@us...> - 2006-03-16 19:12:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9533 Modified Files: ChangeLog Log Message: * tests/io.test (io-43.1 io-44.[1234]): Rewritten to be self-contained with regard to setup and cleanup. [Bug 681793]. |
|
From: Andreas K. <and...@us...> - 2006-03-16 19:12:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9799 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/io.test (io-43.1 io-44.[1234]): Rewritten to be self-contained with regard to setup and cleanup. [Bug 681793]. |
|
From: Andreas K. <and...@us...> - 2006-03-16 21:12:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv611 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * doc/open.n: Documented the changed behaviour of 'a'ppend mode. |
|
From: Andreas K. <and...@us...> - 2006-03-16 21:12:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv907 Modified Files: ChangeLog Log Message: * doc/open.n: Documented the changed behaviour of 'a'ppend mode. |
|
From: Joe M. <mis...@us...> - 2006-03-17 10:00:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14859 Modified Files: ChangeLog Log Message: Fix compilation error. |
|
From: Joe M. <mis...@us...> - 2006-03-17 10:17:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23680 Modified Files: ChangeLog Log Message: Fix for [Bug 1444692] |
|
From: Andreas K. <and...@us...> - 2006-03-17 17:24:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16985 Modified Files: ChangeLog Log Message: * doc/chan.n: Updated with documentation for the commands 'chan create' and 'chan postevent' (TIP #219). * doc/refchan.n: New file. Documentation of the command handler API for reflected channels (TIP #219). |
|
From: Vince D. <vin...@us...> - 2006-03-18 18:15:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29826 Modified Files: ChangeLog Log Message: fix to file writeable on windows |
|
From: Vince D. <vin...@us...> - 2006-03-19 22:47:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19360 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: backport of file writable fixes |
|
From: Vince D. <vin...@us...> - 2006-03-19 23:04:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26186 Modified Files: ChangeLog Log Message: fix to two filesystem issues |
|
From: Donal K. F. <dk...@us...> - 2006-03-20 11:39:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26470 Modified Files: ChangeLog Log Message: Clean up tests (mostly constraints relating to testchmod) Also make the format of the ChangeLog a bit more internally consistent, making it easier to search it for bug numbers, etc. |
|
From: Andreas K. <and...@us...> - 2006-03-20 17:10:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28407 Modified Files: ChangeLog Log Message: * unix/installManPage: There is always one even more broken "sed". Moved the # comment starting character in the sed script to the beginning of their respective lines. The AIX sed will not recognize them as comments otherwise :( The actual text stays indented for better association with the commands they belong to. |
|
From: Andreas K. <and...@us...> - 2006-03-20 19:12:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv844 Modified Files: ChangeLog Log Message: * win/Makefile.in (install-libraries): Generate tcl8/8.4 directory under Windows as well (cygwin Makefile). Related entry: 2006-03-07, dgp. This moved the installation of http from 8.2 to 8.4, partially. A fix of the required directory creation was done for unix on Mar 10, without entry in the Changelog. This entry is for the fix of the directory creation under Windows. |
|
From: Don P. <dg...@us...> - 2006-03-21 16:28:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8683 Modified Files: ChangeLog Log Message: * tests/env.test: Preserve case of saved env vars. [Bug 1409272] |
|
From: Daniel A. S. <da...@us...> - 2006-03-21 16:51:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28817 Modified Files: ChangeLog Log Message: * generic/tclInt.decls: implement globbing for HFS creator & type * macosx/tclMacOSXFCmd.c: codes and 'hidden' flag, as documented in * tests/macOSXFCmd.test: glob.n; objectified OSType handling in [glob] * unix/tclUnixFile.c: and [file attributes]; fix globbing for hidden files with pattern==NULL arg. [Bug 823329] * generic/tclIntPlatDecls.h: * generic/tclStubInit.c: make genstubs |
|
From: Don P. <dg...@us...> - 2006-03-21 20:03:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1896 Modified Files: ChangeLog Log Message: * generic/tclStrToD.c: One of the branches of AccumulateDecimalDigit * tests/parseExpr.test: did not. [Bug 1451233] |
|
From: Don P. <dg...@us...> - 2006-03-22 14:03:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15134 Modified Files: ChangeLog Log Message: tag move |
|
From: Don P. <dg...@us...> - 2006-03-22 14:12:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19938 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: tag move |
|
From: Reinhard M. <rm...@us...> - 2006-03-22 18:32:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6137 Modified Files: ChangeLog Log Message: * tests/stack.test: Run the stack tests in subshells, so that they are reported as failed tests rather than bugs in the test suite if the recursion causes a segfault. |
|
From: Reinhard M. <rm...@us...> - 2006-03-23 16:39:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32738 Modified Files: ChangeLog Log Message: * unix/tcl.spec: Cleaned up and completed the spec file. An RPM can now be built from the tcl source distribution with "rpmbuild -tb <tarball>". |
|
From: Don P. <dg...@us...> - 2006-03-23 16:40:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv511 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/expr.test: Nan self-inquality test silenced. [Bug 761471] |
|
From: Don P. <dg...@us...> - 2006-03-23 18:58:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20078 Modified Files: ChangeLog Log Message: * tests/env.test: With case preserved (see 2006-03-21 commit) be sure to do case-insensitive filtering. [Bug 1457065] |