summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-25 21:22:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-25 21:22:48 (GMT)
commit2361a87fc4e600622f0aee538f97b49a0c1e4cf8 (patch)
treefccfd1d98b6cd21e227c900ba2d5e8d30904326a /ChangeLog
parent75deef8c587e76a653bb51e16c6252c09ddefbc8 (diff)
parente24f3c0feda094946fcb0c1f65c05ad98fbb427e (diff)
downloadtcl-2361a87fc4e600622f0aee538f97b49a0c1e4cf8.zip
tcl-2361a87fc4e600622f0aee538f97b49a0c1e4cf8.tar.gz
tcl-2361a87fc4e600622f0aee538f97b49a0c1e4cf8.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 dbcd430..051e7fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2012-03-25 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-23 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclInt.decls Revert some cygwin-related signature changes from