|
From: miguel s. <ms...@us...> - 2008-07-31 00:42:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16328 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Improved tailcalls and tests. * generic/tclCompile.h: * generic/tclExecute.c: * generic/tclTest.c: * tests/NRE.test: |
|
From: miguel s. <ms...@us...> - 2008-07-31 14:43:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19500 Modified Files: ChangeLog Log Message: Dumped tclNRE.h's contents into tclInt.h. The file is now empty and unrefernced everywhere but in macosx/Tcl.xcodeproj/project.pbxproj: some knowledgeable maintainer please remove tclNRE.h after making sure it doesn't break the build on macosx |
|
From: miguel s. <ms...@us...> - 2008-07-31 14:47:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20924 Modified Files: ChangeLog Log Message: wrong date in Changelog |
|
From: Don P. <dg...@us...> - 2008-07-31 15:18:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1606 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: miguel s. <ms...@us...> - 2008-07-31 15:41:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11760 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: NR-enabling [catch] * generic/tclCmdAH.c: * generic/tclInt.h: * tests/NRE.test: |
|
From: Don P. <dg...@us...> - 2008-07-31 15:51:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16192 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: miguel s. <ms...@us...> - 2008-07-31 17:36:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25928 Modified Files: ChangeLog Log Message: missing ChangeLog entry |
|
From: miguel s. <ms...@us...> - 2008-07-31 18:29:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15604 Modified Files: ChangeLog Log Message: nr-enabling [while] |
|
From: miguel s. <ms...@us...> - 2008-07-31 20:01:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22196 Modified Files: ChangeLog Log Message: nr-enabling [for]; [while] made to reuse [for]'s infrastructure. |
|
From: Daniel A. S. <da...@us...> - 2008-07-31 22:11:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11352 Modified Files: ChangeLog Log Message: tclNRE.h die die die |
|
From: miguel s. <ms...@us...> - 2008-08-01 00:43:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20187 Modified Files: ChangeLog Log Message: * tests/NRE.test: replaced all deep-recursing tests by shallower tests that actually measure the C-stack depth. This makes them bearable again (even under memdebug) and avoid crashing on failure. |
|
From: Don P. <dg...@us...> - 2008-08-01 04:37:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15619 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2008-08-01 17:07:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27446 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Revised timing of the CmdFrame stack management * tests/info.test: in TclEvalEx so that the CmdFrame will still be on the stack at the time Tcl_LogCommandInfo is called to append another level of -errorinfo information. Sets the stage to add file and line data to the stack trace. Added test to check that [info frame] functioning remains unchanged by the revision. |
|
From: Don P. <dg...@us...> - 2008-08-01 17:26:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2869 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Jeffrey H. <ho...@us...> - 2008-08-01 18:22:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25858 Modified Files: ChangeLog Log Message: * doc/Exit.3: do not call Tcl_Finalize implicitly * generic/tclEvent.c: on DLL_PROCESS_DETACH as it may lead * win/tclWin32Dll.c (DllMain): to issues and the user should be explicitly calling Tcl_Finalize before unloading regardless. Clarify the docs to note the explicit need in embedded use. |
|
From: miguel s. <ms...@us...> - 2008-08-02 14:12:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12971 Modified Files: ChangeLog Log Message: * tests/NRE.test: made empty, waiting for removal until das does his thing in macosx/Tcl.xcodeproj/project.pbxproj * tests/nre.test: migrated tests to standard locations, * tests/unsupported.test: separating core functionality from the experimental commands. These are new files. |
|
From: Daniel A. S. <da...@us...> - 2008-08-03 10:19:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19660 Modified Files: ChangeLog Log Message: remove NRE.test & add new test files to Tcl.xcodeproj |
|
From: miguel s. <ms...@us...> - 2008-08-03 17:33:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26030 Modified Files: ChangeLog Log Message: ChangeLog entry |
|
From: Don P. <dg...@us...> - 2008-08-04 04:48:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28692 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclExecute.c: Stopped faulty double-logging of errors to * tests/execute.test: stack trace when a compile epoch bump triggers fallback to direct evaluation of commands in a compiled script. [Bug 2037338] |
|
From: Don P. <dg...@us...> - 2008-08-04 04:49:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29411 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Stopped faulty double-logging of errors to * tests/execute.test: stack trace when a compile epoch bump triggers fallback to direct evaluation of commands in a compiled script. [Bug 2037338] |
|
From: miguel s. <ms...@us...> - 2008-08-04 13:43:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19122 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: made atProcExit commands run * generic/tclCompile.h: inconditionally, streamlined * generic/tclExecute.c: atProcExit/tailcall processing * generic/tclProc.c: in TEBC. * tests/unsupported.test: |
|
From: miguel s. <ms...@us...> - 2008-08-04 15:32:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1821 Modified Files: ChangeLog Log Message: * tests/nre.test: added tests for [if], [while] and [for]. A test for [foreach] has been added and marked as knownbug, awaiting for it to be NR-enabled. |
|
From: Don P. <dg...@us...> - 2008-08-04 19:36:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4433 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2008-08-04 20:11:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19952 Modified Files: Tag: dgp-refactor ChangeLog Log Message: [dgp-refactor branch] * generic/tclBasic.c: Move toplevel exception handling code into TclEvalScriptTokens where the right data is available to construct the stack trace, and out of callers which lacked that data. Fixes long failing basic-46.* tests. |
|
From: miguel s. <ms...@us...> - 2008-08-05 22:52:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28549 Modified Files: ChangeLog Log Message: missing ChangeLof entry |