|
From: Donal K. F. <dk...@us...> - 2004-10-22 13:49:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16489 Modified Files: ChangeLog Log Message: Standardize way of calling object freeIntRepProcs... |
|
From: Kevin B K. <ke...@us...> - 2004-10-22 14:27:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25175 Modified Files: ChangeLog Log Message: * library/clock.tcl: Fixed a typo where the fallback time zone became ::localtime instead of :localtime. Fixed a bug where time zone names containing hyphens could not be loaded. Thanks to Todd M. Helfter <tm...@ju...> for finding these bugs. * tests/clock.test: Added regression test cases that covers both bugs. |
|
From: Donal K. F. <dk...@us...> - 2004-10-22 15:46:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11900 Modified Files: ChangeLog Log Message: Make ensembles report shorter error traces that conceal more of how the ensemble implements itself. This is usually the right thing to do. |
|
From: Donal K. F. <dk...@us...> - 2004-10-22 22:08:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29473 Modified Files: ChangeLog Log Message: Add *very* basic test suite for modules, and tighten up the doc style |
|
From: Jeffrey H. <ho...@us...> - 2004-10-23 23:30:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20424 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: whitespace changes |
|
From: Don P. <dg...@us...> - 2004-10-24 22:25:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9509 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (Tcl_LogCommandInfo,Tcl_AddObjErrorInfo): Shift the initialization of errorCode to NONE to more central location. * generic/tclEvent.c (BgError,Tcl_BackgroundError,HandleBgErrors): Rewrite to build on the new TclGet/SetReturnOptions routines. * generic/tclResult.c (TclGetReturnOptions): Add call to Tcl_AddObjErrorInfo to be sure error fields are initialized. * generic/tclResult.c (TclTransferResult): Rewrite to build on the new TclGet/SetReturnOptions routines. |
|
From: miguel s. <ms...@us...> - 2004-10-25 01:06:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20696 Modified Files: ChangeLog Log Message: defined new macros to get/set the flags of variables. |
|
From: Donal K. F. <dk...@us...> - 2004-10-25 15:37:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14174 Modified Files: ChangeLog Log Message: Flesh out tests and transform the TM manager API into an ensemble |
|
From: Don P. <dg...@us...> - 2004-10-25 17:24:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10140 Modified Files: ChangeLog Log Message: * library/auto.tcl Purged Tcl's script library of all * library/clock.tcl remaining references to global vars * library/init.tcl ::errorInfo and ::errorCode. * generic/tclMain.c (Tcl_Main): Updated to make use of TclGetReturnOptions instead of ::errorInfo variable. * generic/tclInterp.c (tclInit): Bug fix. Access dict variables with [dict get], not array syntax. |
|
From: Don P. <dg...@us...> - 2004-10-25 20:24:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18577 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (IllegalExprOperandType,TclExecuteByteCode): Removed several DECACHE_INFO/CACHE_INFO pairs that are no longer needed for protection because routines like Tcl_SetErrorCode() and Tcl_AddErrorInfo() can no longer re-enter bytecode execution. * generic/tclResult.c (TclProcessReturn): Bug fix. Be sure that a missing -errorinfo option when code == TCL_ERROR causes the errorInfo field to get reset. * tests/thread.test (thread-4.4): Test depended on a ::errorInfo value initialized to "". Added code to test to setup that requirement. |
|
From: Donal K. F. <dk...@us...> - 2004-10-25 21:52:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4677 Modified Files: ChangeLog Log Message: Remove some of the contortions from cmdAH-8.45 |
|
From: Donal K. F. <dk...@us...> - 2004-10-25 22:03:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7377 Modified Files: ChangeLog Log Message: Clarified meaning of pattern arg to [info procs] |
|
From: Donal K. F. <dk...@us...> - 2004-10-25 22:11:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9346 Modified Files: ChangeLog Log Message: Clarify [string map] docs to remove char/string ambiguity. [Bug 1048005] |
|
From: Kevin B K. <ke...@us...> - 2004-10-26 02:08:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30030 Modified Files: ChangeLog Log Message: fixes for Bug 1054101 |
|
From: Donal K. F. <dk...@us...> - 2004-10-26 10:25:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1624 Modified Files: ChangeLog Log Message: Tighten up expr(n) wording. [Bug 1027849] |
|
From: miguel s. <ms...@us...> - 2004-10-26 16:20:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30113 Modified Files: ChangeLog Log Message: removed more direct references to the VAR flags, replaced with access macros. |
|
From: Don P. <dg...@us...> - 2004-10-26 16:46:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4902 Modified Files: ChangeLog Log Message: * tests/basic.test: Added missing constraints. * tests/compile.test: * tests/fileSystem.test: * tests/init.test (init-2.8): Updated to not rely on http package. |
|
From: Andreas K. <and...@us...> - 2004-10-26 19:44:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15458 Modified Files: ChangeLog Log Message: * library/tm.tcl (::tcl::tm::Defaults): Added a second [file dirname] around the location of the executable. This fixes [Tcl SF Bug 1038705]. Instable of a bogus "foo/bin/lib" we now have the correct "foo/lib" as a base path for modules. |
|
From: Don P. <dg...@us...> - 2004-10-26 20:14:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21518 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/compile.test (compile-12.4): Backport test for Bug 1001997. * tests/timer.test (timer-10.1): Backport test for Bug 1016167. * tests/tcltest.test (tcltest-12.3,4): Backport setup corrections. * tests/error.test (error-6.3,4,7,9): Backport of some tests. * tests/basic.test (basic-49.*): * tests/namespace.test (namespace-8.7): * tests/init.test (init-2.8): Updated to not rely on http package. * generic/tclThreadTest.c (ThreadEventProc): Corrected subtle bug where the returned (char *) from Tcl_GetStringResult(interp) continued to be used without copying or refcounting, while activity on the interp continued. |
|
From: David G. <dav...@us...> - 2004-10-26 20:26:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24268 Modified Files: ChangeLog Log Message: no message |
|
From: Don P. <dg...@us...> - 2004-10-26 20:35:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25930 Modified Files: ChangeLog Log Message: * unix/Makefile.in (install-libraries): Updated the installation of the http, msgcat, and tcltest packages to install as Tcl Modules on Unix systems. Other platform Makefiles still need updating. [Patch 1054370] |
|
From: Don P. <dg...@us...> - 2004-10-26 20:54:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30468 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/subst.test (subst-12.3,4): More tests for Bug 1036649. |
|
From: Don P. <dg...@us...> - 2004-10-26 20:55:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30686 Modified Files: ChangeLog Log Message: * tests/subst.test (subst-12.3,4): More tests for Bug 1036649. |
|
From: Don P. <dg...@us...> - 2004-10-26 21:42:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8315 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/subst.test (subst-12.3-5): More tests for Bug 1036649. |
|
From: Don P. <dg...@us...> - 2004-10-26 21:52:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10422 Modified Files: ChangeLog Log Message: * generic/tclParse.c (Tcl_SubstObj): Fix for failed subst-12.3 test. * tests/subst.test (subst-12.3-5): More tests for Bug 1036649. |