|
From: Don P. <dg...@us...> - 2007-09-14 16:28:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20709 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-09-14 16:35:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23931 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Daniel A. S. <da...@us...> - 2007-09-15 06:00:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18325 Modified Files: ChangeLog Log Message: * unix/tcl.m4: replace all direct references to compiler by ${CC} to enable CC overriding at configure & make time; run check for visibility "hidden" with all compilers; quoting fixes from TEA tcl.m4. (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.59 |
|
From: Daniel A. S. <da...@us...> - 2007-09-15 06:01:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18810 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4 (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' in SHLIB_LD by 'cc' compiler driver. * unix/configure: autoconf-2.13 |
|
From: Donal K. F. <dk...@us...> - 2007-09-17 09:46:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9996 Modified Files: ChangeLog Log Message: Cleaned up formatting so that lines don't wrap on standard width terminals |
|
From: Donal K. F. <dk...@us...> - 2007-09-17 10:44:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv749 Modified Files: ChangeLog Log Message: Generate literal values more efficiently using TclNewLiteralStringObj macro. |
|
From: Don P. <dg...@us...> - 2007-09-17 14:50:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv963 Modified Files: ChangeLog Log Message: * generic/tcl.h: Revised Tcl_InitStubs() to restore Tcl 8.4 * generic/tclPkg.c: source compatibility with callers of * generic/tclStubLib.c: Tcl_InitStubs(interp, TCL_VERSION, 1). [Bug 1578344]. |
|
From: Don P. <dg...@us...> - 2007-09-17 15:03:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6902 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-09-17 15:31:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9902 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-09-17 16:24:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9988 Modified Files: ChangeLog Log Message: * unix/Makefile.in: Update `make dist` so that tclDTrace.d is included in the source code distribution. |
|
From: Don P. <dg...@us...> - 2007-09-17 16:26:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10860 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Joe E. <jen...@us...> - 2007-09-17 20:55:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2285 Modified Files: ChangeLog Log Message: Use '${CC} -shared' instead of 'ld -Bshareable' to build shared libraries on current NetBSDs [#1749251]. |
|
From: Pat T. <pat...@us...> - 2007-09-17 22:34:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14586 Modified Files: ChangeLog Log Message: Add crt flags for tclStubLib now it makes use of C-library functions |
|
From: Don P. <dg...@us...> - 2007-09-18 16:07:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21575 Modified Files: ChangeLog Log Message: * generic/tclStubLib.c: Remove C library calls from Tcl_InitStubs() * win/makefile.vc: so that we don't need the C library linked in to libtclStub. |
|
From: Don P. <dg...@us...> - 2007-09-19 09:23:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13607 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclPkg.c: Backport fix for [1573844] to the * tests/pkg.test: TCL_TIP268 sections. |
|
From: Don P. <dg...@us...> - 2007-09-19 09:24:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14064 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: typo |
|
From: Pat T. <pat...@us...> - 2007-09-19 10:53:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21323 Modified Files: ChangeLog Log Message: Replace isdigit call with an internal implementation to avoid libc linkage on windows |
|
From: Don P. <dg...@us...> - 2007-09-19 16:08:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29544 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/Makefile.in: Update `make dist` so that tclDTrace.d is included in the source code distribution. |
|
From: Don P. <dg...@us...> - 2007-09-20 16:24:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9035 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * doc/load.n: Backport corrected example. |
|
From: Donal K. F. <dk...@us...> - 2007-09-25 20:34:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5797 Modified Files: ChangeLog Log Message: Add a new command, ::tcl::unsupported::disassemble |
|
From: Andreas K. <and...@us...> - 2007-10-02 16:31:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14674 Modified Files: ChangeLog Log Message: * library/tclIndex: Added 'tcl::tm::path' to the tclIndex. This fixes [SF Bug 1806422] reported by Don Porter. |
|
From: Don P. <dg...@us...> - 2007-10-02 18:27:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30928 Modified Files: ChangeLog Log Message: * generic/tcl.h: Bump version number to 8.5b1.1 to distinguish * library/init.tcl: CVS development snapshots from the 8.5b1 * unix/configure.in: release. * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure: |
|
From: Don P. <dg...@us...> - 2007-10-02 18:29:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31900 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Jeffrey H. <ho...@us...> - 2007-10-02 21:53:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23337 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29 to make macro more warning-robust in unbraced if code. |
|
From: Jeffrey H. <ho...@us...> - 2007-10-02 21:54:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23364 Modified Files: ChangeLog Log Message: * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29 to make macro more warning-robust in unbraced if code. |