|
From: Kevin B K. <ke...@us...> - 2007-02-14 17:59:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv697 Modified Files: ChangeLog Log Message: 2007-02-13 Kevin Kenny <ke...@ac...> * tools/fix_tommath_h.tcl: Further tweaking for the x86-64. The change is to make 'mp_digit' be an 'unsigned int' on that platform; since we're using only 32 bits of it, there's no reason to make it a 64-bit 'unsigned long.' * generic/tclTomMath.h: Regenerated. |
|
From: Donal K. F. <dk...@us...> - 2007-02-18 01:06:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16805 Modified Files: ChangeLog Log Message: Partial fix of [Bug 1662436] |
|
From: Donal K. F. <dk...@us...> - 2007-02-18 18:42:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20332 Modified Files: ChangeLog Log Message: Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them. |
|
From: Jeffrey H. <ho...@us...> - 2007-02-19 23:49:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5955 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch. * unix/configure: autoconf-2.13 |
|
From: Jeffrey H. <ho...@us...> - 2007-02-19 23:51:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6472 Modified Files: ChangeLog Log Message: * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch. * unix/configure: autoconf-2.59 |
|
From: Pat T. <pat...@us...> - 2007-02-20 15:37:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19229 Modified Files: ChangeLog Log Message: Bug #1479814. Handle extended paths on Windows NT and above. |
|
From: Don P. <dg...@us...> - 2007-02-20 17:53:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14780 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * doc/tcltest.n: Typo fix. [Bug 1663539] |
|
From: Don P. <dg...@us...> - 2007-02-20 17:54:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15042 Modified Files: ChangeLog Log Message: * doc/tcltest.n: Typo fix. [Bug 1663539] |
|
From: Jan N. <nij...@us...> - 2007-02-20 23:24:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27441 Modified Files: ChangeLog Log Message: various "const" additions, in line with TIP #27 |
|
From: Andreas K. <and...@us...> - 2007-02-22 19:49:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26282 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/pkg.test: Added tests for the case of an alpha package satisfying a require for the regular package, demonstrating a corner case specified in TIP#280. More notes in the comments to the test. |
|
From: Andreas K. <and...@us...> - 2007-02-22 19:49:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26689 Modified Files: ChangeLog Log Message: * tests/pkg.test: Added tests for the case of an alpha package satisfying a require for the regular package, demonstrating a corner case specified in TIP#280. More notes in the comments to the test. |
|
From: Don P. <dg...@us...> - 2007-02-24 18:55:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16791 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so that the recounting logic of the List internal rep need not be repeated there. Better encapsulation of internal details. * generic/tclInt.h: New internal routine TclListObjCopy() used * generic/tclListObj.c: to efficiently do the equivalent of [lrange $list 0 end]. After some experience with this, might be a good candidate for exposure as a public interface. It's useful for callers of Tcl_ListObjGetElements() who want to control the ongoing validity of the returned objv pointer. |
|
From: Don P. <dg...@us...> - 2007-02-26 19:10:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7977 Modified Files: ChangeLog Log Message: * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Removed surplus copying of the objv array that used to be a workaround for Bug 404865. That bug is long fixed. |
|
From: Andreas K. <and...@us...> - 2007-02-26 23:27:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19545 Modified Files: ChangeLog Log Message: * generic/tclIORChan.c (FreeReflectedChannel): Added the missing refcount release between NewRC and FreeRC for the channel handle object, spotted by Don Porter. This fixes the bug 1667990. |
|
From: Don P. <dg...@us...> - 2007-02-28 20:01:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14708 Modified Files: ChangeLog Log Message: typo |
|
From: Donal K. F. <dk...@us...> - 2007-03-01 10:07:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30018 Modified Files: ChangeLog Log Message: Fix [Bug 1671138] |
|
From: Donal K. F. <dk...@us...> - 2007-03-01 10:16:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv947 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix [Bug 1671138] |
|
From: Don P. <dg...@us...> - 2007-03-01 16:16:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1613 Modified Files: ChangeLog Log Message: * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Rewrite to make efficient private copies of the variable and value lists, so we can operate on them without any special shimmer defense coding schemes. |
|
From: Don P. <dg...@us...> - 2007-03-01 17:31:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv930 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (Tcl_LassignObjCmd): Rewrite to make an efficient private copy of the list argument, so we can operate on the list elements directly with no fear of shimmering effects. Replaces defensive coding schemes that are otherwise required. |
|
From: Don P. <dg...@us...> - 2007-03-01 17:55:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11786 Modified Files: ChangeLog Log Message: * generic/tclCmdAH.c (Tcl_ForeachObjCmd): Stop throwing away * tests/foreach.test (foreach-1.14): useful error information when loop variable sets fail. |
|
From: Don P. <dg...@us...> - 2007-03-01 19:29:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22265 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (Tcl_LrangeObjCmd): Rewrite in the same spirit; avoid shimmer effects rather than react to them. |
|
From: Don P. <dg...@us...> - 2007-03-01 22:14:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2748 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (Tcl_LreplaceObjCmd): Code simplifications and optimizations. |
|
From: Don P. <dg...@us...> - 2007-03-01 22:45:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18304 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (Tcl_LinsertObjCmd): Code simplifications and optimizations. |
|
From: Donal K. F. <dk...@us...> - 2007-03-02 10:32:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25500 Modified Files: ChangeLog Log Message: Added a scheme to allow aux-data to be printed out for debugging. For this to work, immediate operands referring to aux-data must be identified as such in the instruction descriptor table using OPERAND_AUX4 (all are always 4 bytes). Rewrote the compiled [dict update] so that it stores critical non-varying data in an aux-data value instead of a (shimmerable) literal. [Bug 1671001] |
|
From: Donal K. F. <dk...@us...> - 2007-03-02 10:35:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27231 Modified Files: ChangeLog Log Message: D'uh! Forgot to save the ChangeLog... |