From: Donal K. F. <dk...@us...> - 2009-11-27 06:33:48
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15953 Modified Files: ChangeLog Log Message: [Bug 2903811]: Remove unneeded restrictions on usefully calling the oo::object->variable method. Leaving it hidden is enough. |
From: Donal K. F. <dk...@us...> - 2009-11-27 07:28:03
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv32704 Modified Files: ChangeLog Log Message: Match the version-bump of TclOO. |
From: Donal K. F. <dk...@us...> - 2009-11-27 14:35:20
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22317 Modified Files: ChangeLog Log Message: [Patch 2903921]: Many small spelling fixes from Larry Virden. |
From: Donal K. F. <dk...@us...> - 2009-11-27 14:54:00
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28430 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Patch 2903921]: Many small spelling fixes from Larry Virden. |
From: Kevin B K. <ke...@us...> - 2009-11-27 21:44:10
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv30305 Modified Files: ChangeLog Log Message: * win/tclAppInit.c (Tcl_AppInit): Reverted Jan's change that added a call to Tcl_InitStubs. 'tclsh' and 'tcltest' are providers, not consumers of the Stubs table, and should not link with the Stubs library, but only with the main Tcl library. (In any case, the presence of Tcl_InitStubs broke the build.) [Bug 2902965] |
From: Donal K. F. <dk...@us...> - 2009-11-30 15:39:38
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv384 Modified Files: ChangeLog Log Message: [Bug 2901433]: Improved description of {*} syntax. |
From: Donal K. F. <dk...@us...> - 2009-11-30 15:44:09
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1557 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: [Bug 2901433]: Improved description of {*} syntax. |
From: Jan N. <nij...@us...> - 2009-11-30 23:10:49
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19634 Modified Files: ChangeLog Log Message: tcl.h Don't use EXPORT for Tcl_InitStubs win/Makefile.in Better dependancies in case of static build. |
From: Jan N. <nij...@us...> - 2009-12-02 20:45:30
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8359 Modified Files: ChangeLog Log Message: tools/genStubs.tcl Add support for win32 CALLBACK functions and remove obsolete "emitStubs" and "genStubs" functions. win/Makefile.in Use tcltest86.dll for all tests, and add .PHONY rules to preemptively stop trouble that plagued Tk from hitting Tcl too. |
From: Jan N. <nij...@us...> - 2009-12-02 22:01:20
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25298 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Add support for win32 CALLBACK functions in genStubs.tcl (needed for Tk bugfix) |
From: Donal K. F. <dk...@us...> - 2009-12-03 15:49:30
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19562 Modified Files: ChangeLog Log Message: Fix [Bug 2906841] and a few other smaller issues. |
From: miguel s. <ms...@us...> - 2009-12-05 21:30:14
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv15632 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Fixed things so that you can tailcall * generic/tclNamesp.c: properly out of a coroutine. * tests/tailcall.test: * generic/tclInterp.c: Fixed tailcalls for same-interp aliases (no test) |
From: miguel s. <ms...@us...> - 2009-12-06 12:20:04
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10709 Modified Files: ChangeLog Log Message: missing changelog entry |
From: miguel s. <ms...@us...> - 2009-12-06 18:12:35
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv3200 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Small changes for clarity in tailcall * generic/tclExecute.c: and coroutine code. |
From: miguel s. <ms...@us...> - 2009-12-06 18:29:39
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv6318 Modified Files: ChangeLog Log Message: clear old junk in tests/coroutine.test: |
From: Donal K. F. <dk...@us...> - 2009-12-07 15:08:55
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14998 Modified Files: ChangeLog Log Message: Plug memory leak. [Bug 2910044] |
From: miguel s. <ms...@us...> - 2009-12-07 16:33:09
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5731 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: add ::tcl::unsupported::yieldTo * generic/tclInt.h: [Patch 2910056] |
From: Don P. <dg...@us...> - 2009-12-07 17:14:38
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17556 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclStrToD.c: Correct conditional compile directives to better detect the toolchain that needs extra work for proper underflow treatment instead of merely detecting the mips platform. [Bug 2902010]. |
From: Don P. <dg...@us...> - 2009-12-07 17:15:40
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17941 Modified Files: ChangeLog Log Message: * generic/tclStrToD.c: Correct conditional compile directives to better detect the toolchain that needs extra work for proper underflow treatment instead of merely detecting the mips platform. [Bug 2902010]. |
From: miguel s. <ms...@us...> - 2009-12-07 19:03:26
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16038 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: arrange for [tailcall] to be created with the other builtins: was being created in a separate call, leftover from pre-tip days. |
From: miguel s. <ms...@us...> - 2009-12-07 20:49:39
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11562 Modified Files: ChangeLog Log Message: * generic/tclCmdIL.c: Fix of [Bug #2910094] by aku * tests/coroutine.test: |
From: miguel s. <ms...@us...> - 2009-12-08 01:34:12
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21574 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Start cleaning the TEBC stables * generic/tclInt.h: |
From: miguel s. <ms...@us...> - 2009-12-08 04:20:30
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16009 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TEBC): Grouping "slow" variables into structs, to reduce register pressure and help the compiler with variable allocation. |
From: Donal K. F. <dk...@us...> - 2009-12-08 13:58:14
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv21090 Modified Files: ChangeLog Log Message: Reduce size of TEBC activation record a bit. |
From: Don P. <dg...@us...> - 2009-12-08 18:39:27
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28649 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |