summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-11-18 23:15:18 (GMT)
committernijtmans <nijtmans>2010-11-18 23:15:18 (GMT)
commitb5934db8a3f647cc07e6c0119e3229044b431f3c (patch)
treeece5b56a22873f6b77471f27d2b83f5a00378381 /ChangeLog
parentf28ef85d5042bec36c50cd1cffae54933cc04cfc (diff)
downloadtcl-b5934db8a3f647cc07e6c0119e3229044b431f3c.zip
tcl-b5934db8a3f647cc07e6c0119e3229044b431f3c.tar.gz
tcl-b5934db8a3f647cc07e6c0119e3229044b431f3c.tar.bz2
Set NO_VIZ=1 when zlib is compiled in libtcl,
this resolves compiler warnings in 64-bit and static builds.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2429e8..99ca821 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
unicode cmdline" now implemented for cygwin and mingw32 too.
* tests/main.test: No longer disable tests Tcl_Main-1.4 and 1.6
on Windows, because those now work on all supported platforms.
+ * win/configure.in: Set NO_VIZ=1 when zlib is compiled in libtcl,
+ this resolves compiler warnings in 64-bit and static builds.
+ * win/configure (regenerated)
2010-11-18 Donal K. Fellows <dkf@users.sf.net>