From: miguel s. <ms...@us...> - 2009-12-08 19:00:34
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1199 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TEBC): silence warning about pcAdjustment |
From: Don P. <dg...@us...> - 2009-12-08 19:53:53
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7295 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: miguel s. <ms...@us...> - 2009-12-08 20:56:37
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24509 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Partial nre-enabling of coroutines. * generic/tclExecute.c: The initial call still requires its * generic/tclInt.h: own instance of tebc, but on resume coros can execute in the caller's tebc. |
From: Don P. <dg...@us...> - 2009-12-08 21:05:07
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26689 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: miguel s. <ms...@us...> - 2009-12-09 12:17:28
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25989 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TclStackFree): Improved panic msg |
From: Donal K. F. <dk...@us...> - 2009-12-09 16:41:29
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26368 Modified Files: ChangeLog Log Message: Add missing Tcl_SetErrorCode calls. |
From: Don P. <dg...@us...> - 2009-12-09 16:50:10
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28921 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: miguel s. <ms...@us...> - 2009-12-09 17:55:09
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11828 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Insure correct lifetime of varFrame's (objc,objv)for coroutines. * generic/tclExecute.c: Code regrouping |
From: Andreas K. <and...@us...> - 2009-12-09 22:34:31
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8632 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * library/safe.tcl: Backport of the streamlined safe base from * tests/safe.test: head to the 8.5 branch (See head changelog entries 2009-11-05, 2009-11-06, 2009-12-03). |
From: Andreas K. <and...@us...> - 2009-12-09 23:03:13
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14240 Modified Files: ChangeLog Log Message: * generic/tclIO.c: [Bug 2901998]: Applied Alexandre Ferrieux's patch fixing the inconsistent buffered I/O. Tcl's I/O now flushes buffered output before reading, discards buffered input before writing, etc. |
From: Don P. <dg...@us...> - 2009-12-10 00:30:20
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31409 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: miguel s. <ms...@us...> - 2009-12-10 16:54:09
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21086 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Reducing the # of moving parts for * generic/tclExecute.c: coroutines |
From: Don P. <dg...@us...> - 2009-12-10 17:08:12
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27180 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: miguel s. <ms...@us...> - 2009-12-10 17:48:48
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10193 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Reducing the # of moving parts for * generic/tclExecute.c: coroutines by delegating more to tebc; eliminate the special coroutine CallFrame. |
From: Don P. <dg...@us...> - 2009-12-10 18:05:34
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14531 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Andreas K. <and...@us...> - 2009-12-10 19:13:24
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30917 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated comments to describe when the function can be entered for the same Tcl_Obj* multiple times. This is a continuation of the 2009-11-10 entry where a memory leak was plugged, but where not sure if that was just a band-aid to paper over some other error. It isn't, this is a legal situation. |
From: Andreas K. <and...@us...> - 2009-12-10 19:13:34
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv31079 Modified Files: ChangeLog Log Message: * generic/tclObj.c (TclContinuationsEnter): [Bug 2895323]: Updated comments to describe when the function can be entered for the same Tcl_Obj* multiple times. This is a continuation of the 2009-11-10 entry where a memory leak was plugged, but where not sure if that was just a band-aid to paper over some other error. It isn't, this is a legal situation. |
From: miguel s. <ms...@us...> - 2009-12-10 22:01:58
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19120 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: fix panic in http11.test caused by buggy earlier commits in coroutine management. |
From: miguel s. <ms...@us...> - 2009-12-10 22:38:59
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29146 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: small cleanup |
From: miguel s. <ms...@us...> - 2009-12-10 23:52:37
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17713 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Full nre-enabling of coroutines * generic/tclExecute.c: [Bug 2806407] |
From: miguel s. <ms...@us...> - 2009-12-11 05:33:06
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv27340 Modified Files: ChangeLog Log Message: code comments |
From: Don P. <dg...@us...> - 2009-12-11 14:07:14
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28477 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2009-12-11 14:08:56
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29114 Modified Files: ChangeLog Log Message: [FRQ 2897296]: Cross-links to sections within a manpage when in HTML. |
From: Jan N. <nij...@us...> - 2009-12-11 22:52:17
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13798 Modified Files: ChangeLog Log Message: Fix gcc warning, using gcc-4.3.4 on cygwin warning: array subscript has type 'char' win/makefile.vc Revert to version 1.203 [Bug #2912773] |
From: Jan N. <nij...@us...> - 2009-12-11 23:42:50
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23096 Modified Files: ChangeLog Log Message: Fix gcc warning: signed and unsigned type in conditional expression |