|
From: Donal K. F. <dk...@us...> - 2008-03-28 11:34:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31367 Modified Files: ChangeLog Log Message: Rewrite to use tcltest2 better while getting rid of bugs/misfeatures. |
|
From: Don P. <dg...@us...> - 2008-03-28 17:31:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3390 Modified Files: ChangeLog Log Message: * generic/tcl.h: Bump to 8.5.2 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: Kevin B K. <ke...@us...> - 2008-03-30 03:23:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21755 Modified Files: ChangeLog Log Message: * tests/mathop.test (mathop-25.9, mathop-25.14): Modified tests to deal with (slightly buggy) math libraries in which pow() returns an incorrectly rounded result. [Bug 1808174] |
|
From: Kevin B K. <ke...@us...> - 2008-03-30 04:26:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14253 Modified Files: ChangeLog Log Message: * generic/tclInt.h (TclIsNaN): * unix/configure.in: Added code to the configurator to check for a standard isnan() macro and use it if one is found. This change avoids bugs where the test of ((d) != (d)) is optimized away by an overaggressive compiler. [Bug 1783544] * unix/configure: autoconf-2.61 |
|
From: Kevin B K. <ke...@us...> - 2008-03-30 04:36:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18545 Modified Files: ChangeLog Log Message: * generic/tclObj.c: Added missing #include <math.h> needed to locate isnan() after the above change. |
|
From: Don P. <dg...@us...> - 2008-03-31 17:21:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19319 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2008-03-31 18:00:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3690 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2008-04-01 19:21:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25178 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. |
|
From: Don P. <dg...@us...> - 2008-04-01 19:22:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26220 Modified Files: ChangeLog Log Message: * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. |
|
From: Don P. <dg...@us...> - 2008-04-01 19:26:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28293 Modified Files: ChangeLog Log Message: * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. * generic/tclPkg.c (Tcl_PkgInitStubsCheck): |
|
From: Don P. <dg...@us...> - 2008-04-01 19:31:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30341 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. * generic/tclPkg.c (Tcl_PkgInitStubsCheck): |
|
From: Andreas K. <and...@us...> - 2008-04-01 20:08:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17064 Modified Files: ChangeLog Log Message: * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp * unix/tcl.m4: rounding setup on solaris x86, native cc), provided by Michael Schlenker. |
|
From: Andreas K. <and...@us...> - 2008-04-01 20:11:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19410 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp * unix/tcl.m4: rounding setup on solaris x86, native cc), provided * unix/configure: by Michael Schlenker. configure regen'd. |
|
From: Don P. <dg...@us...> - 2008-04-02 03:37:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6847 Modified Files: ChangeLog Log Message: * generic/tclStubLib.c: Removed needless #ifdef complexity. |
|
From: Don P. <dg...@us...> - 2008-04-02 04:25:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28562 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Revised stubs-generation tool and interp * tools/genStubs.tcl: creation so that "tclStubsPtr" is not present * unix/Makefile.in: in libtcl.so, but is present only in * win/Makefile.in: libtclstub.a. This tightens up the rules for users of the stubs interfaces. [Bug 1819422] |
|
From: Don P. <dg...@us...> - 2008-04-02 04:27:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29822 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Revised stubs-generation tool and interp * tools/genStubs.tcl: creation so that "tclStubsPtr" is not present * unix/Makefile.in: in libtcl.so, but is present only in * win/Makefile.in: libtclstub.a. This tightens up the rules for * win/makefile.bc: users of the stubs interfaces. [Bug 1819422] * win/makefile.vc: |
|
From: Andreas K. <and...@us...> - 2008-04-02 20:26:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11752 Modified Files: ChangeLog Log Message: * generic/tclIO.c (CopyData): Applied patch for the fcopy problem [Bug 780533], with many thanks to Alexandre Ferrieux <fer...@us...> for tracking it down and providing a solution. Still have to convert his test script into a proper test case. |
|
From: Andreas K. <and...@us...> - 2008-04-02 20:27:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12222 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclIO.c (CopyData): Applied patch for the fcopy problem [Bug 780533], with many thanks to Alexandre Ferrieux <fer...@us...> for tracking it down and providing a solution. Still have to convert his test script into a proper test case. |
|
From: Andreas K. <and...@us...> - 2008-04-02 20:27:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12647 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIO.c (CopyData): Applied patch for the fcopy problem [Bug 780533], with many thanks to Alexandre Ferrieux <fer...@us...> for tracking it down and providing a solution. Still have to convert his test script into a proper test case. |
|
From: Daniel A. S. <da...@us...> - 2008-04-02 21:29:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4017 Modified Files: ChangeLog Log Message: * generic/tclStubLib.c: make symbols in libtclstub.a MODULE_SCOPE to * tools/genStubs.tcl: avoid exporting them from libraries that link with -ltclstub; constify tcl*StubsPtr and stub table hook pointers. [Bug 1819422] |
|
From: Andreas K. <and...@us...> - 2008-04-03 18:05:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21734 Modified Files: ChangeLog Log Message: * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to * tests/io.test: prevent fcopy from calling -command synchronously * tests/chanio.test: the first time. Thanks to Alexandre Ferrieux <fer...@us...> for report and patch. |
|
From: Andreas K. <and...@us...> - 2008-04-03 18:06:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22134 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to * tests/io.test: prevent fcopy from calling -command synchronously * tests/chanio.test: the first time. Thanks to Alexandre Ferrieux <fer...@us...> for report and patch. |
|
From: Andreas K. <and...@us...> - 2008-04-03 18:06:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22181 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to * tests/io.test: prevent fcopy from calling -command synchronously the first time. Thanks to Alexandre Ferrieux <fer...@us...> for report and patch. |
|
From: Andreas K. <and...@us...> - 2008-04-04 16:45:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8239 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclIORChan.c (ReflectClose): Added missing removal of the now closed channel from the reflection map. Before we could crash the system by invoking 'chan postevent' on a closed reflected channel, dereferencing the dangling pointer in the map. * tests/ioCmd.test (iocmd-31.8): Testcase for the above. |
|
From: Andreas K. <and...@us...> - 2008-04-04 16:46:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8677 Modified Files: ChangeLog Log Message: * generic/tclIORChan.c (ReflectClose): Added missing removal of the now closed channel from the reflection map. Before we could crash the system by invoking 'chan postevent' on a closed reflected channel, dereferencing the dangling pointer in the map. * tests/ioCmd.test (iocmd-31.8): Testcase for the above. |