summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2011-01-12 10:40:03 (GMT)
committernijtmans <nijtmans>2011-01-12 10:40:03 (GMT)
commit36ea4889f7a2016c2525f6b251f1787fbcb7d4aa (patch)
treea0dfc02b3e23b434c6ea009ed8a88a9f3d2ac3ef /ChangeLog
parent0698ee28a98695fb1602967f15c730b776b0dba6 (diff)
downloadtcl-36ea4889f7a2016c2525f6b251f1787fbcb7d4aa.zip
tcl-36ea4889f7a2016c2525f6b251f1787fbcb7d4aa.tar.gz
tcl-36ea4889f7a2016c2525f6b251f1787fbcb7d4aa.tar.bz2
handle --enable-64bit=ia64 for gcc
more accurate test for correct <intrin.h>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ed460c3..4f9554f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
2011-01-12 Jan Nijtmans <nijtmans@users.sf.net>
- * win/tclWinFile.c: Use _vsnprintf in stead of vsnprintf, because
+ * win/tclWinFile.c: Use _vsnprintf in stead of vsnprintf, because
MSVC 6 doesn't have it. Reported by andreask.
- * win/tclWin32Dll.c: VS 2005 64-bit does not have intrin.h, and
+ * win/tcl.m4: handle --enable-64bit=ia64 for gcc
+ * win/configure.in: more accurate test for correct <intrin.h>
+ * win/configure: (autoconf-2.59)
+ * win/tclWin32Dll.c: VS 2005 64-bit does not have intrin.h, and
* generic/tclPanic.c: does not need it.
2011-01-07 Kevin B. Kenny <kennykb@acm.org>