diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-23 15:26:25 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-03-23 15:26:25 (GMT) |
commit | fa9a43ff5fd981089f0a432872444073f8710c99 (patch) | |
tree | 34b85e3f87e715d54fb7d13964c94e8e828dca13 /ChangeLog | |
parent | 507f8de77f501bd26ff176139ce8f8fd7b7279de (diff) | |
download | tcl-fa9a43ff5fd981089f0a432872444073f8710c99.zip tcl-fa9a43ff5fd981089f0a432872444073f8710c99.tar.gz tcl-fa9a43ff5fd981089f0a432872444073f8710c99.tar.bz2 |
Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01)
They were an attempt to make the cygwin port compile again, but since cygwin
is based on unix this serves no purpose any more.
Add tclWinError.c to the CYGWIN build.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2012-03-20 Jan Nijtmans <nijtmans@users.sf.net> + * generic/tclInt.decls Revert some cygwin-related signature changes from + * generic/tclIntPlatDecls.h [835f8e1e9d] (2010-02-01). They were an attempt to + * win/tclWinError.c make the cygwin port compile again, but since cygwin + is based on unix this serves no purpose any more. + * unix/Makefile.in Add tclWinError.c to the CYGWIN build. + * unix/tcl.m4 + * unix/configure + +2012-03-20 Jan Nijtmans <nijtmans@users.sf.net> + * generic/tcl.decls: [Bug 3508771] load tclreg.dll in cygwin tclsh * generic/tclInt.decls: Implement TclWinGetPlatformId, Tcl_WinUtfToTChar, * generic/tclIntPlatDecls.h: Tcl_WinTCharToUtf (and a dummy TclWinCPUID) for |