summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2009-02-17 18:10:37 (GMT)
committerhobbs <hobbs>2009-02-17 18:10:37 (GMT)
commit17a25327f7cbb0069baa3dbfa9cc989dc39541a3 (patch)
tree0ee8be5929048a8eaf87c0293711226405d02644 /ChangeLog
parentf48011341a542c319bbdae8fa307edc8d5c4efa2 (diff)
downloadtcl-17a25327f7cbb0069baa3dbfa9cc989dc39541a3.zip
tcl-17a25327f7cbb0069baa3dbfa9cc989dc39541a3.tar.gz
tcl-17a25327f7cbb0069baa3dbfa9cc989dc39541a3.tar.bz2
* win/tcl.m4, win/configure: Check if cl groks _WIN64 already to
avoid CC manipulation that can screw up later configure checks. Use 'd'ebug runtime in 64-bit builds.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fa916a..2fe7864 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-02-17 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tcl.m4, win/configure: Check if cl groks _WIN64 already to
+ avoid CC manipulation that can screw up later configure checks.
+ Use 'd'ebug runtime in 64-bit builds.
+
2009-02-17 Don Porter <dgp@users.sourceforge.net>
* generic/tclStringObj.c: Factor out common GrowStringBuffer().