summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-12-11 22:30:31 (GMT)
committernijtmans <nijtmans>2008-12-11 22:30:31 (GMT)
commit85aba5fb4879a9d1e77e993796d21973453a20cd (patch)
tree01bb50195b9e551edd9c706c9109db1de681f175 /ChangeLog
parent6cb99f7bf8a960b9c8db1d06c4509fea270989b1 (diff)
downloadtcl-85aba5fb4879a9d1e77e993796d21973453a20cd.zip
tcl-85aba5fb4879a9d1e77e993796d21973453a20cd.tar.gz
tcl-85aba5fb4879a9d1e77e993796d21973453a20cd.tar.bz2
Eliminate warning: different 'const' qualifiers
with msvc compiler. A few more 'const' optimizations. fix Windows build (msvc) for TIP #234 implementation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07439cc..2567688 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-12-11 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclZlib.c: Eliminate warning: different 'const' qualifiers
+ with msvc compiler. A few more 'const' optimizations.
+ * win/tcl.m4: fix Windows build (msvc) for TIP #234 implementation
+ * win/Makefile.in:
+ * win/configure:
+
2008-12-11 Andreas Kupries <andreask@activestate.com>
* generic/tclIO.c (SetChannelFromAny and related): Modified the