diff options
author | nijtmans <nijtmans> | 2008-12-11 22:30:31 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-12-11 22:30:31 (GMT) |
commit | 85aba5fb4879a9d1e77e993796d21973453a20cd (patch) | |
tree | 01bb50195b9e551edd9c706c9109db1de681f175 /ChangeLog | |
parent | 6cb99f7bf8a960b9c8db1d06c4509fea270989b1 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |