|
From: Jeffrey H. <ho...@us...> - 2006-10-06 19:00:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25691 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: update tests to handle strictness change |
|
From: miguel s. <ms...@us...> - 2006-10-09 19:15:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2303 Modified Files: ChangeLog Log Message: * tests/*.test: updated all tests to refer explicitly to the global variables ::errorInfo, ::errorCode, ::env and ::tcl_platform: many were relying on the alternative lookup in the global namespace, that feature is tested specifically in namespace and variable tests. The modified testfiles are: apply.test, basic.test, case.test, cmdIL.test, cmdMZ.test, compExpr-old.test, error.test, eval.test, event.test, expr.test, fileSystem.test, for.test, http.test, if.test, incr-old.test, incr.test, interp.test, io.test, ioCmd.test, load.test, misc.test, namespace.test, parse.test, parseOld.test, pkg.test, proc-old.test, set.test, switch.test, tcltest.test, thread.test, var.test, while-old.test, while.test. |
|
From: miguel s. <ms...@us...> - 2006-10-09 19:31:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8725 Modified Files: Tag: tip-278-branch ChangeLog Log Message: == == updated to tag tip-278-20061009 == 2006-10-09 Miguel Sofer <ms...@us...> * tests/*.test: updated all tests to refer explicitly to the global variables ::errorInfo, ::errorCode, ::env and ::tcl_platform: many were relying on the alternative lookup in the global namespace, that feature is tested specifically in namespace and variable tests. The modified testfiles are: apply.test, basic.test, case.test, cmdIL.test, cmdMZ.test, compExpr-old.test, error.test, eval.test, event.test, expr.test, fileSystem.test, for.test, http.test, if.test, incr-old.test, incr.test, interp.test, io.test, ioCmd.test, load.test, misc.test, namespace.test, parse.test, parseOld.test, pkg.test, proc-old.test, set.test, switch.test, tcltest.test, thread.test, var.test, while-old.test, while.test. |
|
From: miguel s. <ms...@us...> - 2006-10-09 19:35:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10769 Modified Files: Tag: tip-278-branch ChangeLog Log Message: * generic/tclVar.c: minimal change, provides behaviour of TIP 278 but without any optimisation yet. Failures in namespace-old.test, namespace.test, parse.test and var.test: testfiles not yet updated. |
|
From: miguel s. <ms...@us...> - 2006-10-09 19:41:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13248 Modified Files: Tag: tip-278-branch ChangeLog Log Message: * tests/parse.test: fixing some incomplete references to global variables - missed in the big *.test patch. |
|
From: miguel s. <ms...@us...> - 2006-10-09 22:33:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19588 Modified Files: Tag: tip-278-branch ChangeLog Log Message: * tests/var.test (var-3.4,7.5,7.8): refer to global vars explicitly (not what was being tested). Missed in the big patch. |
|
From: miguel s. <ms...@us...> - 2006-10-09 23:38:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13666 Modified Files: ChangeLog Log Message: * doc/UpVar.3: brough the docs in accordance to the code. Ever since 8.0, Tcl_UpVar(2)? accepts TCL_NAMESPACE_ONLY as a flag value, and var-3.4 tests for proper behaviour. The docs only allowed 0 and TCL_GLOBAL_ONLY. |
|
From: miguel s. <ms...@us...> - 2006-10-09 23:41:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14904 Modified Files: ChangeLog Log Message: Changelog edit. |
|
From: Don P. <dg...@us...> - 2006-10-10 16:45:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8531 Modified Files: ChangeLog Log Message: * generic/tclNamespace.c (TclTeardownNamespace): After the commandPathSourceList of a namespace is cleared, set the commandPathSourceList to NULL so we don't try to walk the list a second time, possibly after it is freed. [Bug 1566526] |
|
From: miguel s. <ms...@us...> - 2006-10-10 18:07:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10977 Modified Files: Tag: tip-278-branch ChangeLog Log Message: * generic/tclNamesp.c (Tcl_FindNamespaceVar): second change needed, new test failure in namespace-34.7 (added below so that the list is complete): [namespace which -variable] does not find global variables. . Tk and Itcl tests show no difference to HEAD; XOTcl testsuite errors out and does not finish |
|
From: Don P. <dg...@us...> - 2006-10-10 18:23:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17115 Modified Files: ChangeLog Log Message: * tests/namespace.test (namespace-51.16): Added test. |
|
From: miguel s. <ms...@us...> - 2006-10-10 20:25:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3745 Modified Files: Tag: tip-278-branch ChangeLog Log Message: * tests/namespace-old.test (5.4 6.12,14,15): * tests/namespace.test (14.3,12 17.7,10 34.7): adapted tests to [Tip 278] functionality. * tests/namespace.test (namespace-14.5): refer to global vars explicitly (not what was being tested). Missed in the big patch. |
|
From: Don P. <dg...@us...> - 2006-10-11 20:41:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18800 Modified Files: ChangeLog Log Message: * generic/tclPkg.c (Tcl_PackageRequireEx): Corrected crash when argument version=NULL passed in. |
|
From: Andreas K. <and...@us...> - 2006-10-11 21:32:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8732 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclPkg.c (Tcl_PkgRequireEx): Corrected crash when argument version==NULL passed in. Backport of the fix for the same problem in 8.5. |
|
From: David G. <dav...@us...> - 2006-10-12 07:21:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19451 Modified Files: ChangeLog Log Message: no message |
|
From: miguel s. <ms...@us...> - 2006-10-12 16:24:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14827 Modified Files: ChangeLog Log Message: * generic/tclInterp.c (ApplyObjCmd): * tests/interp.test (interp-14.5-10): made [interp alias] use the ensemble rewrite machinery to produce better error messages [Bug 1576006] |
|
From: Daniel A. S. <da...@us...> - 2006-10-13 04:54:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30520 Modified Files: ChangeLog Log Message: * unix/tclUnixThrd.c (TclpThreadGetStackSize): on Darwin, use * unix/tcl.m4: pthread_get_stacksize_np() API to get thread stack size. * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59 |
|
From: Colin M. <col...@us...> - 2006-10-13 05:11:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5000 Modified Files: ChangeLog Log Message: win/tclWinFile.c: corrected erroneous attempt to protect against NULL return from Tcl_FSGetNormalizedPath per Bug 1548263 causing Bug 1575837. |
|
From: Colin M. <col...@us...> - 2006-10-13 12:59:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4864 Modified Files: ChangeLog Log Message: win/tclWinFile.c: alfredd supplied patch to fix Bug 1575837 |
|
From: Andreas K. <and...@us...> - 2006-10-16 16:52:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14537 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Moved TIP#219 cleanup to DeleteInterpProc. |
|
From: Daniel A. S. <da...@us...> - 2006-10-16 17:34:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32118 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * macosx/Makefile: don't redo prebinding of non-prebound binaires. |
|
From: Don P. <dg...@us...> - 2006-10-16 17:43:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3045 Modified Files: ChangeLog Log Message: * generic/tclPkg.c (ExactRequirement): Plugged memory leak. Also changed Tcl_Alloc()/Tcl_Free() calls to ckalloc()/ckfree() for easier memory debugging in the future. [Bug 1568373] |
|
From: Daniel A. S. <da...@us...> - 2006-10-16 18:41:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27089 Modified Files: ChangeLog Log Message: * unix/tclUnixThrd.c (TclpThreadGetStackSize): Darwin: fix for main thread, where pthread_get_stacksize_np() returns incorrect info. * macosx/GNUmakefile: don't redo prebinding of non-prebound binaires. |
|
From: miguel s. <ms...@us...> - 2006-10-16 20:36:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7997 Modified Files: ChangeLog Log Message: * tclProc.c (SetLambdaFromAny): * tests/apply.test (9.1-9.2): plugged intrep leak [Bug 1578454], found by mjanssen. |
|
From: Don P. <dg...@us...> - 2006-10-17 04:36:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4024 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIOUtil.c: Cleaned up some code flagged by a * generic/tclInt.h: `make checkexports` test. * win/tclWin32Dll.c: * win/tclWinFile.c: |