|
From: <mis...@us...> - 2008-10-06 18:42:59
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3081 Modified Files: ChangeLog Log Message: Fix for [Bug 1934200] |
|
From: <mis...@us...> - 2008-10-06 19:23:41
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3331 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fix for [Bug 1934200] |
|
From: <pat...@us...> - 2008-10-06 21:01:38
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11471 Modified Files: ChangeLog Log Message: fixed constness of last commit for msvc |
|
From: <pat...@us...> - 2008-10-06 21:29:45
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16122 Modified Files: ChangeLog Log Message: Fixed up some erroneous tests that are failing on Vista/Server2008 systems |
|
From: Donal K. F. <dk...@us...> - 2008-10-07 14:12:20
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31531 Modified Files: ChangeLog Log Message: Documented channel transformations. |
|
From: miguel s. <ms...@us...> - 2008-10-07 17:57:48
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23052 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Move [tailcall], [coroutine] and * generic/tclCmdIL.c: [yield] out of ::tcl::unsupported * tests/info.test: and into global scope: TIPs #327 * tests/unsupported.test: and #328 |
|
From: miguel s. <ms...@us...> - 2008-10-07 17:58:38
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23193 Modified Files: ChangeLog Log Message: fix ChangeLof entry |
|
From: Jan N. <nij...@us...> - 2008-10-07 20:51:51
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5771 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * tclWinTest.c: Fix compiler warning when compiling this file with mingw gcc: tclWinTest.c:706: warning: dereferencing type-punned pointer will break strict-aliasing rules * generic/tclLoad.c: Make sure that any library which doesn't have an unloadproc is only really unloaded when no library code is executed yet. [Bug 2059262] |
|
From: Donal K. F. <dk...@us...> - 2008-10-07 22:31:44
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12329 Modified Files: ChangeLog Log Message: Added better docs of [binary encode] and [binary decode] |
|
From: Don P. <dg...@us...> - 2008-10-08 14:51:07
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8183 Modified Files: ChangeLog Log Message: * generic/tclTrace.c: Corrected handling of errors returned by variable traces so that the errorInfo value contains the original error message. [Bug 2151707] * generic/tclVar.c: Revised implementation of TclObjVarErrMsg so that error message construction does not disturb an existing iPtr->errorInfo that may be in progress. |
|
From: Don P. <dg...@us...> - 2008-10-08 14:52:44
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8278 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclTrace.c: Corrected handling of errors returned by variable traces so that the errorInfo value contains the original error message. [Bug 2151707] * generic/tclVar.c: Revised implementation of TclObjVarErrMsg so that error message construction does not disturb an existing iPtr->errorInfo that may be in progress. |
|
From: miguel s. <ms...@us...> - 2008-10-08 15:10:34
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9874 Modified Files: ChangeLog Log Message: * generic/tclBasic (TclInfoCoroutineCmd): * tests/unsupported.test: arrange for [info coroutine] to return {} when a coroutine is running but the resume command has been deleted [Bug 2153080] |
|
From: Jan N. <nij...@us...> - 2008-10-08 21:36:47
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4513 Modified Files: ChangeLog Log Message: * unix/tclUnixChan.c: fix minor compiler warning * unix/tcl.m4: fix for bug [2073255] * unix/configure: regenerated |
|
From: Donal K. F. <dk...@us...> - 2008-10-10 13:04:17
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25928 Modified Files: ChangeLog Log Message: Fix [Bug 2155658] |
|
From: Don P. <dg...@us...> - 2008-10-10 18:16:58
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11272 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tcl.h: Bump to 8.5.5 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-10-10 19:29:35
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17712 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: tag 8.5.5 |
|
From: miguel s. <ms...@us...> - 2008-10-12 19:53:39
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28712 Modified Files: ChangeLog Log Message: * generic/tclCompile.c: fix bug in srcDelta encoding within ByteCodes. The bug can only be triggered under conditions that cannot happen in Tcl, but were met during development of L. Thanks go to Robert Netzer for diagnose and fix. |
|
From: Donal K. F. <dk...@us...> - 2008-10-13 13:13:53
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5283 Modified Files: ChangeLog Log Message: Added magic for Objective C. [Bug 2163447] |
|
From: Donal K. F. <dk...@us...> - 2008-10-13 21:10:48
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6230 Modified Files: ChangeLog Log Message: Handle error case [info class destructor]. |
|
From: Pat T. <pat...@us...> - 2008-10-13 22:06:03
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13668 Modified Files: ChangeLog Log Message: set array of Tcl_Obj's to the right size. |
|
From: Pat T. <pat...@us...> - 2008-10-13 22:51:41
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19906 Modified Files: ChangeLog Log Message: We need to initialize the thread id variable to 0 as on 64 bit windows this is a pointer sized field while windows only fills it with a 32 bit value. The result is an inability to join the threads as the ids cannot be matched. |
|
From: Donal K. F. <dk...@us...> - 2008-10-14 15:16:40
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18223 Modified Files: ChangeLog Log Message: Made documentation *even more* clear... |
|
From: Don P. <dg...@us...> - 2008-10-14 19:27:08
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26920 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all. * generic/tclCmdIL.c: Fix write to unallocated memory whenever [lrepeat] returns an empty list. |
|
From: Donal K. F. <dk...@us...> - 2008-10-14 22:31:08
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24482 Modified Files: ChangeLog Log Message: Fix a bit of formatting. |
|
From: Jan N. <nij...@us...> - 2008-10-14 22:39:52
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25117 Modified Files: ChangeLog Log Message: * generic/tclCmdAH.c: Fix minor compiler warnings when compiling * generic/tclCmdMZ.c: with -Wwrite-strings * generic/tclIndexObj.c: * generic/tclProc.c: * generic/tclStubLib.c: * generic/tclUtil.c: |