From: Don P. <dg...@us...> - 2009-11-19 16:31:29
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2557 Modified Files: ChangeLog Log Message: * unix/tclAppInit.c: Repair broken build of the tcltest executable. * win/tclAppInit.c: [Bug 2883850, 2900542]. |
From: Don P. <dg...@us...> - 2009-11-19 16:51:36
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6037 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Jan N. <nij...@us...> - 2009-11-19 21:24:02
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23190 Modified Files: ChangeLog Log Message: Create tcltest86.dll as dynamic Tcltest package |
From: Jan N. <nij...@us...> - 2009-11-19 21:49:49
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22298 Modified Files: ChangeLog Log Message: Test-case for fixed [Bug 2849797] Fix safe-10.1 and safe-10.4 test cases, making the wrong assumption that Tcltest should be a static package. |
From: Jan N. <nij...@us...> - 2009-11-19 21:56:46
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27095 Modified Files: ChangeLog Log Message: Updated freeIntRepProc routines so that they set the typePtr field to NULL so that the Tcl_Obj is not left in an inconsistent state. [Bug 2857044] |
From: Jan N. <nij...@us...> - 2009-11-19 22:06:40
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28373 Modified Files: ChangeLog Log Message: [Tcl Patch #2883533] tcl.m4 support for Haiku OS |
From: Don P. <dg...@us...> - 2009-11-20 00:19:57
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20406 Modified Files: ChangeLog Log Message: a bit of cleanup |
From: Donal K. F. <dk...@us...> - 2009-11-23 00:03:00
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2669 Modified Files: ChangeLog Log Message: [Bug 2901803]: Fix silly error. |
From: Don P. <dg...@us...> - 2009-11-23 16:44:58
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8340 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Kevin B K. <ke...@us...> - 2009-11-23 19:00:59
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7571 Modified Files: ChangeLog Log Message: * generic/tclThreadTest.c (NewTestThread): [Bug 2901803] Further machinations to get NewTestThread actually to launch the thread, not just compile. |
From: Jan N. <nij...@us...> - 2009-11-23 20:17:44
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26871 Modified Files: ChangeLog Log Message: #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to make sure that Xxxxx_Init is always exported even when Tcl is built static (otherwise we cannot create a DLL). tclThreadTest.c: Make all functions static, except TclThread_Init. fCmd.test Enable fCmd-30.1 when registry is available. tcl.m4 Fix ${SHLIB_LD_LIBS} definition, fix conflicts configure.in between static libraries and import library on windows. configure (regenerated) Makefile.in Simplifications related to tcl.m4 changes. |
From: Jan N. <nij...@us...> - 2009-11-23 21:26:39
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10238 Modified Files: ChangeLog Log Message: makefile.vc: Add stub library to necessary link lines |
From: Kevin B K. <ke...@us...> - 2009-11-23 22:14:35
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21055 Modified Files: ChangeLog Log Message: * tests/fCmd.test (fCmd-30.1): Changed registry location of the 'My Documents' folder to the one that's correct for Windows 2000, XP, Server 2003, Vista, Server 2008, and Windows 7. (See http://support.microsoft.com/kb/310746) |
From: Jan N. <nij...@us...> - 2009-11-23 23:07:07
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2494 Modified Files: ChangeLog Log Message: library/tclIndex (regenerated) to reflect various changes in safe.tcl and other library files. |
From: Pat T. <pat...@us...> - 2009-11-24 00:08:35
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18724 Modified Files: ChangeLog Log Message: [Bug 2893771] Teach [file stat] to handle locked files. This stops [file exists] from returning false for files that exist but are locked by resorting to FindFirstFile when GetFileAttributes fails. |
From: Donal K. F. <dk...@us...> - 2009-11-24 12:00:19
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2053 Modified Files: ChangeLog Log Message: Ensure that destroying an object in a constructor doesn't crash. [Bug 2903011] |
From: Don P. <dg...@us...> - 2009-11-24 19:23:43
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18918 Modified Files: ChangeLog Log Message: Restore tcl/library/tclIndex to Revision 1.11 contents, to stop total breakage of auto-loading in slave interps. Feel free to commit a new bug fix when you can commit something that passes the test suite. |
From: Andreas K. <and...@us...> - 2009-11-24 20:15:23
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28344 Modified Files: ChangeLog Log Message: * library/tclIndex: Manually redone the part of tclIndex dealing with safe.tcl and tm.tcl. This part passes the testsuite. Note that automatic regeneration of this part is not possible because it wrongly puts 'safe::Setup' on the list, and wrongly leaves out 'safe::Log' which is more dynamically created than the generator expects. Further note that the file "clock.tcl" is explicitly loaded by "init.tcl", the first time the clock command is invoked. The relevant code can be found at line 172ff, roughly, the definition of the procedure 'clock'. This means none of the procedures of this file belong in the tclIndex. Another indicator that automatic regeneration of tclIndex is ill-advised. |
From: Stuart C. <st...@us...> - 2009-11-25 14:26:02
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2896 Modified Files: ChangeLog Log Message: [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE. |
From: Stuart C. <st...@us...> - 2009-11-25 14:31:48
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5078 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE. |
From: Don P. <dg...@us...> - 2009-11-25 16:20:20
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7106 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Kevin B K. <ke...@us...> - 2009-11-25 21:02:36
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23919 Modified Files: ChangeLog Log Message: * win/Makefile.in: Added a 'test-tcl' rule that is identical to 'test' except that it does not go spelunking in 'pkgs/'. (This rule has existed in unix/Makefile.in for some time.) |
From: Jan N. <nij...@us...> - 2009-11-26 07:02:09
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14895 Modified Files: ChangeLog Log Message: Fix [Bug 2902965] stub related changes cause tclkit built to break |
From: Jan N. <nij...@us...> - 2009-11-26 07:02:38
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15735 Modified Files: ChangeLog Log Message: Fix [Bug 2902965] stub related changes cause tclkit built to break |
From: Donal K. F. <dk...@us...> - 2009-11-26 09:40:40
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21906 Modified Files: ChangeLog Log Message: Add .PHONY rules and documentation to preemptively stop trouble that plagued Tk from hitting Tcl too, and to make the overall makefile easier to understand. Some reorganization too to move related rules closer together. |