|
From: Donal K. F. <dk...@us...> - 2008-07-18 13:10:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3605 Modified Files: ChangeLog Log Message: NRE-enable oo::object.eval |
|
From: miguel s. <ms...@us...> - 2008-07-18 13:46:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18899 Modified Files: ChangeLog Log Message: * generic/tcl.decls: Change the public api prefix from * generic/tcl.h: TclNR_foo to Tcl_NRfoo * generic/tclBasic.c: * generic/tclDecls.h: * generic/tclDictObj.c: * generic/tclExecute.c: * generic/tclInterp.c: * generic/tclNRE.h: * generic/tclNamesp.c: * generic/tclOO.c: * generic/tclOOBasic.c: * generic/tclOOCall.c: * generic/tclOOMethod.c: * generic/tclProc.c: * generic/tclStubInit.c: |
|
From: miguel s. <ms...@us...> - 2008-07-18 14:02:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25610 Modified Files: ChangeLog Log Message: * tests/NRE.test: Added basic tests for deep TclOO calls |
|
From: Donal K. F. <dk...@us...> - 2008-07-18 17:23:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9015 Modified Files: ChangeLog Log Message: NRE-enable the TclOO constructor system. |
|
From: miguel s. <ms...@us...> - 2008-07-18 23:29:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32507 Modified Files: ChangeLog Log Message: new TclNRAddCallback macro for internal use instead of the public Tcl_NRAddCallback |
|
From: Donal K. F. <dk...@us...> - 2008-07-19 09:57:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21645 Modified Files: ChangeLog Log Message: Rewrite to use tcltest2 and not generate non-ascii chars in results. Part of fix of [Bug 1513659] |
|
From: Donal K. F. <dk...@us...> - 2008-07-19 16:20:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10345 Modified Files: ChangeLog Log Message: More test cleanup. |
|
From: Donal K. F. <dk...@us...> - 2008-07-19 21:47:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13268 Modified Files: ChangeLog Log Message: Fix miguel's problem with env failures; need LANG to get [encoding system] right in subprocesses... |
|
From: Donal K. F. <dk...@us...> - 2008-07-20 11:33:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11483 Modified Files: ChangeLog Log Message: Reduce obscurity of tests by eliminating many [catch]es through use of tcltest2 |
|
From: Donal K. F. <dk...@us...> - 2008-07-20 17:55:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5625 Modified Files: ChangeLog Log Message: Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot. |
|
From: Kevin B K. <ke...@us...> - 2008-07-20 20:24:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv882 Modified Files: ChangeLog Log Message: * tests/fileName.test: Repaired the failing test fileName-15.7 from dkf's commit earlier today. |
|
From: Donal K. F. <dk...@us...> - 2008-07-20 22:02:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7194 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fix [Bug 2008248] and make dict->list->dict round trip efficient to boot. |
|
From: miguel s. <ms...@us...> - 2008-07-21 03:43:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13381 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: NRE: enabled calling NR commands * generic/tclExecute.c: from the callbacks. Completely * generic/tclInt.h: redone tailcall implementation * generic/tclNRE.h: using the new feature. * generic/tclProc.c: * tests/NRE.test: |
|
From: miguel s. <ms...@us...> - 2008-07-21 04:12:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24880 Modified Files: ChangeLog Log Message: ChangeLog fix |
|
From: Pat T. <pat...@us...> - 2008-07-21 14:42:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26244 Modified Files: ChangeLog Log Message: Inode numbers on Windows are not unique so avoid the inode check on this platform [Bug 2015723] |
|
From: Pat T. <pat...@us...> - 2008-07-21 14:56:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31808 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Backported fix for bug #2015723 |
|
From: miguel s. <ms...@us...> - 2008-07-21 16:25:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6102 Modified Files: ChangeLog Log Message: * generic/tcl.decls: Changed the implementation of * generic/tclBasic.c: [namespace import]; removed * generic/tclDecls.h: Tcl_NRObjProc, replaced with * generic/tclExecute.c: Tcl_NRCmdSwap (proposed public * generic/tclInt.h: NRE API). This should fix * generic/tclNRE.h: [Bug 582506]. * generic/tclNamesp.c: * generic/tclStubInit.c: |
|
From: Andreas K. <and...@us...> - 2008-07-21 19:37:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20342 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclBasic.c: Extended the existing TIP #280 system (info * generic/tclCmdAH.c: frame), added the ability to track the * generic/tclCompCmds.c: absolute location of literal procedure * generic/tclCompile.c: arguments, and making this information * generic/tclCompile.h: available to uplevel, eval, and * generic/tclInterp.c: siblings. This allows proper tracking of * generic/tclInt.h: absolute location through custom (Tcl-coded) * generic/tclNamesp.c: control structures based on uplevel, etc. * generic/tclProc.c: |
|
From: Andreas K. <and...@us...> - 2008-07-21 19:38:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20374 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclBasic.c: Extended the existing TIP #280 system (info * generic/tclCmdAH.c: frame), added the ability to track the * generic/tclCompCmds.c: absolute location of literal procedure * generic/tclCompile.c: arguments, and making this information * generic/tclCompile.h: available to uplevel, eval, and * generic/tclInterp.c: siblings. This allows proper tracking of * generic/tclInt.h: absolute location through custom (Tcl-coded) * generic/tclNamesp.c: control structures based on uplevel, etc. * generic/tclProc.c: |
|
From: Alexandre F. <fer...@us...> - 2008-07-21 21:02:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22994 Modified Files: ChangeLog Log Message: TIP #304 implementation |
|
From: Pat T. <pat...@us...> - 2008-07-21 21:51:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11663 Modified Files: ChangeLog Log Message: Added test for file rename with inode collision on windows |
|
From: Jan N. <nij...@us...> - 2008-07-21 22:22:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24386 Modified Files: ChangeLog Log Message: fix [2021443] inconsistant "wrong # args" messages (follow-up) |
|
From: Andreas K. <and...@us...> - 2008-07-21 22:50:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3686 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Extended the existing TIP #280 system (info * generic/tclCmdAH.c: frame), added the ability to track the * generic/tclCompCmds.c: absolute location of literal procedure * generic/tclCompile.c: arguments, and making this information * generic/tclCompile.h: available to uplevel, eval, and * generic/tclInterp.c: siblings. This allows proper tracking of * generic/tclInt.h: absolute location through custom (Tcl-coded) * generic/tclNamesp.c: control structures based on uplevel, etc. * generic/tclProc.c: * tests/info.test: |
|
From: Don P. <dg...@us...> - 2008-07-22 03:34:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19740 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * tests/encoding.test: Make failing tests pass again. [Bug 1972867] |
|
From: miguel s. <ms...@us...> - 2008-07-22 21:02:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30735 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Added numLevels field to CommandFrame, * generic/tclExecute.c: let GetCommandSource use it. This solves * generic/tclInt.h: [Bug 2017146]. Thx dgp for the analysis. |