From: Jeffrey H. <ho...@us...> - 2010-08-27 00:15:31
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14732 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found. |
From: Jeffrey H. <ho...@us...> - 2010-08-27 00:16:55
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14988 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: note unix/configure change |
From: Jeffrey H. <ho...@us...> - 2010-08-27 00:50:58
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18950 Modified Files: ChangeLog Log Message: * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): * win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST macro and --enable-embedded-manifest configure arg added to support manifest embedding where we know the magic. Help prevents DLL hell with MSVC8+. |
From: Jeffrey H. <ho...@us...> - 2010-08-27 00:53:43
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19497 Modified Files: ChangeLog Log Message: * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-search dirs. [Bug 1230554] (SC_PATH_X): Correct syntax error when xincludes not found. |
From: Don P. <dg...@us...> - 2010-08-27 14:29:52
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15360 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Donal K. F. <dk...@us...> - 2010-08-29 15:37:49
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16818 Modified Files: ChangeLog Log Message: * doc/dict.n: [Bug 3046999]: Corrected cross reference to array manpage to refer to (correct) existing subcommand. |
From: Donal K. F. <dk...@us...> - 2010-08-29 15:41:03
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17275 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * doc/dict.n: [Bug 3046999]: Corrected cross reference to array manpage to refer to (correct) existing subcommand. |
From: Jan N. <nij...@us...> - 2010-08-30 09:19:46
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10454 Modified Files: ChangeLog Log Message: [Freq 2965056]: Windows build with -DUNICODE |
From: Jan N. <nij...@us...> - 2010-08-30 13:49:35
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv12758 Modified Files: ChangeLog Log Message: [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly. |
From: Jan N. <nij...@us...> - 2010-08-30 13:56:29
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13609 Modified Files: ChangeLog Log Message: [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Partly. |
From: miguel s. <ms...@us...> - 2010-08-30 14:02:17
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14498 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: New implementation for [tailcall]: * generic/tclCmdAH.c: it now schedules the command and returns * generic/tclCmdMZ.c: TCL_RETURN. This fixes all issues with * generic/tclExecute.c: [catch] and [try] - [Bug 3046594], * generic/tclInt.h: [Bug 3047235] and [Bug 3048771]. Thanks * generic/tclNamesp.c: dgp for exploring the dark corners. * tests/tailcall.test: More thorough testing is required. |
From: Don P. <dg...@us...> - 2010-08-30 14:11:07
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15821 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Don P. <dg...@us...> - 2010-08-30 14:14:40
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16356 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Tag for RC1 release |
From: Andreas K. <and...@us...> - 2010-08-31 20:46:49
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19808 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * win/tcl.m4: Applied patch by Jeff fixing issues with the manifest handling on Win64. * win/configure: Regenerated. |
From: Andreas K. <and...@us...> - 2010-08-31 20:47:01
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19838 Modified Files: ChangeLog Log Message: * win/tcl.m4: Applied patch by Jeff fixing issues with the manifest handling on Win64. * win/configure: Regenerated. |
From: Jan N. <nij...@us...> - 2010-08-31 20:48:23
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20435 Modified Files: ChangeLog Log Message: [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part. Typo in rules.vc |
From: Jan N. <nij...@us...> - 2010-08-31 20:53:23
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21152 Modified Files: ChangeLog Log Message: [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part, doc. |
From: Don P. <dg...@us...> - 2010-09-01 14:25:31
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15758 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Tag for RC2 release |
From: Donal K. F. <dk...@us...> - 2010-09-01 15:06:45
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21341 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * doc/Tcl.n: Avoid nroff hazards when generating documentation. |
From: Donal K. F. <dk...@us...> - 2010-09-01 15:41:46
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26086 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * tools/tcltk-man2html.tcl: Improve handling of cross-links for options between Ttk manual pages. |
From: Don P. <dg...@us...> - 2010-09-01 15:45:55
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26555 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Tag for R2 release |
From: Andreas K. <and...@us...> - 2010-09-01 19:42:45
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28635 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to * generic/tclVar.c: make the behaviour of lappend in bytecompiled * tests/append.test: mode consistent with direct-eval and 'append' * tests/appendComp.test: generally. Added tests (append*-9.*) showing the difference. |
From: Andreas K. <and...@us...> - 2010-09-01 20:35:40
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3671 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to * generic/tclVar.c: make the behaviour of lappend in bytecompiled * tests/append.test: mode consistent with direct-eval and 'append' * tests/appendComp.test: generally. Added tests (append*-9.*) showing the difference. |
From: Andreas K. <and...@us...> - 2010-09-01 20:36:27
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3802 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to * generic/tclVar.c: make the behaviour of lappend in bytecompiled * tests/append.test: mode consistent with direct-eval and 'append' * tests/appendComp.test: generally. Added tests (append*-9.*) showing the difference. |
From: Andreas K. <and...@us...> - 2010-09-02 04:52:58
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1607 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * library/safe.tcl (::safe::AliasGlob): Moved the command extending the actual glob command with a -directory flag to when we actually have a proper untranslated path, |