From: Donal K. F. <dk...@us...> - 2009-02-05 14:21:53
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13308 Modified Files: ChangeLog Log Message: Fix [Bug 2568434] |
From: Don P. <dg...@us...> - 2009-02-05 23:12:24
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11594 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2009-02-05 23:17:16
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3485 Modified Files: ChangeLog Log Message: Simplify the implementation of some commands now that the underlying string API knows more about bytearrays. |
From: Joe M. <mis...@us...> - 2009-02-06 01:00:20
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24381 Modified Files: ChangeLog Log Message: Fix for [Bug 2544618] |
From: Daniel A. S. <da...@us...> - 2009-02-06 08:15:02
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20929 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tcl.h (Darwin): workaround conflict between deprecated tcl panic macro and panic() function declaration in <mach/mach.h> header. |
From: Don P. <dg...@us...> - 2009-02-06 16:08:58
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11261 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2009-02-07 22:42:05
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8899 Modified Files: ChangeLog Log Message: Improve error messages. [Bug 2573172] |
From: Don P. <dg...@us...> - 2009-02-09 13:21:48
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13668 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Jan N. <nij...@us...> - 2009-02-09 22:55:51
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8480 Modified Files: ChangeLog Log Message: fix [Bug 2555129] const compiler warning (as error) in tclCompile.c |
From: Don P. <dg...@us...> - 2009-02-10 03:55:56
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23650 Modified Files: ChangeLog Log Message: formatting |
From: Don P. <dg...@us...> - 2009-02-10 04:00:29
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3907 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2009-02-10 14:39:01
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25825 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c (Tcl_GetUnicode*): Reduce code duplication. |
From: Don P. <dg...@us...> - 2009-02-10 14:59:45
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26612 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c: Reduce code duplication in Tcl_GetUnicode*. Restrict AppendUtfToUtfRep to non-negative length appends. |
From: Don P. <dg...@us...> - 2009-02-10 15:37:21
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17543 Modified Files: ChangeLog Log Message: Convert all Tcl_InvalidateStringRep() calls into macros. |
From: Don P. <dg...@us...> - 2009-02-10 17:09:13
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8162 Modified Files: ChangeLog Log Message: * generic/tclObj.c (Tcl_GetString): Added comments and validity checks following the call to an UpdateStringProc. Simplify Tcl_AttemptSetObjLength by removing unreachable code. |
From: Don P. <dg...@us...> - 2009-02-10 17:28:43
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26285 Modified Files: ChangeLog Log Message: Simplify SetStringFromAny() by removing unreachable and duplicate code. |
From: Don P. <dg...@us...> - 2009-02-10 17:37:38
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv714 Modified Files: ChangeLog Log Message: Simplify Tcl_SetObjLength by removing unreachable code. |
From: Don P. <dg...@us...> - 2009-02-10 21:04:09
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17326 Modified Files: ChangeLog Log Message: Removed handling of (objPtr->bytes != NULL) from UpdateStringOfString, which is only called when objPtr->bytes is NULL. |
From: Jan N. <nij...@us...> - 2009-02-10 22:43:37
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8910 Modified Files: ChangeLog Log Message: fix [tcl-Bug 2502365] Building of head on HPUX is broken when using the native CC. |
From: Jan N. <nij...@us...> - 2009-02-10 22:50:15
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14582 Modified Files: ChangeLog Log Message: - eliminate some unnessary type casts - some internal const decorations - spacing |
From: Jan N. <nij...@us...> - 2009-02-10 23:09:13
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30238 Modified Files: ChangeLog Log Message: - eliminate some unnessary type casts - some internal const decorations - spacing |
From: Don P. <dg...@us...> - 2009-02-11 15:29:01
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13503 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c: Changed type of the 'allocated' field of the String struct from size_t to int since only int values are ever stored in it. |
From: Don P. <dg...@us...> - 2009-02-11 17:27:56
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13308 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2009-02-11 18:07:59
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26913 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c: Changed type of the 'allocated' field * generic/tclTestObj.c: of the String struct (and the TestString counterpart) from size_t to int since only int values are ever stored in it. |
From: Don P. <dg...@us...> - 2009-02-12 03:46:46
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13301 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c: Re-implemented AppendUnicodeToUtfRep so that we no longer pass through Tcl_DStrings which have their own sets of problems when lengths overflow the int range. Now AUTUR and UpdateStringOfString share a common core routine. |