From: Don P. <dg...@us...> - 2002-03-29 21:08:04
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv24539 Modified Files: ChangeLog Log Message: * Corrected problems with Tcl_AllowExceptions having influence over the wrong scope of Tcl_*Eval* calls. Patch from Miguel Sofer. Report from Jean-Claude Wippler. [Bug 219181] |
From: David G. <dav...@us...> - 2002-03-29 22:13:34
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv9916 Modified Files: ChangeLog Log Message: no message |
From: David G. <dav...@us...> - 2002-03-29 22:33:54
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv14923 Modified Files: ChangeLog Log Message: no message |
From: Jeffrey H. <ho...@us...> - 2002-03-29 22:42:52
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv17492 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * tests/trace.test (trace-18.2): * generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc): corrected potential double-free of traces on variables by flagging in TraceVarProc that it will free the var in case the eval wants to delete the var trace as well. [Bug #536937] |
From: Jeffrey H. <ho...@us...> - 2002-03-29 22:47:25
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv19092 Modified Files: ChangeLog Log Message: * generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc) (TraceCommandProc, TclTraceCommandObjCmd): corrected potential double-free of traces on variables by flagging in Trace*Proc that it will free the var in case the eval wants to delete the var trace as well. [Bug #536937] Also converted Tcl_UntraceVar -> Tcl_UntraceVar2 and Tcl_Eval to Tcl_EvalEx in Trace*Proc for slight efficiency improvement. |
From: Kevin B K. <ke...@us...> - 2002-04-01 21:06:27
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv31908 Modified Files: ChangeLog Log Message: Made tests for clock frequency more permissive to cope with Win98SE being observed to return 1.19318 in place of 1.193182 MHz as the performance counter frequency. |
From: Vince D. <vin...@us...> - 2002-04-03 14:30:09
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv7995 Modified Files: ChangeLog Log Message: fs ~ cache clear test |
From: Vince D. <vin...@us...> - 2002-04-03 08:39:27
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv27644 Modified Files: ChangeLog Log Message: tilde expansion cache-clearing |
From: Jeffrey H. <ho...@us...> - 2002-04-04 05:38:03
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv29755 Modified Files: ChangeLog Log Message: * library/tcltest/tcltest.tcl: added getMatchingFiles back (alias to GetMatchingFiles), which was a public function in tcltest 1.0. |
From: Daniel A. S. <da...@us...> - 2002-04-05 13:59:22
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv1300/tcl Modified Files: Tag: tip-59-implementation ChangeLog Log Message: 2002-04-05 Daniel Steffen <da...@us...> * mac/tclMacPkgConfig.c: Added Mac implementation of pkgconfig. * tests/config.test: fixed failing tests. |
From: Don P. <dg...@us...> - 2002-04-05 19:26:39
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv6976 Modified Files: ChangeLog Log Message: * Corrected [subst] so that return codes TCL_BREAK and TCL_CONTINUE returned by variable substitution have the same effect as when those codes are returned by command substitution. [Bug 536879] |
From: Jeffrey H. <ho...@us...> - 2002-04-07 08:14:15
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv19019 Modified Files: ChangeLog Log Message: * unix/tclUnixFCmd.c (Realpath): added a little extra code to initialize a realpath arg when compiling in PURIFY mode in order to prevent spurious purify warnings. We should really create our own realpath implementation, but this will at least quiet purify for now. |
From: Daniel A. S. <da...@us...> - 2002-04-08 16:57:35
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv16965/tcl Modified Files: ChangeLog Log Message: 2002-04-08 Daniel Steffen <da...@us...> * generic/tcl.h: no <sys/types.h> on mac. * mac/tclMacFile.c: minor fixes to Vince's changes from 03-24. * mac/tclMacOSA.c: * mac/tclMacResource.c: added missing Tcl_UtfToExternalDString conversions of resource file names. * mac/tclMacSock.c (TcpGetOptionProc): fixed bug introduced by Andreas on 02-25; changed strcmp's to strncmp's so that option comparison behaves like on other platforms. * mac/tcltkMacBuildSupport.sea.hqx (CW Pro6 changes): added support to allow Tk to hookup C library stderr/stdout to TkConsole. * tests/basic.test: * tests/cmdAH.test: * tests/encoding.test: * tests/fileSystem.test: * tests/ioCmd.test: fixed tests failing on mac: check for existence of [exec], changed some result strings. |
From: Daniel A. S. <da...@us...> - 2002-04-08 16:43:42
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv15702/tcl Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: 2002-04-08 Daniel Steffen <da...@us...> * mac/tclMacOSA.c: * mac/tclMacResource.c: added missing Tcl_UtfToExternalDString conversions of resource file names. * mac/tclMacSock.c (TcpGetOptionProc): fixed bug introduced by Andreas on 02-25; changed strcmp's to strncmp's so that option comparison behaves like on other platforms. * mac/tcltkMacBuildSupport.sea.hqx (CW Pro6 changes): added support to allow Tk to hookup C library stderr/stdout to TkConsole. * mac/tclMacTime.c (TclpGetTZName): fix for daylight savings TZName bug |
From: Jeffrey H. <ho...@us...> - 2002-04-12 06:21:54
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv23402 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * tcl.m4: Enabled COFF as well as CV style debug info with --enable-symbols to allow Dr. Watson users to see function info. More info on debugging levels can be obtained at: http://msdn.microsoft.com/library/en-us/dnvc60/html/gendepdebug.asp |
From: Jeffrey H. <ho...@us...> - 2002-04-12 06:33:37
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv25983 Modified Files: ChangeLog Log Message: see ChangeLog |
From: Don P. <dg...@us...> - 2002-04-15 17:32:15
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv32080 Modified Files: ChangeLog Log Message: * Revised [tcltest::test] to return errors when called with invalid syntax and to accept exactly two arguments as documented. Improved error messages. [Bug 497446, Patch 513983] ***POTENTIAL INCOMPATIBILITY***: Incompatible with previous tcltest 2.* releases, found only in alpha releases of Tcl 8.4. |
From: miguel s. <ms...@us...> - 2002-04-15 17:32:22
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv8499 Modified Files: ChangeLog Log Message: made bytecodes check for a catch before returning; the compiled [return] is otherwise non-catchable. [Bug 542588] |
From: miguel s. <ms...@us...> - 2002-04-15 17:45:14
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv13171 Modified Files: ChangeLog Log Message: Improved stack trace for TCL_BREAK and TCL_CONTINUE returns from procs. [Bug 536955]. |
From: Don P. <dg...@us...> - 2002-04-15 23:09:15
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv26488 Modified Files: ChangeLog Log Message: * Increased timeout values so that tests have time to successfully complete even on slow/busy machines. [Bug 523470] |
From: Don P. <dg...@us...> - 2002-04-16 22:35:19
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv14964 Modified Files: ChangeLog Log Message: * Revised to run tests in a namespace, rather than use the useless and buggy [saveState] and [restoreState] commands of tcltest. Updated to use tcltest 2 as well. [Patch 544546] |
From: Don P. <dg...@us...> - 2002-04-17 23:03:17
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv13121 Modified Files: ChangeLog Log Message: * Revised to run tests in a namespace, rather than use the useless and buggy [saveState] and [restoreState] commands of tcltest. Updated to use tcltest 2 as well. [Patch 544911] |
From: Don P. <dg...@us...> - 2002-04-18 00:00:21
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv30900 Modified Files: ChangeLog Log Message: * Removed [saveState] and [restoreState] from tcltest 2 documentation, effectively deprecating them. [Bug 495660] |
From: Don P. <dg...@us...> - 2002-04-18 00:04:55
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv455 Modified Files: ChangeLog Log Message: * Made separate export for commands kept only for tcltest 1 compatibility. |
From: miguel s. <ms...@us...> - 2002-04-18 13:04:21
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv21245 Modified Files: ChangeLog Log Message: fix for [Bug #542588], where "too large integers" were reported as "floating-point value" in [expr] error messages. |