|
From: Don P. <dg...@us...> - 2009-01-30 15:49:26
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32652 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: David G. <dav...@us...> - 2009-02-01 17:57:27
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14308 Modified Files: ChangeLog Log Message: no message |
|
From: David G. <dav...@us...> - 2009-02-01 19:36:44
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28141 Modified Files: ChangeLog Log Message: no message |
|
From: Don P. <dg...@us...> - 2009-02-02 05:44:45
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7151 Modified Files: ChangeLog Log Message: Revert unreleased improvements to pkgs/itcl . |
|
From: Don P. <dg...@us...> - 2009-02-02 05:47:58
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7361 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c (Tcl_(Attempt)SetObjLength): Added protections against callers asking for negative lengths. It is likely when this happens that an integer overflow is to blame. [Bug 2553906]. |
|
From: Don P. <dg...@us...> - 2009-02-02 05:54:57
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7815 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c (STRING_NOMEM): Add missing cast of NULL to (char *) that upsets some compilers. [Bug 2494093]. |
|
From: Don P. <dg...@us...> - 2009-02-02 06:02:45
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8553 Modified Files: ChangeLog Log Message: * generic/tclInterp.c: Reverted the conversion of [interp] into an * tests/interp.test: ensemble. Such conversion is not necessary * tests/nre.test: (or even all that helpful) in the NRE-enabling of [interp invokehidden], and it has other implications -- including significant forkage of the 8.5 and 8.6 implementations -- that are better off avoided if there's no gain. |
|
From: Don P. <dg...@us...> - 2009-02-02 14:24:29
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20768 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2009-02-03 17:15:32
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1773 Modified Files: ChangeLog Log Message: * generic/tclObj.c (Tcl_GetStringFromObj): Reduce code duplication. |
|
From: Don P. <dg...@us...> - 2009-02-03 18:10:28
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12693 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c (SetUnicodeObj): Corrected failure of Tcl_SetUnicodeObj() to panic on a shared object. [Bug 2561488]. Also factored out common code to reduce duplication. |
|
From: Donal K. F. <dk...@us...> - 2009-02-03 18:16:13
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13655 Modified Files: ChangeLog Log Message: Fix for [Bug 2558422] though this area is still a mess. |
|
From: Jan N. <nij...@us...> - 2009-02-03 23:11:07
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20494 Modified Files: ChangeLog Log Message: - eliminate some unnessary type casts - some internal const decorations - spacing |
|
From: Jan N. <nij...@us...> - 2009-02-03 23:34:38
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23726 Modified Files: ChangeLog Log Message: - eliminate some unnessary type casts - some internal const decorations - spacing |
|
From: Don P. <dg...@us...> - 2009-02-04 14:16:57
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22780 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2009-02-04 18:15:52
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20360 Modified Files: ChangeLog Log Message: * generic/tclCmdMZ.c: Prevent crashes due to int overflow of the length of the result of [string repeat]. [Bug 2561746] |
|
From: Don P. <dg...@us...> - 2009-02-04 18:57:50
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24834 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclCmdMZ.c: Prevent crashes due to int overflow of the length of the result of [string repeat]. [Bug 2561746] |
|
From: Don P. <dg...@us...> - 2009-02-04 19:59:28
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32586 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c: Added overflow protections to the AppendUtfToUtfRep routine to either avoid invalid arguments and crashes, or to replace them with controlled panics. [Bug 2561794] |
|
From: Don P. <dg...@us...> - 2009-02-04 20:21:44
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3073 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclStringObj.c (SetUnicodeObj): Corrected failure of Tcl_SetUnicodeObj() to panic on a shared object. [Bug 2561488]. Also factored out common code to reduce duplication. |
|
From: Don P. <dg...@us...> - 2009-02-04 22:39:51
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19566 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclStringObj.c (SetUnicodeObj): Corrected failure of Tcl_SetUnicodeObj() to panic on a shared object. [Bug 2561488]. Also factored out common code to reduce duplication. |
|
From: Don P. <dg...@us...> - 2009-02-04 22:48:44
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20660 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2009-02-05 01:22:03
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9704 Modified Files: ChangeLog Log Message: Improve efficiency of Tcl_AppendObjToObj's bytearray handling. |
|
From: Donal K. F. <dk...@us...> - 2009-02-05 13:16:43
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17592 Modified Files: ChangeLog Log Message: More/better/cleaner handling of the bytearray special casing for string ops. |
|
From: Don P. <dg...@us...> - 2009-02-05 13:26:50
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3286 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2009-02-05 13:59:27
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9000 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclStringObj.c: Added overflow protections to the AppendUtfToUtfRep routine to either avoid invalid arguments and crashes, or to replace them with controlled panics. [Bug 2561794] |
|
From: Don P. <dg...@us...> - 2009-02-05 14:11:02
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11329 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclStringObj.c: Added overflow protections to the AppendUtfToUtfRep routine to either avoid invalid arguments and crashes, or to replace them with controlled panics. [Bug 2561794] |