From: Don P. <dg...@us...> - 2010-12-03 14:50:38
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17043 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Jeffrey H. <ho...@us...> - 2010-12-03 22:27:52
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5984 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclUtil.c (TclReToGlob): add extra check for multiple inner *s that leads to poor recursive glob matching, defer to original RE instead. tclbench RE var backtrack. |
From: Jeffrey H. <ho...@us...> - 2010-12-03 22:31:03
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv6658 Modified Files: ChangeLog Log Message: * generic/tclUtil.c (TclReToGlob): add extra check for multiple inner *s that leads to poor recursive glob matching, defer to original RE instead. tclbench RE var backtrack. |
From: Jan N. <nij...@us...> - 2010-12-05 08:52:15
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16832 Modified Files: ChangeLog Log Message: [Patch #3116490] cross-compile support for unix |
From: Jan N. <nij...@us...> - 2010-12-05 08:55:11
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17247 Modified Files: ChangeLog Log Message: [Patch #3116490] cross-compile support for unix |
From: Jan N. <nij...@us...> - 2010-12-05 22:27:07
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5620 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: [Bug 3127687] Triggers FORTIFY_SOURCE buffer overflow detection |
From: Jan N. <nij...@us...> - 2010-12-06 09:01:56
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14439 Modified Files: ChangeLog Log Message: [Bug 3129448]: possible over-allocation on 64-bit platforms |
From: Don P. <dg...@us...> - 2010-12-06 15:03:11
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4232 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Donal K. F. <dk...@us...> - 2010-12-07 16:27:46
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30353 Modified Files: ChangeLog Log Message: * generic/tclStrToD.c: Tidy up code so that more #ifdef-fery is quarantined at the front of the file and function headers follow the modern Tcl style. |
From: Donal K. F. <dk...@us...> - 2010-12-07 16:32:13
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31505 Modified Files: ChangeLog Log Message: * tests/fCmd.test, tests/safe.test, tests/uplevel.test, * tests/upvar.test, tests/var.test: Convert more tests to tcltest2 and factor them to be easier to understand. |
From: Donal K. F. <dk...@us...> - 2010-12-09 10:48:00
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19633 Modified Files: ChangeLog Log Message: * tests/append.test, tests/appendComp.test: Clean up tests so that they don't leave things in the global environment (detected when doing -singleproc testing). |
From: Donal K. F. <dk...@us...> - 2010-12-09 15:09:15
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24896 Modified Files: ChangeLog Log Message: * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): Break up [file] into an ensemble. Note that the ensemble is safe in itself, but the majority of its subcommands are not. * generic/tclFCmd.c (FileCopyRename,TclFileDeleteCmd,TclFileAttrsCmd) (TclFileMakeDirsCmd): Adjust these subcommand implementations to work inside an ensemble. (TclFileLinkCmd, TclFileReadLinkCmd, TclFileTemporaryCmd): Move these subcommand implementations from tclCmdAH.c, where they didn't really belong. * generic/tclIOCmd.c (TclChannelNamesCmd): Move to more appropriate source file. * generic/tclEnsemble.c (TclMakeEnsemble): Start of code to make partially-safe ensembles. Currently does not function as expected due to various shortcomings in how safe interpreters are constructed. * tests/cmdAH.test, tests/fCmd.test, tests/interp.test: Test updates to take into account systematization of error messages. |
From: Donal K. F. <dk...@us...> - 2010-12-09 15:31:09
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31946 Modified Files: ChangeLog Log Message: * tests/fCmd.test: Improve sanity of constraints now that we don't support anything before Windows 2000. |
From: Don P. <dg...@us...> - 2010-12-09 15:39:49
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1502 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Jan N. <nij...@us...> - 2010-12-10 13:09:01
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19478 Modified Files: ChangeLog Log Message: Fix gcc -Wextra warning: missing initializer |
From: Jan N. <nij...@us...> - 2010-12-10 15:45:01
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25133 Modified Files: ChangeLog Log Message: Change first parameter of TclSockMinimumBuffers to ClientData, and TclWin(Get|Set)SockOpt to SOCKET, because on Win64 those are 64-bit, which does not fit. |
From: Alexandre F. <fer...@us...> - 2010-12-10 17:00:19
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8284 Modified Files: ChangeLog Log Message: Make sure [fcopy -size ... -command ...] always calls the callback asynchronously, even for size zero. |
From: Alexandre F. <fer...@us...> - 2010-12-10 17:16:15
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11826 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [backport] Make sure [fcopy -size ... -command ...] always calls the callback asynchronously, even for size zero. |
From: Jan N. <nij...@us...> - 2010-12-10 21:59:31
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv12037 Modified Files: ChangeLog Log Message: [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2 |
From: Kevin B K. <ke...@us...> - 2010-12-11 18:39:35
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv12031 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: merge |
From: Stuart C. <st...@us...> - 2010-12-12 11:51:51
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7832 Modified Files: ChangeLog Log Message: Better building on OpenBSD. |
From: Stuart C. <st...@us...> - 2010-12-12 12:04:26
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9973 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Better building on OpenBSD. |
From: Jan N. <nij...@us...> - 2010-12-13 13:58:06
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17480 Modified Files: ChangeLog Log Message: Use gcc's __builtin_trap(), when available, to enter the debugger after a panic. Undocumented feature, see [Patch 3124554]: Move WishPanic from Tk to Tcl. |
From: Jan N. <nij...@us...> - 2010-12-13 21:18:57
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22468 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Cross-compile support for Win and UNIX (backported) |
From: Jan N. <nij...@us...> - 2010-12-13 22:33:17
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4787 Modified Files: ChangeLog Log Message: [Bug 3135271] Link error due to hidden symbols (CentOS 4.2) |