| 
      
      
      From: Donal K. F. <dk...@us...> - 2002-02-25 10:36:33
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv5151 Modified Files: ChangeLog Log Message: Minor cleanup of compat functions to get rid of GCC warnings. | 
| 
      
      
      From: miguel s. <ms...@us...> - 2002-02-25 14:15:11
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv27417 Modified Files: ChangeLog Log Message: fixing a bug in last tclCompCmds.c patch, in the code for [for] and [while]. | 
| 
      
      
      From: Daniel A. S. <da...@us...> - 2002-02-25 15:20:37
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv23336
Modified Files:
      Tag: core-8-3-1-branch
	ChangeLog 
Log Message:
	* unix/tclLoadDyld.c: updated to use Mac OS X 10.1 dyld APIs that
	have more libdl-like semantics. (bug #514392)
 | 
| 
      
      
      From: Daniel A. S. <da...@us...> - 2002-02-25 15:22:00
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv23933 Modified Files: ChangeLog Log Message: * unix/tclLoadDyld.c: updated to use Mac OS X 10.1 dyld APIs that have more libdl-like semantics. (bug #514392) | 
| 
      
      
      From: Daniel A. S. <da...@us...> - 2002-02-25 15:22:30
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv24162
Modified Files:
      Tag: macosx-8-4-branch
	ChangeLog 
Log Message:
	* unix/tclLoadDyld.c: updated to use Mac OS X 10.1 dyld APIs that
	have more libdl-like semantics. (bug #514392)
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-02-25 16:23:27
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv14439
Modified Files:
	ChangeLog 
Log Message:
	* compat/strtod.c (strtod): simplified #includes
        * compat/strtol.c (strtol): gather result in a long before returning
        as a long: necessary on platforms where sizeof(int) != sizeof(long).
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-02-25 16:46:42
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv21990 Modified Files: ChangeLog Log Message: * unix/tclUnixPort.h: corrected strtoll prototype mismatch on Tru64. | 
| 
      
      
      From: miguel s. <ms...@us...> - 2002-02-25 23:17:21
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv15271 Modified Files: ChangeLog Log Message: avoiding a buffer overrun in [subst]; restoring tcl7.6 behaviour [Bug #495207] | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2002-02-25 23:36:50
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv21466
Modified Files:
      Tag: core-8-3-1-branch
	ChangeLog 
Log Message:
	* win/tclWinNotify.c (Tcl_FinalizeNotifier): backported fix for
	[Bug #217982] which also affected Tkinter [Python Bug #216289]
 | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-02-26 00:18:48
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv781 Modified Files: ChangeLog Log Message: typo | 
| 
      
      
      From: Andreas K. <and...@us...> - 2002-02-26 02:49:36
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv5403
Modified Files:
      Tag: core-8-3-1-branch
	ChangeLog 
Log Message:
	* mac/tclMacSock.c (TcpGetOptionProc): Changed to recognize the
	  option "-error". Essentially ignores the option, always
	  returning an empty string.
 | 
| 
      
      
      From: Andreas K. <and...@us...> - 2002-02-26 02:49:50
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv5475 Modified Files: ChangeLog Log Message: * mac/tclMacSock.c (TcpGetOptionProc): Changed to recognize the option "-error". Essentially ignores the option, always returning an empty string. | 
| 
      
      
      From: miguel s. <ms...@us...> - 2002-02-26 17:26:27
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv20643 Modified Files: ChangeLog Log Message: bugfix to the bugfix to the new [for] compiled code | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2002-02-26 20:06:36
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv2629 Modified Files: ChangeLog Log Message: see ChangeLog | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2002-02-27 01:20:34
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv19809 Modified Files: ChangeLog Log Message: see ChangeLog | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2002-02-27 06:39:27
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv4084 Modified Files: ChangeLog Log Message: generic/tclCmdMZ.c | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2002-02-27 07:10:45
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv11501 Modified Files: ChangeLog Log Message: see ChangeLog | 
| 
      
      
      From: Andreas K. <and...@us...> - 2002-02-27 20:55:57
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv22287 Modified Files: ChangeLog Log Message: * tests/socket.test (2.7): Accepted and applied patch for Tcl SF bug #523470 provided by Don Porter <dg...@us...> to avoid timing problems in that test. | 
| 
      
      
      From: Andreas K. <and...@us...> - 2002-02-27 23:38:15
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv30630
Modified Files:
      Tag: core-8-3-1-branch
	ChangeLog 
Log Message:
	* unix/tclUnixChan.c (TclpOpenFileChannel): Added code to regonize
	  "/dev/tty" (by name) and to not handle it as tty / serial
	  line. This is the controlling terminal and is special. Setting
	  it into raw mode as is done for other tty's is a bad idea. This
	  is a hackish fix for expect SGF Bug #520624.
 | 
| 
      
      
      From: Jeffrey H. <ho...@us...> - 2002-02-28 00:39:20
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv22537 Modified Files: ChangeLog Log Message: mem leak fixes | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-02-28 00:53:33
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv25921
Modified Files:
	ChangeLog 
Log Message:
	* generic/tclMain.c (Tcl_Main,StdinProc):  Corrected some reference
        count management errors on the interactive commandPtr Tcl_Obj found by
        Purify.  Thanks to Jeff Hobbs for the report and assistance.
 | 
| 
      
      
      From: Andreas K. <and...@us...> - 2002-02-28 00:57:59
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv31347 Modified Files: ChangeLog Log Message: * unix/tclUnixChan.c (TclpOpenFileChannel): Added code to regonize "/dev/tty" (by name) and to not handle it as tty / serial line. This is the controlling terminal and is special. Setting it into raw mode as is done for other tty's is a bad idea. This is a hackish fix for expect SGF Bug #520624. The fix has limitation: Tcl_MakeFileChannel handles tty's specially too, but is unable to recognize /dev/tty as it only gets a file descriptor, and no name for it. | 
| 
      
      
      From: Don P. <dg...@us...> - 2002-02-28 05:11:26
       | 
| Update of /cvsroot/tcl/tcl
In directory usw-pr-cvs1:/tmp/cvs-serv16115
Modified Files:
	ChangeLog 
Log Message:
        * doc/GetIndex.3:
        * generic/tcl.decls (Tcl_GetIndexFromObjStruct):
        * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct):  Revised the
        prototype of the Tcl_GetIndexFromObjStruct to take its struct
        table as a (CONST VOID *) argument, better describing what it is,
        maintaining source compatibility, and adding CONST correctness
        according to TIP 27.  Thanks to Joe English for an elegant
        solution. [Bug 520304]
        * generic/tclDecls.h: make genstubs
 | 
| 
      
      
      From: miguel s. <ms...@us...> - 2002-02-28 13:03:54
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv27966 Modified Files: ChangeLog Log Message: Replaced a few direct stack accesses with the POP_OBJECT() macro [Bug 507181] | 
| 
      
      
      From: miguel s. <ms...@us...> - 2002-02-28 20:11:11
       | 
| Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv19656 Modified Files: ChangeLog Log Message: generic/tclNamesp.c: optimisation of namespace lookups [Patch 458872] |