summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-24 06:43:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-24 06:43:59 (GMT)
commite24f3c0feda094946fcb0c1f65c05ad98fbb427e (patch)
tree63fcbf1dec4faa543e0f8023c83401a64ccffc99 /ChangeLog
parent286934c4a1d3edc5b286c6f4c1d3b741ef25c262 (diff)
parent8b96a694be11a88a8921d2296d5b12e6e077216f (diff)
downloadtcl-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--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95d57c5..78a565e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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