|
From: Don P. <dg...@us...> - 2004-08-02 20:55:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1379 Modified Files: ChangeLog Log Message: TIP#207 IMPLEMENTATION * doc/interp.n: Added support for a -namespace option to the * generic/tclBasic.c: [interp invokehidden] command. Also added an * generic/tclInt.h: internal routine TclObjInvokeNamespace() and * generic/tclInterp.c: corrected the flag names TCL_FIND_ONLY_NS and * generic/tclNamesp.c: TCL_CREATE_NS_IF_UNKNOWN that are passed to the * generic/tclTrace.c: internal routine TclGetNamespaceForQualName(). * tests/interp.test: [Patch 981841] |
|
From: Don P. <dg...@us...> - 2004-08-02 22:01:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13780 Modified Files: ChangeLog Log Message: * library/package.tcl (pkg_mkIndex): Updated [pkg_mkIndex] to make use of [glob -directory $dir -tails] and return options. |
|
From: Donal K. F. <dk...@us...> - 2004-08-03 20:31:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5876 Modified Files: ChangeLog Log Message: Add field initialization to fix [Bug 989298]. D'oh! |
|
From: Donal K. F. <dk...@us...> - 2004-08-03 21:47:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20298 Modified Files: ChangeLog Log Message: Plug leak and clarify code |
|
From: Zoran V. <vas...@us...> - 2004-08-10 19:35:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14908 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Changed handling of the returned thread ID since broken on 64-bit systems (Cray). Thanks to Rob Ratcliff for reporting the bug. |
|
From: Zoran V. <vas...@us...> - 2004-08-10 19:40:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15978 Modified Files: ChangeLog Log Message: Changed handling of the returned thread ID since broken on 64-bit systems (Cray). Thanks to Rob Ratcliff for reporting the bug. |
|
From: Don P. <dg...@us...> - 2004-08-13 21:39:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18431 Modified Files: ChangeLog Log Message: * library/msgcat/msgcat.tcl: Added checks to prevent [mclocale] * tests/msgcat.test: from registering filesystem paths to possibly malicious code to be evaluated by a later [mcload]. |
|
From: Don P. <dg...@us...> - 2004-08-13 21:45:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19459 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/msgcat/msgcat.tcl: Added checks to prevent [mclocale] * tests/msgcat.test: from registering filesystem paths to possibly malicious code to be evaluated by a later [mcload]. * library/msgcat/pkgIndex.tcl: Bump to msgcat 1.3.3 |
|
From: miguel s. <ms...@us...> - 2004-08-16 14:11:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15826 Modified Files: ChangeLog Log Message: fix for [Bug 1008314] |
|
From: miguel s. <ms...@us...> - 2004-08-16 14:18:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17232 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: fix for [Bug 1008314] |
|
From: Don P. <dg...@us...> - 2004-08-16 14:28:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19204 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: date correction |
|
From: Don P. <dg...@us...> - 2004-08-16 14:29:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19233 Modified Files: ChangeLog Log Message: date correction |
|
From: Kevin B K. <ke...@us...> - 2004-08-18 19:59:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28797 Modified Files: ChangeLog Log Message: TIP #173 and #209 implementation - see ChangeLog for details |
|
From: Kevin B K. <ke...@us...> - 2004-08-18 20:59:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9129 Modified Files: ChangeLog Log Message: unbreak Win build after TIP#173 and TIP#209 commit |
|
From: Andreas K. <and...@us...> - 2004-08-18 22:03:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21511 Modified Files: ChangeLog Log Message: * library/init.tcl: Integrated TIP #189. We source a separate file (see below), instead of inlining the contents of that file. This should beeasier to maintain, and easier to backport/install in 8.4 installations. Note: Usage of Tcl Modules is restricted to non-safe interps. It cannot be loaded into a safe interp. * library/tm.tcl: New file, the v2 reference implementation for TIP #189, Tcl Modules. |
|
From: Kevin B K. <ke...@us...> - 2004-08-18 22:13:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23585 Modified Files: ChangeLog Log Message: Fixed httpd's abuse of the [clock] command |
|
From: Kevin B K. <ke...@us...> - 2004-08-18 22:34:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27947 Modified Files: ChangeLog Log Message: added note about times out of Posix range |
|
From: Andreas K. <and...@us...> - 2004-08-19 00:13:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13145 Modified Files: ChangeLog Log Message: * doc/tm.n: New file, documentation for Tcl Modules, based on the TIP. * unix/mkLinks: Regenerated. * win/makefile.vc: Added tm.tcl to list of files to install. |
|
From: Kevin B K. <ke...@us...> - 2004-08-19 18:55:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31789 Modified Files: ChangeLog Log Message: * library/clock.tcl (format): Changed default timezone format from alphabetic to numeric to produce scannable times in more locales. * tests/clock.test (clock-37.1): Removed now-unused 'needPST' constraint and the comments that refer to it. |
|
From: Donal K. F. <dk...@us...> - 2004-08-19 20:59:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21290 Modified Files: ChangeLog Log Message: Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011860] |
|
From: Donal K. F. <dk...@us...> - 2004-08-19 21:12:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23659 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011860] |
|
From: Kevin B K. <ke...@us...> - 2004-08-21 17:57:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14036 Modified Files: ChangeLog Log Message: * tests/clock.test (clock-38.1): Changed TZ setting to specify CET in excruciating detail to deal with systems that lack the Posix defaults for DST changes (and to be formally correct with the change dates for CET). |
|
From: Don P. <dg...@us...> - 2004-08-23 17:40:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3890 Modified Files: ChangeLog Log Message: * library/auto.tcl: Updated [tcl_findLibrary] search path to include any [<pkg>::pkgconfig get scriptdir,runtime] directory, as well as the $::auto_path. [RFE 695441] |
|
From: Donal K. F. <dk...@us...> - 2004-08-24 09:00:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19345 Modified Files: ChangeLog Log Message: Added clarifying note on [string map]'s behaviour. |
|
From: Don P. <dg...@us...> - 2004-08-25 01:11:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11473 Modified Files: ChangeLog Log Message: * generic/tclProc.c: The routine TclProcInterpProc was a specific * generic/tclTestProcBodyObj.c: instance of the general service already provided by TclObjInvokeProc. Removed TclProcInterpProc and TclGetInterpProc from the code... * generic/tclInt.decls ...and from the internal stubs table. * generic/tclIntDecls.h * generic/tclStubInit.c |