|
From: Jeffrey H. <ho...@us...> - 2008-11-04 23:54:35
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29945 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclPort.h: remove the ../{win,unix}/ header dirs as the build system already has it, and it confuses builds when used with private headers installed. |
|
From: Jeffrey H. <ho...@us...> - 2008-11-04 23:57:03
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30148 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclPort.h: remove the ../win/ header dir as the build system already has it, and it confuses builds when used with private headers installed. |
|
From: Jeffrey H. <ho...@us...> - 2008-11-04 23:57:46
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30203 Modified Files: ChangeLog Log Message: * generic/tclPort.h: remove the ../win/ header dir as the build system already has it, and it confuses builds when used with private headers installed. |
|
From: Jan N. <nij...@us...> - 2008-11-06 21:49:16
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14309 Modified Files: ChangeLog Log Message: add "-Wno-implicit-int" for gcc, as on UNIX eliminate an 'array index out of bounds' warning on HP-UX' |
|
From: Pat T. <pat...@us...> - 2008-11-07 20:10:24
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10402 Modified Files: ChangeLog Log Message: patch #2215022: clean up the binary ensemble initialization code Applied a patch from Duoas which extends the TclMakeEnsemble command to handle sub-ensembles from tables. Cleaned up the original patch a bit. |
|
From: Don P. <dg...@us...> - 2008-11-10 02:18:48
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15002 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Andreas K. <and...@us...> - 2008-11-10 17:57:13
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16895 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich * library/platform/pkgIndex.tcl: Ring <ur...@us...>. * library/platform/shell.tcl: Updated the LOCATE command in the * library/tm.tcl: package 'platform::shell' to handle the new form * unix/Makefile.in: of 'provide' commands generated by tm.tcl. Bumped * win/Makefile.in: package to version 1.1.4. Added cross-references to the relevant parts of the code to avoid future desynchronization. |
|
From: Andreas K. <and...@us...> - 2008-11-10 17:57:33
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16976 Modified Files: ChangeLog Log Message: * doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich * library/platform/pkgIndex.tcl: Ring <ur...@us...>. * library/platform/shell.tcl: Updated the LOCATE command in the * library/tm.tcl: package 'platform::shell' to handle the new form * unix/Makefile.in: of 'provide' commands generated by tm.tcl. Bumped * win/Makefile.in: package to version 1.1.4. Added cross-references to the relevant parts of the code to avoid future desynchronization. |
|
From: Jan N. <nij...@us...> - 2008-11-11 21:54:08
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8940 Modified Files: ChangeLog Log Message: Eliminate warning: passing arg 4 of `Tcl_SplitList' from incompatible pointer type reverted change from 2008-11-06 (was under the impression that "-Wno-implicit-int" added an extra warning) |
|
From: Jan N. <nij...@us...> - 2008-11-11 21:55:51
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9363 Modified Files: ChangeLog Log Message: Eliminate warning: passing arg 4 of `Tcl_SplitList' from incompatible pointer type reverted change from 2008-11-06 (was under the impression that "-Wno-implicit-int" added an extra warning) |
|
From: Jan N. <nij...@us...> - 2008-11-12 00:31:47
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6772 Modified Files: ChangeLog Log Message: Use -O2 as gcc optimization compiler flag, and get rid of -Wno-implicit-int for UNIX |
|
From: Pat T. <pat...@us...> - 2008-11-12 13:32:31
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29842 Modified Files: ChangeLog Log Message: Use HKEY_CURRENT_USER instead of HKEY_CLASSES_ROOT during tests. Writing to HKCR requires administrative access on many systems but HKLM is always available to the current user |
|
From: Jan N. <nij...@us...> - 2008-11-13 22:34:36
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16663 Modified Files: ChangeLog Log Message: rename static function FSUnloadTempFile to TclFSUnloadTempFile, needed in tclLoad.c Fixed [Bug 2269431]: load of shared objects leaves temporary files on windows |
|
From: Jan N. <nij...@us...> - 2008-11-14 00:22:44
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24827 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fixed [Bug 2269431]: load of shared objects leaves emporary files on windows |
|
From: Jan N. <nij...@us...> - 2008-11-16 22:22:15
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11555 Modified Files: ChangeLog Log Message: change two Tcl_SetResult calls to Tcl_SetObjResult, as simplification for the TIP #340 patch. |
|
From: Alexandre F. <fer...@us...> - 2008-11-17 08:11:50
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26656 Modified Files: ChangeLog Log Message: Check for uncompiled-for-continue [Bug 2186888] fixed earlier. |
|
From: Don P. <dg...@us...> - 2008-11-17 16:13:52
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25828 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Jan N. <nij...@us...> - 2008-11-17 22:15:38
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4541 Modified Files: ChangeLog Log Message: Fix signature and implementation of Tcl_HashStats, such that it conforms to the documentation. |
|
From: Alexandre F. <fer...@us...> - 2008-11-17 22:26:57
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5282 Modified Files: ChangeLog Log Message: Fix [Bug 2251175]: missing backslash substitution on expanded literals. |
|
From: Alexandre F. <fer...@us...> - 2008-11-17 22:39:18
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6063 Modified Files: ChangeLog Log Message: Fix [Bug 2251175]: missing backslash substitution on expanded literals. |
|
From: Jan N. <nij...@us...> - 2008-11-18 06:35:06
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2380 Modified Files: ChangeLog Log Message: Fix signature and implementation of Tcl_HashStats, such that it conforms to the documentation. |
|
From: Jan N. <nij...@us...> - 2008-11-18 07:02:22
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3498 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: fix [Bug 2308236] signature of Tcl_HashStats() wrong |
|
From: Don P. <dg...@us...> - 2008-11-18 20:57:26
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28894 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Jan N. <nij...@us...> - 2008-11-19 00:04:54
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13377 Modified Files: ChangeLog Log Message: Convert Tcl_SetResult(......, TCL_DYNAMIC) to Tcl_SetResult(......, TCL_VOLATILE), in preparation for TIP #340 |
|
From: Andreas K. <and...@us...> - 2008-11-23 19:26:13
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24408 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIO.c: Backport of fix for [Bug 2333466]. |