diff options
author | andreas_kupries <akupries@shaw.ca> | 2001-12-13 18:07:13 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2001-12-13 18:07:13 (GMT) |
commit | cc4241f38dd2b3dadc31041553797b84bba2a4b6 (patch) | |
tree | 09cb9d50b0d6a9d4abb10bb87a226f63daec692d /ChangeLog | |
parent | 5dc0afab5ab64d3aa4e4c8f88cdd800d420dcd49 (diff) | |
download | tcl-cc4241f38dd2b3dadc31041553797b84bba2a4b6.zip tcl-cc4241f38dd2b3dadc31041553797b84bba2a4b6.tar.gz tcl-cc4241f38dd2b3dadc31041553797b84bba2a4b6.tar.bz2 |
* win/tclWinSock.c (TcpGetOptionProc): Fix for tcl bug item
#478565 reported by an unknown person. Bypasses all calls to
"gethostbyaddr" for address "0.0.0.0" to prevent delays on
Win/NT.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,7 +1,14 @@ +2001-12-13 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * win/tclWinSock.c (TcpGetOptionProc): Fix for tcl bug item + #478565 reported by an unknown person. Bypasses all calls to + "gethostbyaddr" for address "0.0.0.0" to prevent delays on + Win/NT. + 2001-12-12 Andreas Kupries <andreas_kupries@users.sourceforge.net> * generic/tclIO.c (Tcl_GetsObj): Applied patch for bug #491341 as - provided by Don Porter <dgp@users.sourceforge.net>. Fixes + provided by Don Porter <dgp@users.sourceforge.net>. Fixes the assumption of having an empty Tcl_Obj to work with. 2001-12-11 Miguel Sofer <msofer@users.sourceforge.net> @@ -15,12 +22,8 @@ INST_LIST_INDEX_MULTI and INST_LSET_FLAT, so this has no effect on bytecodes generated up to tcl8.4a3 inclusive. -2001-12-11 Miguel Sofer <msofer@users.sourceforge.net> - * generic/tclExecute.c: fix debug messages in INST_LSET_LIST. -2001-12-11 Miguel Sofer <msofer@users.sourceforge.net> - * generic/tclCompCmds.c (TclCompileLindexCmd): * generic/tclCompExpr.c (CompileMathFuncCall): removed the last two overestimates of the necessary stack depth for bytecodes in |