|
From: Andreas K. <and...@us...> - 2008-08-11 20:40:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1521 Modified Files: ChangeLog Log Message: * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered * tests/proc.test: by procbody::test::proc. See [Bug 2043636]. Added a test case demonstrating the leak before the fix. Fixed a few spelling errors in test descriptions as well. |
|
From: Andreas K. <and...@us...> - 2008-08-11 21:03:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11433 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * library/tm.tcl: Added a 'package provide' command to the generated ifneeded scripts of Tcl Modules, for early detection of conflicts between the version specified through the file name and a 'provide' command in the module implementation, if any. Note that this change also now allows Tcl Modules to not provide a 'provide' command at all, and declaring their version only through their filename. |
|
From: Andreas K. <and...@us...> - 2008-08-11 21:04:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11906 Modified Files: ChangeLog Log Message: * library/tm.tcl: Added a 'package provide' command to the generated ifneeded scripts of Tcl Modules, for early detection of conflicts between the version specified through the file name and a 'provide' command in the module implementation, if any. Note that this change also now allows Tcl Modules to not provide a 'provide' command at all, and declaring their version only through their filename. |
|
From: Pat T. <pat...@us...> - 2008-08-11 21:29:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22333 Modified Files: ChangeLog Log Message: Remove the 8.5+ requirement to avoid problems with shipping http as a tcl module. |
|
From: Pat T. <pat...@us...> - 2008-08-11 21:31:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22825 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Remove the 8.5+ requirement to avoid problems with shipping http as a tcl module. |
|
From: Don P. <dg...@us...> - 2008-08-11 21:57:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1150 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * library/http/http.tcl: Remove 8.5 requirement. * library/http/pkgIndex.tcl: * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: |
|
From: Don P. <dg...@us...> - 2008-08-11 21:58:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1581 Modified Files: ChangeLog Log Message: * library/http/http.tcl: Remove 8.5 requirement. * library/http/pkgIndex.tcl: * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: |
|
From: Don P. <dg...@us...> - 2008-08-12 17:45:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv762 Modified Files: ChangeLog Log Message: * generic/tclProc.c (TclProcCompileProc): On recompile of a proc, clear away any entries on the CompiledLocal list from the previous compile. This will prevent compile of temporary variables in the proc body from growing the localCache arbitrarily large. |
|
From: Don P. <dg...@us...> - 2008-08-12 17:50:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3125 Modified Files: ChangeLog Log Message: * generic/tclOOMethod.c (PushMethodCallFrame): Added missing check for bytecode validity. [Bug 2037727] |
|
From: Jeffrey H. <ho...@us...> - 2008-08-12 23:19:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7699 Modified Files: ChangeLog Log Message: * generic/tclOOInfo.c (InfoObjectDefnCmd, InfoObjectMixinsCmd): fix # args displayed. [Bug 2048676] |
|
From: Don P. <dg...@us...> - 2008-08-13 17:58:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5932 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclFileName.c: Fix for errors handling -types {} * tests/fileName.test: option to [glob]. [Bug 1750300] Thanks to Matthias Kraft and George Peter Staplin. |
|
From: Don P. <dg...@us...> - 2008-08-13 18:12:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11906 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclFileName.c: Fix for errors handling -types {} * tests/fileName.test: option to [glob]. [Bug 1750300] Thanks to Matthias Kraft and George Peter Staplin. |
|
From: Don P. <dg...@us...> - 2008-08-13 18:14:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12740 Modified Files: ChangeLog Log Message: * generic/tclFileName.c: Fix for errors handling -types {} * tests/fileName.test: option to [glob]. [Bug 1750300] Thanks to Matthias Kraft and George Peter Staplin. |
|
From: Don P. <dg...@us...> - 2008-08-13 20:40:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6009 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: miguel s. <ms...@us...> - 2008-08-13 22:02:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5705 Modified Files: ChangeLog Log Message: * tests/nre.test: added test for large {*}-expansion effects |
|
From: Daniel A. S. <da...@us...> - 2008-08-13 23:07:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31992 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * unix/Makefile.in: ensure Makefile shell is /bin/bash for * unix/configure.in (SunOS): DTrace-enabled build on Solaris. (followup to 2008-06-12) [Bug 2016584] |
|
From: Daniel A. S. <da...@us...> - 2008-08-13 23:07:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32006 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/Makefile.in: ensure Makefile shell is /bin/bash for * unix/configure.in (SunOS): DTrace-enabled build on Solaris. (followup to 2008-06-12) [Bug 2016584] |
|
From: Daniel A. S. <da...@us...> - 2008-08-13 23:08:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv776 Modified Files: ChangeLog Log Message: * unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize() * generic/tclInt.h: and related ifdefs and autoconf tests. * unix/tclUnixPort.h: [Bug 2017264] (jenglish) * unix/tcl.m4: |
|
From: Daniel A. S. <da...@us...> - 2008-08-14 00:08:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23619 Modified Files: ChangeLog Log Message: * tests/fCmd.test (fCmd-6.23): made result matching robust when test workdir and /tmp are not on same FS. |
|
From: Daniel A. S. <da...@us...> - 2008-08-14 00:08:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23303 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * tests/fCmd.test (fCmd-6.23): made result matching robust when test workdir and /tmp are not on same FS. |
|
From: Daniel A. S. <da...@us...> - 2008-08-14 00:11:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24873 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * tests/msgcat.test: fix for ::tcl::mac::locale with @modifier (HEAD backport 2008-06-01). |
|
From: Daniel A. S. <da...@us...> - 2008-08-14 02:11:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7696 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (TclNREvalObjv, Tcl_NRCallObjProc): DTrace probes * generic/tclProc.c (TclNRInterpProcCore, InterpProcNR2): for NRE. [Bug 2017160] * generic/tclBasic.c (TclDTraceInfo): add two extra arguments to * generic/tclCompile.h: DTrace 'info' probes for tclOO * generic/tclDTrace.d: method & class/object info. * generic/tclCompile.h: add support for debug logging of DTrace * generic/tclBasic.c: 'proc', 'cmd' and 'inst' probes (does _not_ require a platform with DTrace). |
|
From: Daniel A. S. <da...@us...> - 2008-08-14 02:12:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6050 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclCompile.h: add support for debug logging of DTrace * generic/tclBasic.c: 'proc', 'cmd' and 'inst' probes (does _not_ require a platform with DTrace). |
|
From: Daniel A. S. <da...@us...> - 2008-08-14 02:12:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7259 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclCompile.h: add support for debug logging of DTrace * generic/tclBasic.c: 'proc', 'cmd' and 'inst' probes (does _not_ require a platform with DTrace). |
|
From: Don P. <dg...@us...> - 2008-08-14 13:07:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16243 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/fileName.test: Revise new tests for portability to case insensitive filesystems. |