From: Reinhard M. <rm...@us...> - 2010-12-14 17:23:02
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20960 Modified Files: ChangeLog Log Message: * win/tclWinSock.c (CreateSocket): Swap the loops over * unix/tclUnixSock.c (CreateClientSocket): local and remote addresses, so that the system's address preference for the remote side decides which family gets tried first. Cleanup and clarify some of the comments. |
From: Jan N. <nij...@us...> - 2010-12-14 21:52:01
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13743 Modified Files: ChangeLog Log Message: [Bug 3137454]: Tcl CVS HEAD does not build on GCC 3 |
From: Jan N. <nij...@us...> - 2010-12-15 14:03:59
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28104 Modified Files: ChangeLog Log Message: Restore abort() in Tcl_Panic() as it was before. [Patch 3124554] use ExitProcess() here, like in wish. |
From: Kevin B K. <ke...@us...> - 2010-12-16 01:40:48
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19971 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: * tclAssembly.c: * assemble.test: Reworked beginCatch/endCatch handling to enforce the more severe (but more correct) restrictions on catch handling that appeared in the discussion of [Bug 3098302] and in tcl-core traffic beginning about 2010-10-29. |
From: Kevin B K. <ke...@us...> - 2010-12-16 01:42:25
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20155 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: merge |
From: Jan N. <nij...@us...> - 2010-12-16 08:52:45
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18801 Modified Files: ChangeLog Log Message: [Patch 3124554]: Move WishPanic from Tk to Tcl Better communication with debugger, if present. |
From: Stuart C. <st...@us...> - 2010-12-17 17:55:52
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv729 Modified Files: ChangeLog Log Message: Use 'rpmbuild', not 'rpm' [Bug 2537626]. |
From: Stuart C. <st...@us...> - 2010-12-17 17:56:25
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv820 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Use 'rpmbuild', not 'rpm' [Bug 2537626]. |
From: Stuart C. <st...@us...> - 2010-12-17 21:58:33
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17605 Modified Files: ChangeLog Log Message: [Bug 2446711]: Remove 'allpatch' target. |
From: Stuart C. <st...@us...> - 2010-12-17 21:59:10
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17661 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 2446711]: Remove 'allpatch' target. |
From: Stuart C. <st...@us...> - 2010-12-17 23:14:48
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2265 Modified Files: ChangeLog Log Message: Clean up '.PHONY:' targets: Arrange those common to Tcl and Tk as in Tk's Makefile.in, add any missing ones and remove duplicates. |
From: Stuart C. <st...@us...> - 2010-12-17 23:49:44
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8837 Modified Files: ChangeLog Log Message: Remove unwanted/obsolete 'ddd' target. |
From: Stuart C. <st...@us...> - 2010-12-17 23:51:53
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9453 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Remove unwanted/obsolete 'ddd' target. |
From: Jan N. <nij...@us...> - 2010-12-19 18:14:55
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10596 Modified Files: ChangeLog Log Message: [Patch 3124554]: fixes for mingw64 - gcc4.5.1 tdm64-1: Fixed for gcc, not yet for MSVC 64-bit. |
From: Jan N. <nij...@us...> - 2010-12-19 18:16:48
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11169 Modified Files: ChangeLog Log Message: [Patch3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: Fixed for gcc, not yet for MSVC 64-bit. |
From: Jan N. <nij...@us...> - 2010-12-20 10:28:54
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20953 Modified Files: ChangeLog Log Message: Explicitely test for intrinsics support in compiler, before assuming only MSVC has it. |
From: Jan N. <nij...@us...> - 2010-12-21 10:05:07
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29873 Modified Files: ChangeLog Log Message: [Patch 3059922]: fixes for mingw64 - gcc4.5.1 tdm64-1: completed for all environments. |
From: Donal K. F. <dk...@us...> - 2010-12-27 00:01:15
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14101 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -index options are used. Simplified memory handling logic. |
From: Don P. <dg...@us...> - 2010-12-30 14:42:09
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14552 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: miguel s. <ms...@us...> - 2010-12-30 23:10:13
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10686 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (GrowEvaluationStack): off-by-one error in sizing the new allocation - was ok in comment but wrong in the code. Triggered by [Bug 3142026] which happened to require exactly one more than what was in existence. |
From: Jan N. <nij...@us...> - 2010-12-31 16:35:33
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30122 Modified Files: ChangeLog Log Message: Fix [Bug 3148192]: [load] broken. Assure that those files are never compiled with -DSTATIC_BUILD |
From: Jan N. <nij...@us...> - 2010-12-31 17:15:24
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8203 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 3007895]: Tcl_(Find|Create)HashEntry stub entries can never be called. They still cannot be called (no change in functionality), but at least they now do exactly the same as the Tcl_(Find|Create)HashEntry macro's, so the confusion addressed in this Bug report is gone. (Backported from Tcl 8.6) |
From: Donal K. F. <dk...@us...> - 2011-01-01 10:49:16
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27277 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (SortElement): Use unions properly in the definition of this structure so that there is no need to use nasty int/pointer type punning. Made it clearer what the purposes of the various parts of the structure are. |
From: Donal K. F. <dk...@us...> - 2011-01-01 14:44:40
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20221 Modified Files: ChangeLog Log Message: * tests/execute.test (execute-11.1): [Bug 3142026]: Added test that fails (with a crash) in an unfixed memdebug build on 64-bit systems. |
From: Donal K. F. <dk...@us...> - 2011-01-01 15:14:50
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28011 Modified Files: ChangeLog Log Message: Clean up of tests and conversion to tcltest 2. Target has been to get init and cleanup code out of the test body and into the -setup/-cleanup stanzas. |