summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-29 20:48:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-03-29 20:48:04 (GMT)
commite0f3b878c35e6c821617502e8b17057d2193bf4f (patch)
treee02063f458d378ea20553cee4407c86c12342500 /ChangeLog
parent9dc4d62155a906e3cb7a4d11c2332774d2071d83 (diff)
parent359e93499d8780f313dd4d1010c25c884b9658cf (diff)
downloadtcl-e0f3b878c35e6c821617502e8b17057d2193bf4f.zip
tcl-e0f3b878c35e6c821617502e8b17057d2193bf4f.tar.gz
tcl-e0f3b878c35e6c821617502e8b17057d2193bf4f.tar.bz2
[Bug 3511806] Compiler checks too early
This change allows to build the cygwin and mingw32 ports of Tcl/Tk to build out-of-the-box using a native or cross- compiler
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f7740b..ebf83f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-03-29 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * unix/tcl.m4: [Bug 3511806] Compiler checks too early
+ * unix/configure.in: This change allows to build the cygwin
+ * unix/configure: and mingw32 ports of Tcl/Tk to build
+ * win/tcl.m4: out-of-the-box using a native or cross-
+ * win/configure.in: compiler.
+ * win/configure:
+
2012-03-27 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tcl.h: [Bug 3508771] Wrong Tcl_StatBuf used on MinGW