diff options
author | andreas_kupries <akupries@shaw.ca> | 2006-09-08 19:25:12 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2006-09-08 19:25:12 (GMT) |
commit | 933d1892317486b9cc87d71fc758ae63193428f9 (patch) | |
tree | 3272be83b34fc28e97a9d4ededdeba363865394b /ChangeLog | |
parent | 960a7f375c3d5f2f1caa761289f6f2470b9cd227 (diff) | |
download | tcl-933d1892317486b9cc87d71fc758ae63193428f9.zip tcl-933d1892317486b9cc87d71fc758ae63193428f9.tar.gz tcl-933d1892317486b9cc87d71fc758ae63193428f9.tar.bz2 |
* unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString,
and CopyHostent. Also fixed bad var names in TclpGetHostByName.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-09-08 Andreas Kupries <andreask@activestate.com> + + * unix/tclUnixCompat.c: Fixed conditions for CopyArray/CopyString, + and CopyHostent. Also fixed bad var names in TclpGetHostByName. + 2006-09-08 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> * unix/tclUnixCompat.c: Added fallback to gethostbyname() |