From: Donal K. F. <dk...@us...> - 2010-03-19 11:54:13
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11769 Modified Files: ChangeLog Log Message: Compile the [throw] command. |
From: Don P. <dg...@us...> - 2010-03-19 15:27:03
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15494 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates |
From: Jan N. <nij...@us...> - 2010-03-20 12:00:49
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18455 Modified Files: ChangeLog Log Message: stub16.c Don't hide that we use the ASCII API here. tclWinPipe.c 2 unnecessary type casts. |
From: Don P. <dg...@us...> - 2010-03-20 15:58:44
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19052 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates |
From: Donal K. F. <dk...@us...> - 2010-03-20 17:53:14
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31815 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclIO.c (CopyData): Allow the total number of bytes copied by [fcopy] to exceed 2GB. Can happen when no -size parameter given. |
From: Donal K. F. <dk...@us...> - 2010-03-20 21:26:47
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7569 Modified Files: ChangeLog Log Message: Clarify the use of '&' for backgrounding a pipeline. |
From: Don P. <dg...@us...> - 2010-03-22 13:07:47
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5479 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates |
From: Don P. <dg...@us...> - 2010-03-22 22:47:10
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3849 Modified Files: ChangeLog Log Message: * generic/tclCmdMZ.c: [Bug 2973361]: Compute the correct integer values to identify the argument indices of the various script arguments to [try]. Passing in -1 led to invalid memory reads. |
From: Don P. <dg...@us...> - 2010-03-22 22:55:14
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv6542 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates |
From: Jan N. <nij...@us...> - 2010-03-23 12:58:51
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3514 Modified Files: ChangeLog Log Message: Make error message in "try" implementation exactly the same as the one in "return" |
From: Jan N. <nij...@us...> - 2010-03-23 13:08:26
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7018 Modified Files: ChangeLog Log Message: Make error message in "try" implementation exactly the same as the one in "return" |
From: Don P. <dg...@us...> - 2010-03-23 14:07:41
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27255 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates |
From: Don P. <dg...@us...> - 2010-03-23 23:26:02
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13137 Modified Files: ChangeLog Log Message: * generic/tclCmdMZ.c: [Bug 2973361] Revised fix for computing indices of script arguments to [try]. |
From: Don P. <dg...@us...> - 2010-03-23 23:28:51
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13961 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates |
From: Donal K. F. <dk...@us...> - 2010-03-24 10:26:06
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv824 Modified Files: ChangeLog Log Message: * generic/tclCmdMZ.c (TryPostBody, TryPostHandler): Make sure that the [try] command does not trap unwinding due to limits. |
From: Donal K. F. <dk...@us...> - 2010-03-24 10:35:28
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3672 Modified Files: ChangeLog Log Message: * tests/async.test (async-4.*): Reduce obscurity of these tests by putting the bulk of the code for them inside the test body with the help of [apply]. |
From: Don P. <dg...@us...> - 2010-03-24 13:03:46
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28682 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates |
From: Donal K. F. <dk...@us...> - 2010-03-24 13:21:18
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv32644 Modified Files: ChangeLog Log Message: * generic/tclOOInfo.c (InfoObjectMethodTypeCmd) (InfoClassMethodTypeCmd): Added introspection of method types so that it is possible to find this info out without using errors. |
From: Don P. <dg...@us...> - 2010-03-24 13:29:24
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2303 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Don P. <dg...@us...> - 2010-03-24 15:31:55
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2693 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so * tests/result.test: that it rejects illegal non-list values. |
From: Don P. <dg...@us...> - 2010-03-24 16:53:53
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25849 Modified Files: ChangeLog Log Message: oops |
From: Donal K. F. <dk...@us...> - 2010-03-25 14:02:21
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7212 Modified Files: ChangeLog Log Message: * macosx/tclMacOSXBundle.c, macosx/tclMacOSXFCmd.c: * macosx/tclMacOSXNotify.c: Reduce the level of ifdeffery in the functions of these files to improve readability. They need to be audited for whether complexity can be removed based on the minimum supported version of OSX, but that requires a real expert. |
From: Don P. <dg...@us...> - 2010-03-25 14:26:41
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15430 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Donal K. F. <dk...@us...> - 2010-03-25 14:52:41
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23890 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Corrected number of arguments to fstatfs() call. |
From: Donal K. F. <dk...@us...> - 2010-03-25 14:53:42
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24250 Modified Files: ChangeLog Log Message: * unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Corrected number of arguments to fstatfs() call. |