diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-24 06:43:59 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-24 06:43:59 (GMT) |
commit | e24f3c0feda094946fcb0c1f65c05ad98fbb427e (patch) | |
tree | 63fcbf1dec4faa543e0f8023c83401a64ccffc99 /ChangeLog | |
parent | 286934c4a1d3edc5b286c6f4c1d3b741ef25c262 (diff) | |
parent | 8b96a694be11a88a8921d2296d5b12e6e077216f (diff) | |
download | tcl-e24f3c0feda094946fcb0c1f65c05ad98fbb427e.zip tcl-e24f3c0feda094946fcb0c1f65c05ad98fbb427e.tar.gz tcl-e24f3c0feda094946fcb0c1f65c05ad98fbb427e.tar.bz2 |
[Bug 3508771] load tclreg.dll in cygwin tclsh
Implement TclWinConvertError, TclWinConvertWSAError,
and various more win32-specific internal functions for
Cygwin, so win32 extensions using those can be
loaded in the cygwin version of tclsh.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2012-03-24 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclInt.decls: [Bug 3508771] load tclreg.dll in cygwin tclsh + * generic/tclIntPlatDecls.h: Implement TclWinConvertError, TclWinConvertWSAError, + * generic/tclStubInit.c: and various more win32-specific internal functions for + * unix/Makefile.in: Cygwin, so win32 extensions using those can be + * unix/tcl.m4: loaded in the cygwin version of tclsh. + * unix/configure: + * win/tclWinError.c: + 2012-03-20 Jan Nijtmans <nijtmans@users.sf.net> * generic/tcl.h: [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin |