From: Jan N. <nij...@us...> - 2010-02-21 20:09:45
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17061 Modified Files: ChangeLog Log Message: Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0 Some more tests, showing that the LONG implementation was not quite correct too, and a fix for that. Some more internal "const" additions |
From: Jan N. <nij...@us...> - 2010-02-21 20:27:56
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18529 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fix [Bug 2954959] expr abs(0.0) is -0.0 and added test cases for it. |
From: Jan N. <nij...@us...> - 2010-02-22 23:19:24
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13488 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix [Bug 2954959] expr abs(-0.0) is -0.0 Added some test cases, adapted and backported from 8.5 |
From: Jan N. <nij...@us...> - 2010-02-22 23:31:48
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15064 Modified Files: ChangeLog Log Message: Remove unnecessary EXTERN's, which already are in the global stub table. Use @EXEEXT@ in stead of @EXT_SUFFIX@ Use -DBUILD_tcl in Makefile for CYGWIN Use EXTERN to control CYGWIN exported symbols Remove some unnecessary type casts. |
From: Andreas K. <and...@us...> - 2010-02-22 23:54:35
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17523 Modified Files: ChangeLog Log Message: * generic/tclZlib.c (ZlibTransformInput): [Bug 2742041]: Added a hack to work around the general problem, early EOF recoginition based on the base-chgannel, instead of the data we have ready for reading in the transform. Long-term we need a proper general fix (likely tracking EOF on each level of the channel stack), with attendant complexity. Further: Z_BUF_ERROR can be ignored, and must be when feeding the zlib code with single characters. |
From: Andreas K. <and...@us...> - 2010-02-22 23:55:42
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17825 Modified Files: ChangeLog Log Message: Fix typos in ChangeLog. |
From: Jan N. <nij...@us...> - 2010-02-23 00:03:41
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18833 Modified Files: ChangeLog Log Message: correct date |
From: Donal K. F. <dk...@us...> - 2010-02-24 10:11:53
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11727 Modified Files: ChangeLog Log Message: [Bug 2957688]: clarified [socket -server] docs |
From: Donal K. F. <dk...@us...> - 2010-02-24 10:50:35
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15821 Modified Files: ChangeLog Log Message: Reduce ifdef-fery and size of activation record. More variables shared across instructions than before. |
From: Donal K. F. <dk...@us...> - 2010-02-24 14:30:46
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4222 Modified Files: ChangeLog Log Message: Fix some nasties with handling duplicate keys in list->dict->list conversions. |
From: Don P. <dg...@us...> - 2010-02-25 21:53:13
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv6779 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Jan N. <nij...@us...> - 2010-02-25 22:20:17
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10992 Modified Files: ChangeLog Log Message: [ tcl-Feature Requests-2958832 ] Further speed-up of ouster-hash function. Eliminate various unnecessary (ClientData) type casts. |
From: Don P. <dg...@us...> - 2010-02-26 01:21:15
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1479 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Pat T. <pat...@us...> - 2010-02-26 01:26:26
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28941 Modified Files: ChangeLog Log Message: [Bug 2818131] further tests added to cover use of mismatched zlib algorithms Using zlib gzip to write and inflate to read from a channel where gets was also used for reading data was causing a crash. This has been fixed by Andreas' last commit. |
From: Donal K. F. <dk...@us...> - 2010-02-26 10:25:42
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23181 Modified Files: ChangeLog Log Message: Remap non-alphanumeric sequences in manpage filenames to single underscores. |
From: Reinhard M. <rm...@us...> - 2010-02-26 10:32:48
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24256 Modified Files: ChangeLog Log Message: Cleanup doc/safe.n |
From: Donal K. F. <dk...@us...> - 2010-02-26 11:05:30
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27487 Modified Files: ChangeLog Log Message: * unix/Makefile.in (NATIVE_TCLSH): Added this variable to allow for better control of what tclsh to use for various scripts when doing cross compiling. An imperfect solution, but works. |
From: Donal K. F. <dk...@us...> - 2010-02-26 14:38:44
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18054 Modified Files: ChangeLog Log Message: Split tclCompCmds.c into two pieces to improve developer sanity. |
From: Don P. <dg...@us...> - 2010-02-26 14:38:49
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18147 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2010-02-27 03:47:00
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7503 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates |
From: Donal K. F. <dk...@us...> - 2010-02-27 12:07:11
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9419 Modified Files: ChangeLog Log Message: * generic/tclMain.c (Tcl_Main): [Bug 801429]: Factor out the holding of the client-installed main loop function into thread-specific data. ***POTENTIAL INCOMPATIBILITY*** Code that previously tried to set the main loop from another thread will now fail. On the other hand, there is a fairly high probability that such programs would have been failing before due to the lack of any kind of inter-thread memory barriers guarding accesses to this part of Tcl's state. |
From: Don P. <dg...@us...> - 2010-02-27 15:02:16
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27764 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2010-02-27 19:02:34
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27992 Modified Files: ChangeLog Log Message: Only look for the needle when it fits in the haystack. [Bug 2960021] |
From: Donal K. F. <dk...@us...> - 2010-02-27 21:25:12
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11568 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Only look for the needle when it fits in the haystack. [Bug 2960021] |
From: Don P. <dg...@us...> - 2010-02-27 22:37:44
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20930 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates |