From: Jan N. <nij...@us...> - 2011-01-03 10:08:29
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1143 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fix "make genstubs", which was broken since 2010-11-30, the TclDoubleDigits backport. |
From: Don P. <dg...@us...> - 2011-01-04 16:21:21
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15255 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Donal K. F. <dk...@us...> - 2011-01-06 10:20:46
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4813 Modified Files: ChangeLog Log Message: * tests/package.test, tests/pkg.test: Coalesce these tests into one file that is concerned with the package system. Convert to use tcltest2 properly. * tests/autoMkindex.test, tests/pkgMkIndex.test: Convert to use tcltest2 properly. |
From: Don P. <dg...@us...> - 2011-01-06 13:31:21
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17485 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Kevin B K. <ke...@us...> - 2011-01-07 02:27:02
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18289 Modified Files: ChangeLog Log Message: * tests/util.test (util-15.*): Added test cases for floating point conversion of the largest denormal and the smallest normal number, to avoid any possibility of the failure suffered by PHP in the last couple of days. (They didn't fail, so no actual functional change.) |
From: Don P. <dg...@us...> - 2011-01-10 15:24:56
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3942 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Jan N. <nij...@us...> - 2011-01-12 07:32:09
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13682 Modified Files: ChangeLog Log Message: Use _vsnprintf in stead of vsnprintf, because MSVC 6 doesn't have it. Reported by andreask. |
From: Jan N. <nij...@us...> - 2011-01-12 07:37:47
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14565 Modified Files: ChangeLog Log Message: VS 2005 64-bit does not have intrin.h, and does not need it. |
From: Jan N. <nij...@us...> - 2011-01-12 07:48:36
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16277 Modified Files: ChangeLog Log Message: VS 2005 64-bit does not have intrin.h, and does not need it. |
From: Jan N. <nij...@us...> - 2011-01-12 10:40:14
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15486 Modified Files: ChangeLog Log Message: handle --enable-64bit=ia64 for gcc more accurate test for correct <intrin.h> |
From: Don P. <dg...@us...> - 2011-01-12 20:30:24
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20311 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: miguel s. <ms...@us...> - 2011-01-13 11:30:19
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14510 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclExecute.c (GrowEvaluationStack): Off-by-one error in sizing the new allocation - was ok in comment but wrong in the code. Triggered by [Bug 3142026] which happened to require exactly one more than what was in existence. BACKPORT. |
From: Jan N. <nij...@us...> - 2011-01-14 16:03:20
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25001 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix gcc-4.5.2 error: lvalue required as ... (backported from 8.5/8.6) |
From: Kevin B K. <ke...@us...> - 2011-01-15 18:10:26
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16195 Modified Files: ChangeLog Log Message: * doc/tclvars.n: * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (util-16.*): Restored full Tcl 8.4 compatibility for the formatting of floating point numbers when $::tcl_precision is not zero. Added compatibility tests to make sure that excess trailing zeroes are suppressed for all eight major code paths. [Bug 3157475] |
From: Kevin B K. <ke...@us...> - 2011-01-15 19:07:08
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1277 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * doc/tclvars.n: * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (util-16.*): Restored full Tcl 8.4 compatibility for the formatting of floating point numbers when $::tcl_precision is not zero. Added compatibility tests to make sure that excess trailing zeroes are suppressed for all eight major code paths. [Bug 3157475] |
From: Jan N. <nij...@us...> - 2011-01-17 08:43:12
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30939 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: handle --enable-64bit=ia64 for gcc. BACKPORT. [Patch 3059922]: fixes for mingw64 - gcc4.5.1 |
From: Jan N. <nij...@us...> - 2011-01-17 11:27:37
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10688 Modified Files: ChangeLog Log Message: [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. Improved error-message regarding legacy form. |
From: Jan N. <nij...@us...> - 2011-01-17 12:34:51
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21457 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. Improved error-message regarding legacy form. |
From: Jan N. <nij...@us...> - 2011-01-18 08:44:00
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9697 Modified Files: ChangeLog Log Message: Various mismatches between Tcl_Panic format string and its arguments, discovered thanks to [Bug 3159920] |
From: Jan N. <nij...@us...> - 2011-01-18 10:02:09
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24680 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Various mismatches between Tcl_Panic format string and its arguments, discovered thanks to [Bug 3159920] |
From: Donal K. F. <dk...@us...> - 2011-01-18 13:50:10
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16979 Modified Files: ChangeLog Log Message: * generic/tclOOMethod.c (PushMethodCallFrame): [Bug 3001438]: Make sure that the cmdPtr field of the procPtr is correct and relevant at all times so that [info frame] can report sensible information about a frame after a return to it from a recursive call, instead of probably crashing (depending on what else has overwritten the Tcl stack!) |
From: Don P. <dg...@us...> - 2011-01-18 16:34:08
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11133 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Jan N. <nij...@us...> - 2011-01-19 08:04:55
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29612 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Make sure to use CONST/VOID in stead of const/void when appropriate. This allows to use const/void in the *.decls file always, genStubs will do the right thing. |
From: Alexandre F. <fer...@us...> - 2011-01-19 08:14:23
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv32053 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Backport of Miguel's 2010-09-22 fix on 8.6 branch (decache stack info wherever ::errorInfo may be updated, for trace sanity). [Bug 3138178] |
From: Jan N. <nij...@us...> - 2011-01-19 14:11:30
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24341 Modified Files: ChangeLog Log Message: [Enh #3159920]: Tcl_ObjPrintf() crashes with bad format specifier. |