|
From: Don P. <dg...@us...> - 2008-06-30 02:54:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19127 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from 8.5 branch |
|
From: Don P. <dg...@us...> - 2008-06-30 03:18:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29231 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tcl.h: Bump to 8.5.3 for release. * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: |
|
From: Don P. <dg...@us...> - 2008-06-30 13:34:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26149 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2008-06-30 14:01:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5206 Modified Files: ChangeLog Log Message: * doc/ObjectType.3: Updated documentation of the Tcl_ObjType struct to match expectations of Tcl 8.5 [Bug 1917650]. |
|
From: Don P. <dg...@us...> - 2008-06-30 14:02:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5650 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2008-06-30 15:23:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7356 Modified Files: ChangeLog Log Message: Clean up typedef formatting |
|
From: Donal K. F. <dk...@us...> - 2008-07-01 13:23:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20479 Modified Files: ChangeLog Log Message: Fix [2006884] |
|
From: Donal K. F. <dk...@us...> - 2008-07-01 14:29:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15415 Modified Files: ChangeLog Log Message: Add focussed stack limiting to the RE compiler. Tuning might not yet be right but it passes everything normally checked in the test suite. [Bug 1905562] |
|
From: Don P. <dg...@us...> - 2008-07-03 17:15:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21361 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/package.tcl: Removed [file readable] testing from [tclPkgUnknown] and friends. We find out soon enough whether a file is readable when we try to [source] it, and not testing before allows us to workaround the bugs on some common filesystems where [file readable] lies to us. [Patch 1969717] |
|
From: Don P. <dg...@us...> - 2008-07-03 17:22:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24706 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * library/package.tcl: Removed [file readable] testing from [tclPkgUnknown] and friends. We find out soon enough whether a file is readable when we try to [source] it, and not testing before allows us to workaround the bugs on some common filesystems where [file readable] lies to us. [Patch 1969717] |
|
From: Don P. <dg...@us...> - 2008-07-03 17:28:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27166 Modified Files: ChangeLog Log Message: * library/package.tcl: Removed [file readable] testing from [tclPkgUnknown] and friends. We find out soon enough whether a file is readable when we try to [source] it, and not testing before allows us to workaround the bugs on some common filesystems where [file readable] lies to us. [Patch 1969717] |
|
From: Andreas K. <and...@us...> - 2008-07-03 17:38:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31265 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leak reported in [Bug 1987821]. Thanks to Miguel for the rpeort and Don Porter for tracking the cause down. |
|
From: Andreas K. <and...@us...> - 2008-07-03 17:38:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31292 Modified Files: ChangeLog Log Message: * generic/tclIORChan.c (InvokeTclMethod): Fixed the memory leak reported in [Bug 1987821]. Thanks to Miguel for the rpeort and Don Porter for tracking the cause down. |
|
From: Joe E. <jen...@us...> - 2008-07-04 19:21:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6693 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8 sequences. See [Bug 1908443] for details. |
|
From: Joe E. <jen...@us...> - 2008-07-04 19:22:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7138 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8 sequences. See [Bug 1908443] for details. |
|
From: Donal K. F. <dk...@us...> - 2008-07-06 09:42:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22719 Modified Files: ChangeLog Log Message: Improve [lindex] examples. |
|
From: Donal K. F. <dk...@us...> - 2008-07-07 08:29:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21161 Modified Files: ChangeLog Log Message: Correct examples. [Bug 1982642] |
|
From: Donal K. F. <dk...@us...> - 2008-07-07 08:36:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24614 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Correct examples. [Bug 1982642] |
|
From: Don P. <dg...@us...> - 2008-07-07 14:06:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29747 Modified Files: ChangeLog Log Message: typo |
|
From: Andreas K. <and...@us...> - 2008-07-07 21:39:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27427 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting the interp result found by Don Porter. |
|
From: Andreas K. <and...@us...> - 2008-07-07 21:39:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27454 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting the interp result found by Don Porter. |
|
From: Andreas K. <and...@us...> - 2008-07-07 21:40:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27672 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting the interp result found by Don Porter. |
|
From: Don P. <dg...@us...> - 2008-07-08 01:32:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19082 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2008-07-08 12:34:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27782 Modified Files: ChangeLog Log Message: Tighten up language. |
|
From: Don P. <dg...@us...> - 2008-07-08 17:52:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30857 Modified Files: ChangeLog Log Message: * generic/tclGet.c: Corrected out of date comments and removed * generic/tclInt.decls: internal routine TclGetLong() that's no longer used. If an extension is using this from the internal stubs table, it can shift to the public routine Tcl_GetLongFromObj() or can request addition of a public Tcl_GetLong(). ***POTENTIAL INCOMPATIBILITY*** * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c: |