|
From: Don P. <dg...@us...> - 2004-09-23 15:21:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31900 Modified Files: ChangeLog Log Message: * generic/tclCmdAH.c (Tcl_ExprObjCmd): Simplified the TclObjCmdProc of [expr] with a call to Tcl_ConcatObj. |
|
From: Mo D. <md...@us...> - 2004-09-23 20:02:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32392 Modified Files: ChangeLog Log Message: * unix/dltest/Makefile.in (clean): Fixup make clean rule so that it does not delete all files when SHLIB_SUFFIX is set to the empty string in a static build. [Bug 1016726] |
|
From: Mo D. <md...@us...> - 2004-09-23 20:04:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32672 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/dltest/Makefile.in (clean): Fixup make clean rule so that it does not delete all files when SHLIB_SUFFIX is set to the empty string in a static build. [Bug 1016726] |
|
From: Don P. <dg...@us...> - 2004-09-24 01:14:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1398 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Corrections to the 2004-09-21 commit * generic/tclExecute.c: regarding ERR_ALREADY_LOGGED. That commit * generic/tclNamesp.c: caused Tk test send-10.7 to fail. Added * tests/namespace.test (25.7,8): tests in the Tcl test suite * tests/pkg.test (2.25,26): to catch this error without the aid of Tk in the future. |
|
From: miguel s. <ms...@us...> - 2004-09-26 16:36:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27308 Modified Files: ChangeLog Log Message: Report compilation errors at runtime, [Patch 103368] by dgp. |
|
From: Vince D. <vin...@us...> - 2004-09-27 09:00:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30350 Modified Files: ChangeLog Log Message: small typo |
|
From: Kevin B K. <ke...@us...> - 2004-09-27 14:31:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16597 Modified Files: ChangeLog Log Message: many more TIP 173 changes |
|
From: Vince D. <vin...@us...> - 2004-09-27 15:00:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23878 Modified Files: ChangeLog Log Message: fix to small filesystem bugs |
|
From: Vince D. <vin...@us...> - 2004-09-27 15:08:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25445 Modified Files: ChangeLog Log Message: added missing Tcl_GlobTypeData documentation |
|
From: Don P. <dg...@us...> - 2004-09-27 16:24:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8098 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Removed internal routines TclInvoke, * generic/tclInt.decls: TclGlobalInvoke, TclObjInvokeGlobal and * tests/basic.test: the portion of TclObjInvoke that handles calls without TCL_INVOKE_HIDDEN enabled. None of this code is called any longer within the core, and the superior public interface, Tcl_EvalObjv, is available for any external callers. * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c: * generic/tclEvent.c (HandleBgErrors): Updated [bgerror] invocations to make use of Tcl_Obj based routines, dropping the calls to TclGlobalInvoke() |
|
From: Kevin B K. <ke...@us...> - 2004-09-27 19:59:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28834 Modified Files: ChangeLog Log Message: removed some workarounds for Bug 868489 |
|
From: Kevin B K. <ke...@us...> - 2004-09-27 22:03:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20369 Modified Files: ChangeLog Log Message: removed several unused vars in TclObjInvoke |
|
From: miguel s. <ms...@us...> - 2004-09-27 22:39:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28484 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (TclObjInvoke): fix for bogus gcc warning about uninitialised variable. |
|
From: miguel s. <ms...@us...> - 2004-09-28 21:45:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22455 Modified Files: ChangeLog Log Message: Changelog typo |
|
From: miguel s. <ms...@us...> - 2004-09-29 19:36:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9827 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: fix for buffer overflow in [subst], [Bug 1036649] |
|
From: Donal K. F. <dk...@us...> - 2004-09-29 22:19:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16313 Modified Files: ChangeLog Log Message: Factorize out the code for freeing an object's internal rep. |
|
From: Don P. <dg...@us...> - 2004-09-29 22:37:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20489 Modified Files: ChangeLog Log Message: * tests/basic.test (49.*): New tests for TCL_EVAL_GLOBAL. |
|
From: Don P. <dg...@us...> - 2004-09-30 00:51:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13787 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: miguel s. <ms...@us...> - 2004-09-30 10:35:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21316 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/subst.test (12.2): test correction. |
|
From: miguel s. <ms...@us...> - 2004-09-30 10:41:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22571 Modified Files: ChangeLog Log Message: * tests/subst.test (12.1-2): added tests for [Bug 1036649] |
|
From: Don P. <dg...@us...> - 2004-09-30 22:45:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12761 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ified * tests/namespace.test (namespace-8.5,6): the save/restore of ::errorInfo and ::errorCode during global namespace teardown. Revised the comment to clarify why this is done, and added tests that will fail if this is not done. * generic/tclResult.c (TclTransferResult): Added safety checks so that unexpected undefined ::errorInfo or ::errorCode will not lead to a segfault. * generic/tclVar.c (CallVarTraces): Save/restore the flag * tests/var.test (var-16.1): values that define part of the interpreter state during variable traces. [Bug 10381021]. |
|
From: Don P. <dg...@us...> - 2004-09-30 23:06:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18665 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organization * generic/tclCmdAH.c (Tcl_ErrorObjCmd): of the management of * generic/tclCmdMZ.c (TclProcessReturn): the errorCode value. * tests/error.test (error-6.4-9): * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ified * tests/namespace.test (namespace-8.5,6): the save/restore of ::errorInfo and ::errorCode during global namespace teardown. Revised the comment to clarify why this is done, and added tests that will fail if this is not done. * generic/tclResult.c (TclTransferResult): Added safety checks so that unexpected undefined ::errorInfo or ::errorCode will not lead to a segfault. * generic/tclTrace.c (TclCallVarTraces): Save/restore the flag * tests/var.test (var-16.1): values that define part of the interpreter state during variable traces. [Bug 10381021]. |
|
From: Don P. <dg...@us...> - 2004-10-01 03:10:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30743 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (Tcl_EvalObjEx): Removed the flag bit value * generic/tclInt.h (Interp): USE_EVAL_DIRECT. It was used only * generic/tcLTest.c (TestevalexObjCmd): in the testing command * tests/parser.test (parse-9.2): [testevalex] and nothing in the test suite made use of the capability it enabled. |
|
From: Don P. <dg...@us...> - 2004-10-01 03:20:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv607 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (Tcl_CreateInterp): Removed the flag bit value * generic/tclInt.h (Interp): EXPR_INITIALIZED. It was set during interp creation and never tested. Whatever purpose it had is in the past. |
|
From: Donal K. F. <dk...@us...> - 2004-10-01 12:45:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28704 Modified Files: ChangeLog Log Message: Speed up [upvar] and [uplevel] by not forcing level references to be parsed as strings every time through. [Patch 1037357] |