diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-22 12:44:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-05-22 12:44:36 (GMT) |
commit | 0db5ef521489368fde7298d7d4179aa01e9fcc01 (patch) | |
tree | 547f1279c0ce411de4125eaac91a118af4215da5 /ChangeLog | |
parent | a6a7e5ca7699ad328ed645c207aaba8b69e32a53 (diff) | |
parent | 6f812b4ccb74d0aebe4bbf520bd6710fa82cf549 (diff) | |
download | tcl-0db5ef521489368fde7298d7d4179aa01e9fcc01.zip tcl-0db5ef521489368fde7298d7d4179aa01e9fcc01.tar.gz tcl-0db5ef521489368fde7298d7d4179aa01e9fcc01.tar.bz2 |
Revert most of [fcc5957e59], since when we let cygwin share the win32 stub table this is no longer necessary
implement TclpInetNtoa for win32
Let cygwin share stub table with win32
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2012-05-22 Jan Nijtmans <nijtmans@users.sf.net> + + * tools/genStubs.tcl: Let cygwin share stub table with win32 + * win/Makefile.in: Don't hardcode dde and reg dll version numbers + * win/tclWinSock.c: implement TclpInetNtoa for win32 + * generic/tclInt.decls: Revert most of [fcc5957e59], since when + we let cygwin share the win32 stub table this is no longer necessary + * generic/tcl*Decls.h: re-generated + 2012-05-21 Don Porter <dgp@users.sourceforge.net> * generic/tclFileName.c: When using Tcl_SetObjLength() calls to grow |