| 
      
      
      From: Don P. <dg...@us...> - 2003-05-05 20:54:38
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv21533
Modified Files:
	ChangeLog 
Log Message:
        * generic/tclBasic.c:           Implementation of TIP 90, which
        * generic/tclCmdAH.c:           extends the [catch] and [return]
        * generic/tclCompCmds.c:        commands to enable creation of a
        * generic/tclExecute.c:         proc that is a replacement for
        * generic/tclInt.h:             [return]. [Patch 531640]
        * generic/tclProc.c:
        * generic/tclResult.c:
        * tests/cmdAH.test:
        * tests/cmdMZ.test:
        * tests/error.test:
        * tests/proc-old.test:
        * library/tcltest/tcltest.tcl: The -returnCodes option to [test]
        failed to recognize the symbolic name "ok" for return code 0.
 | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-05-07 15:26:28
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv29035 Modified Files: ChangeLog Log Message: Fixed memory leak caused by confusion about string ownership. [Bug 731706] | 
| 
      
      
      From: Andreas K. <and...@us...> - 2003-05-07 16:01:32
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv14976
Modified Files:
      Tag: mod-8-3-4-branch
	ChangeLog 
Log Message:
	* generic/tclProc.c (TclCloneProc): Fixed leaking of 'procNew',
	  reported by Cisco.
 | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-05-07 21:15:45
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv23277 Modified Files: ChangeLog Log Message: Made error message for [trace info] more consistent with documentation. | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-05-07 21:30:18
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv28474 Modified Files: ChangeLog Log Message: Fixed very strange language in the documentation for 'trace add execution'. | 
| 
      
      
      From: Donal K. F. <dk...@us...> - 2003-05-09 13:08:19
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv3603 Modified Files: ChangeLog Log Message: The array of strings passed to Tcl_GetIndexFromObj must be NULL terminated. | 
| 
      
      
      From: miguel s. <ms...@us...> - 2003-05-09 13:42:40
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv26953 Modified Files: ChangeLog Log Message: fix for [Bug 735055] | 
| 
      
      
      From: Joe M. <mis...@us...> - 2003-05-10 08:17:14
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv26810 Modified Files: ChangeLog Log Message: fix for [Bugs 733156, 733221] | 
| 
      
      
      From: Joe M. <mis...@us...> - 2003-05-10 08:20:56
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv27722
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
fix for [Bugs 733156, 733221]
 | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-05-10 23:54:38
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv27027 Modified Files: ChangeLog Log Message: * generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeat crash when overflow sizes were given (throws error). [Bug #714106] | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-05-10 23:55:09
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv27149
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeat
	crash when overflow sizes were given (throws error). [Bug #714106]
 | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-05-11 00:30:32
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv4049 Modified Files: ChangeLog Log Message: * win/tclWinSerial.c (SerialCloseProc): correct mem leak on closing a Windows serial port [Bug #718002] (schroedter) | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-05-11 00:31:42
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv4347
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* win/tclWinSerial.c (SerialCloseProc): correct mem leak on
	closing a Windows serial port [Bug #718002] (schroedter)
 | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2003-05-11 01:23:13
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv18497
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* generic/tclIOUtil.c: ensure cd is thread-safe.
	[Bug #710642] (vasiljevic)
 | 
| 
      
      
      From: Zoran V. <vas...@us...> - 2003-05-12 08:46:55
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv14818
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
Added comment about correcting the #723502 bug.
 | 
| 
      
      
      From: miguel s. <ms...@us...> - 2003-05-12 17:20:42
       | 
| Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1:/tmp/cvs-serv16966 Modified Files: ChangeLog Log Message: * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix, disabling usage of tclNsVarNameType. * tests/var.test (var-15.1): test for [Bug 735335] | 
| 
      
      
      From: miguel s. <ms...@us...> - 2003-05-12 17:31:52
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv21775
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
	* generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix,
	disabling usage of tclNsVarNameType.
	* tests/var.test (var-15.1): test for [Bug 735335]
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-05-12 17:35:44
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv24516
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
        * doc/Eval.3:  Corrected prototype for Tcl_GlobalEvalObj [Bug 727622].
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-05-12 17:44:14
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv28169
Modified Files:
	ChangeLog 
Log Message:
        * doc/Eval.3:  Corrected prototype for Tcl_GlobalEvalObj [Bug 727622].
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-05-12 19:29:51
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv9815
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
        * generic/tclObj.c (tclCmdNameType):  Corrected variable use of the
        otherValuePtr or the twoPtrValue.ptr1 fields to store a
        (ResolvedCmdName *) as the internal rep.  [Bug 726018].
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-05-12 19:32:44
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv11189
Modified Files:
	ChangeLog 
Log Message:
        * generic/tclObj.c (tclCmdNameType):  Corrected variable use of the
        otherValuePtr or the twoPtrValue.ptr1 fields to store a
        (ResolvedCmdName *) as the internal rep.  [Bug 726018].
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-05-12 20:15:29
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv31617
Modified Files:
	ChangeLog 
Log Message:
        * generic/tclBasic.c (TclInvokeObjectCommand):  objv[argc] is no
        longer set to NULL (Tcl_CreateObjCommand docs already say that it
        should not be accessed).
        * tests/cmdMZ.test:  Forgot to import [temporaryDirectory].
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-05-12 20:16:43
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv32075
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
        * generic/tclBasic.c (TclInvokeObjectCommand):  objv[argc] is no
        longer set to NULL (Tcl_CreateObjCommand docs already say that it
        should not be accessed).
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-05-12 22:35:41
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv14283
Modified Files:
      Tag: core-8-4-branch
	ChangeLog 
Log Message:
        * generic/tclInterp.c: (AliasObjCmd):   Added refCounting of the words
        * tests/interp.test (interp-33.1):      of the target of an interp
        alias during its execution.  Also added test. [Bug 730244].
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2003-05-12 22:44:24
       | 
| Update of /cvsroot/tcl/tcl
In directory sc8-pr-cvs1:/tmp/cvs-serv17605
Modified Files:
	ChangeLog 
Log Message:
        * generic/tclInterp.c: (AliasObjCmd):   Added refCounting of the words
        * tests/interp.test (interp-33.1):      of the target of an interp
        alias during its execution.  Also added test. [Bug 730244].
 |