|
From: Daniel A. S. <da...@us...> - 2007-06-06 09:53:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17750 Modified Files: ChangeLog Log Message: * macosx/Tcl.xcodeproj/project.pbxproj: add settings for Fix&Continue. * unix/configure.in (Darwin): add plist for tclsh; link the * unix/Makefile.in (Darwin): Tcl and tclsh plists into their * macosx/Tclsh-Info.plist.in (new): binaries in all cases. * macosx/Tcl-Common.xcconfig: * unix/tcl.m4 (Darwin): fix CF checks in fat 32&64bit builds. * unix/configure: autoconf-2.59 |
|
From: Daniel A. S. <da...@us...> - 2007-06-06 09:54:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18194 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/configure.in (Darwin): add plist for tclsh; link the * unix/Makefile.in (Darwin): Tcl and tclsh plists into their * macosx/Tclsh-Info.plist.in (new): binaries in all cases. * unix/tcl.m4 (Darwin): fix CF checks in fat 32&64bit builds. * unix/configure: autoconf-2.13 |
|
From: miguel s. <ms...@us...> - 2007-06-06 23:07:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31142 Modified Files: ChangeLog Log Message: * generic/tclParse.c: fix for uninit read [Bug 1732414]. |
|
From: Donal K. F. <dk...@us...> - 2007-06-08 20:41:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13419 Modified Files: ChangeLog Log Message: Make [string first] and [string last] clearer |
|
From: Daniel A. S. <da...@us...> - 2007-06-09 17:08:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27073 Modified Files: ChangeLog Log Message: * macosx/Tcl.xcodeproj/project.pbxproj: add new Tclsh-Info.plist.in. |
|
From: miguel s. <ms...@us...> - 2007-06-09 20:12:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6204 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Split TEOv in two, by separating a processor for non-TCL_OK returns. Also spli TEOvI in a full version that handles non-existing and traced commands, and a separate shorter version for the regular case. * generic/tclBasic.c: Moved the generation of command strings for * generic/tclTrace.c: traces: previously in Tcl_EvalObjv(), now in TclCheck[Interp|Execution]Traces(). Also insured that the strings are properly nul terminated at the correct length [Bug 1693986] * generic/tclBasic.c: Extend usage of TclLimitReady() and * generic/tclExecute.c: (new) TclLimitExceeded() macros. * generic/tclInt.h: * generic/tclInterp.c: * generic/tclInt.h: New TclCleanupCommandMacro for core usage. * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclObj.c: |
|
From: miguel s. <ms...@us...> - 2007-06-09 20:22:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9995 Modified Files: ChangeLog Log Message: added incompat warning in Changelog |
|
From: miguel s. <ms...@us...> - 2007-06-09 21:07:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29221 Modified Files: ChangeLog Log Message: * generic/tclObj.c (Tcl_GetCommandFromObj): rewritten to make the logic clearer; slightly faster too. |
|
From: miguel s. <ms...@us...> - 2007-06-09 22:00:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18248 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (INST_INVOKE): isolated two vars to the small block where they are actually used. |
|
From: miguel s. <ms...@us...> - 2007-06-10 20:25:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14045 Modified Files: ChangeLog Log Message: * generic/tclInt.h: * generic/tclNamesp.c: * generic/tclObj.c: * generic/tclvar.c: new macros TclGetCurrentNamespace() and TclGetGlobalNamespace(); Tcl_GetCommandFromObj and TclGetNamespaceFromObj rewritten to make the logic clearer; slightly faster too. |
|
From: Jeffrey H. <ho...@us...> - 2007-06-10 20:39:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20127 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TclExecuteByteCode): restore support for INST_CALL_BUILTIN_FUNC1 and INST_CALL_FUNC1 bytecodes to support 8.4- precompiled sources (math functions). [Bug 1720895] |
|
From: miguel s. <ms...@us...> - 2007-06-10 23:15:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19700 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Further TEOvI split, creating a new * generic/tclCompile.h: TclEvalObjvKnownCommand() function to * generic/tclExecute.c: handle commands that are already known and are not traced. INST_INVOKE now calls into this function instead of inlining parts of TEOvI. Same perf, better isolation. |
|
From: miguel s. <ms...@us...> - 2007-06-11 15:12:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1342 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: comments added to explain iPtr->numLevels management. |
|
From: miguel s. <ms...@us...> - 2007-06-11 21:32:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1578 Modified Files: ChangeLog Log Message: * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj and * generic/tclObj.c: TclGetNamespaceFromObj |
|
From: miguel s. <ms...@us...> - 2007-06-11 23:00:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6566 Modified Files: ChangeLog Log Message: * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj and * generic/tclObj.c: TclGetNamespaceFromObj; modified the usage of structs ResolvedCmdName and ResolvedNsname so that the field refNsPtr is NULL for fully qualified names. |
|
From: Donal K. F. <dk...@us...> - 2007-06-12 12:29:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19619 Modified Files: ChangeLog Log Message: Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced with ensemble and interp-alias rewrites. |
|
From: Donal K. F. <dk...@us...> - 2007-06-12 12:33:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21920 Modified Files: ChangeLog Log Message: Convert [info] into an ensemble command. |
|
From: miguel s. <ms...@us...> - 2007-06-12 20:06:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17828 Modified Files: ChangeLog Log Message: added Changelog comment wrt the TEOvI and TEBC changes: ***POTENTIAL INCOMPAT*** There is a subtle issue with the timing of execution traces that is changed here - first change appeared in my commit of 2007-04-03 [Patch 1693802], which caused some divergence between compiled and non-compiled code. ***THIS CHANGE IS UNDER REVIEW*** |
|
From: miguel s. <ms...@us...> - 2007-06-14 02:43:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27262 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TclCompEvalObj): missed update to "there is always a valid frame". * generic/tclProc.c (TclObjInterpProcCore): call TEBC directly instead of going through TclCompEvalObj - no need to check the compilation's freshness, this has already been done. This improves speed and should also provide some relief to [Bug 1066755]. |
|
From: Don P. <dg...@us...> - 2007-06-14 15:56:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10958 Modified Files: ChangeLog Log Message: * generic/tclCompile.c: SetByteCodeFromAny() can no longer return * generic/tclExecute.c: any code other than TCL_OK, so remove code * generic/tclProc.c: that formerly handled exceptional codes. |
|
From: Don P. <dg...@us...> - 2007-06-14 17:03:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7071 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: miguel s. <ms...@us...> - 2007-06-14 17:29:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17849 Modified Files: ChangeLog Log Message: * generic/tclProc.c (TclObjInterpProcCore): simplified obj management in wrongNumArgs calls. |
|
From: miguel s. <ms...@us...> - 2007-06-14 21:02:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10024 Modified Files: ChangeLog Log Message: * generic/tclInt.decls: Modif to the internals of * generic/tclInt.h: TclObjInterpProc to reduce stack * generic/tclIntDecls.h: consumption and improve task * generic/tclProc.c: separation. Changes the interface of TclObjInterpProcCore (patching TclOO simultaneously). |
|
From: miguel s. <ms...@us...> - 2007-06-14 21:09:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13038 Modified Files: ChangeLog Log Message: Changelog fix |
|
From: Donal K. F. <dk...@us...> - 2007-06-15 14:38:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30243 Modified Files: ChangeLog Log Message: Tidy up a bit |