|
From: Donal K. F. <dk...@us...> - 2004-05-19 22:50:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22145 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Backport of bizarre error-loss bug found by KBK and myself. |
|
From: Donal K. F. <dk...@us...> - 2004-05-20 13:04:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5279 Modified Files: ChangeLog Log Message: Delete limit callbacks properly when the interpreters involved are deleted. |
|
From: miguel s. <ms...@us...> - 2004-05-21 09:39:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8492 Modified Files: ChangeLog Log Message: 2004-05-21 Miguel Sofer <ms...@us...> * generic/tclExecute.c (TclExecuteByteCode): reorganised TEBC automatic variables, defining them in tight blocks instead of at the function level. This has three purposes: - it simplifies the analysis of individual instructions - it is preliminary work to the non-recursive engine - it allows a better register allocation by the optimiser; under gcc3.3, this results in up to 10% runtime in some tests |
|
From: Donal K. F. <dk...@us...> - 2004-05-21 21:31:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22701 Modified Files: ChangeLog Log Message: Variables should only ever be declarated at the start of a block... |
|
From: Donal K. F. <dk...@us...> - 2004-05-21 21:51:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26934 Modified Files: ChangeLog Log Message: Make TCL_COMPILE_DEBUG path through TEBC work... |
|
From: miguel s. <ms...@us...> - 2004-05-22 00:11:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21526 Modified Files: ChangeLog Log Message: * tests/namespace.test (namespace-41.3): removed the {knownBug} constraint: [Bug 231259] is closed since nov 2001, and the fix of [Bug 729692] (INST_START_CMD) makes the test succeed. |
|
From: miguel s. <ms...@us...> - 2004-05-22 03:43:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22815 Modified Files: ChangeLog Log Message: * generic/tclVar.c: fix for [Bug 735335]. The use of tclNsVarNameType objs is still disabled, pending resolution of [Bug 736729]. |
|
From: miguel s. <ms...@us...> - 2004-05-22 16:21:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20527 Modified Files: ChangeLog Log Message: * generic/tclVar.c (TclObjLookupVar, TclObjUnsetVar2): fix for new (in tcl8.4) exteriorisations of [Bug 736729] due to the use of tclNsVarNameType obj types. Reenabling the use of this objType ("VAR ref absolute" benchmark down to 66 ms, from 230). Added comments in TclLookupSimpleVar explaining my current understanding of [Bug 736729]. |
|
From: miguel s. <ms...@us...> - 2004-05-22 17:01:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28522 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclVar.c (TclObjUnsetVar2): backported fix [Bug 735335] and new (in tcl8.4) exteriorisations of [Bug 736729] due to the use of tclNsVarNameType obj types. The consequences of [Bug 736729] should be the same as in tcl8.3 and previous versions. The use of tclNsVarNameType objs is still disabled, pending a decision by the release manager. |
|
From: miguel s. <ms...@us...> - 2004-05-23 22:53:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7107 Modified Files: ChangeLog Log Message: * generic/tclNamesp.c (Tcl_FindNamespaceVar): [Bug 959052] fixed, insuring that no "zombie" variables are found. * generic/tclVar.c (TclLookupSimpleVar): comments re [Bug 736729] (predecessor of [Bug 959052]) removed. * tests/namespace.test: added tests 17.10-12 |
|
From: miguel s. <ms...@us...> - 2004-05-24 01:20:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7881 Modified Files: ChangeLog Log Message: Adding potential incompatibility warning in Changelog |
|
From: miguel s. <ms...@us...> - 2004-05-24 19:18:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29025 Modified Files: ChangeLog Log Message: * doc/set.n: accurate description of name resolution process, referring to namespace.n for details [Bug 959180] |
|
From: miguel s. <ms...@us...> - 2004-05-24 19:24:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30339 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * doc/set.n: accurate description of name resolution process, referring to namespace.n for details [Bug 959180] |
|
From: Donal K. F. <dk...@us...> - 2004-05-24 21:48:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29121 Modified Files: ChangeLog Log Message: Fixed [Bug 959193] which is apparently a word-size issue. |
|
From: Jeffrey H. <ho...@us...> - 2004-05-25 00:08:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25665 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT to properly have tclIntType used for smaller values. This corrects TclX bug 896727 and any other 3rd party extension that created math functions but was not yet WIDE_INT aware in them. |
|
From: Jeffrey H. <ho...@us...> - 2004-05-25 00:08:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25754 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT to properly have tclIntType used for smaller values. This corrects TclX bug 896727 and any other 3rd party extension that created math functions but was not yet WIDE_INT aware in them. |
|
From: Donal K. F. <dk...@us...> - 2004-05-25 07:48:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5016 Modified Files: ChangeLog Log Message: More idiomatic example. [Bug 959602] |
|
From: Donal K. F. <dk...@us...> - 2004-05-25 08:27:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12179 Modified Files: ChangeLog Log Message: Fix test suite so NFS doesn't consistently cause 8 failures. [Bug 931312] |
|
From: Donal K. F. <dk...@us...> - 2004-05-25 08:37:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14004 Modified Files: ChangeLog Log Message: Finish fixing comments for [Bug 848440] |
|
From: Don P. <dg...@us...> - 2004-05-25 17:17:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12206 Modified Files: ChangeLog Log Message: * tests/execute.test (execute-8.1): Updated to remove the trace set on ::errorInfo . When left in place, that trace can cause later tests to fail. |
|
From: Don P. <dg...@us...> - 2004-05-25 17:44:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17492 Modified Files: ChangeLog Log Message: * tests/autoMkindex.test (autoMkindex-5.2): Use variable "result" that gets cleaned up. * tests/exec.test: Clean up the "path" array. * tests/interp.test (interp-9.3): Initialize res, so prior values cannot make the test fail. |
|
From: Don P. <dg...@us...> - 2004-05-25 18:06:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22388 Modified Files: ChangeLog Log Message: * tests/http.test: Clear away the custom [bgerror] when done. * tests/io.test: Take care to use namespace variables. |
|
From: Kevin B K. <ke...@us...> - 2004-05-25 18:47:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30587 Modified Files: ChangeLog Log Message: * tests/winFCmd.test: Correct test for the presence of a CD-ROM so that it doesn't misdetect some other sort of filesystem with a write-protected root as being a CD-ROM drive. [Bug 918267] |
|
From: Don P. <dg...@us...> - 2004-05-25 18:58:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv512 Modified Files: ChangeLog Log Message: * tests/unload.test (unload-3.1): Verify [pkgb_sub] does not exist. * tests/stringComp.test: stop re-use of string.test test names * tests/regexpComp.test: stop re-use of regexp.test test names * tests/namespace.test (namespace-46.3): Verify [p] does not exist. |
|
From: Kevin B K. <ke...@us...> - 2004-05-25 19:02:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1597 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/winFCmd.test: Correct test for the presence of a CD-ROM so that it doesn't misdetect some other sort of filesystem with a write-protected root as being a CD-ROM drive. [Bug 918267] |