|
From: Don P. <dg...@us...> - 2009-01-08 18:00:54
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6178 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2009-01-09 15:00:32
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1224 Modified Files: ChangeLog Log Message: Fix [Bug 1558654] |
|
From: Don P. <dg...@us...> - 2009-01-09 15:12:32
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2114 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit memory allocation requests to the sizes that can be supported by Tcl's memory allocation routines. [Bug 2494093]. |
|
From: Don P. <dg...@us...> - 2009-01-09 15:16:01
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2265 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit memory allocation requests to the sizes that can be supported by Tcl's memory allocation routines. [Bug 2494093]. |
|
From: Don P. <dg...@us...> - 2009-01-09 15:34:38
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3317 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit memory allocation requests to the sizes that can be supported by Tcl's memory allocation routines. [Bug 2494093]. |
|
From: Don P. <dg...@us...> - 2009-01-09 15:35:35
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3416 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2009-01-12 16:50:09
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11847 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (Tcl_DeleteCommandFromToken): One consequence of the NRE rewrite is that there are now situations where a NULL objProc field in a Command struct is perfectly normal. Removed an outdated comment in Tcl_DeleteCommandFromToken that claimed we use (cmdPtr->objPtr == NULL) as a test of command validity. In fact we use (cmdPtr->flags & CMD_IS_DELETED) to perform that test. Also removed the setting to NULL, since any extension following the advice of the old comment is going to be broken by NRE anyway, and needs to shift to flag-based testing (or stop intruding into such internal matters). Part of [Bug 2486550]. |
|
From: Don P. <dg...@us...> - 2009-01-13 03:02:57
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20631 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2009-01-13 20:30:10
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1067 Modified Files: ChangeLog Log Message: Move [throw] implementation into C. |
|
From: Don P. <dg...@us...> - 2009-01-13 20:36:00
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1951 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Jan N. <nij...@us...> - 2009-01-13 23:17:10
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15367 Modified Files: ChangeLog Log Message: fix [tcl-Bug 2502365] Building of head on HPUX is broken when using the native CC |
|
From: Don P. <dg...@us...> - 2009-01-14 03:35:16
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4942 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2009-01-14 06:10:11
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15984 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (Tcl_DeleteCommandFromToken): Reverted most of the substance of my 2009-01-12 commit. NULLing the objProc field of a Command when deleting it is important so that tests for certain classes of commands don't return false positives when applied to deleted command tokens. Overall change is now just replacement of a false comment with a true one. |
|
From: Don P. <dg...@us...> - 2009-01-14 17:03:58
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23098 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2009-01-16 20:44:31
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6225 Modified Files: ChangeLog Log Message: * generic/tcl.h: Bump patchlevel to 8.6b1.1 to distinguish * library/init.tcl: CVS snapshots from the 8.6b1 and 8.6b2 releases * unix/configure.in: and to deal with the fact that the HEAD of * win/configure.in: init.tcl will not [source] in Tcl 8.6b1 . * unix/configure: autoconf-2.59 |
|
From: Don P. <dg...@us...> - 2009-01-16 20:47:30
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6979 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2009-01-16 20:49:27
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7231 Modified Files: ChangeLog Log Message: correct the commit message |
|
From: David G. <dav...@us...> - 2009-01-19 19:55:40
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19247 Modified Files: ChangeLog Log Message: no message |
|
From: David G. <dav...@us...> - 2009-01-19 22:26:24
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30501 Modified Files: ChangeLog Log Message: no message |
|
From: Kevin B K. <ke...@us...> - 2009-01-20 03:38:09
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16257 Modified Files: ChangeLog Log Message: Patch 907924 |
|
From: Kevin B K. <ke...@us...> - 2009-01-20 03:54:42
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18286 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Backport of Patch 907924 |
|
From: Don P. <dg...@us...> - 2009-01-21 21:29:09
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20287 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c: New fix for [Bug 2494093] replaces the flawed attempt committed 2009-01-09. |
|
From: Andreas K. <and...@us...> - 2009-01-22 00:05:26
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29930 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. Closing a channel may supply NULL for the 'interp'. Test for finalization needs to be different, and one place has to pull the interp out of the channel instead. |
|
From: Andreas K. <and...@us...> - 2009-01-22 00:11:29
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30317 Modified Files: ChangeLog Log Message: * generic/tclIORChan.c (ReflectClose): Fix for [Bug 2458202]. * generic/tclIORTrans.c (ReflectClose): Closing a channel may supply NULL for the 'interp'. Test for finalization needs to be different, and one place has to pull the interp out of the channel instead. |
|
From: Kevin B K. <ke...@us...> - 2009-01-22 02:11:28
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5440 Modified Files: ChangeLog Log Message: * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}). * unix/configure: Autoconf 2.59 |