diff options
author | mdejong <mdejong> | 2003-01-27 02:19:55 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-01-27 02:19:55 (GMT) |
commit | 60b96992277a21af6c79074d66edf3a069abf734 (patch) | |
tree | 83788b8dece0b2e2e04f753732f38c93a6efa6e1 /ChangeLog | |
parent | bb7fd9a6b22b81948f940088e8e810b7d3673fd1 (diff) | |
download | tcl-60b96992277a21af6c79074d66edf3a069abf734.zip tcl-60b96992277a21af6c79074d66edf3a069abf734.tar.gz tcl-60b96992277a21af6c79074d66edf3a069abf734.tar.bz2 |
* win/configure: Regen.
* win/configure.in: Add test that checks to
see if the compiler can cast to a union type.
* win/tclWinTime.c: Squelch compiler warning
about union initializer by casting to union
type when compiling with gcc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-01-26 Mo DeJong <mdejong@users.sourceforge.net> + + * win/configure: Regen. + * win/configure.in: Add test that checks to + see if the compiler can cast to a union type. + * win/tclWinTime.c: Squelch compiler warning + about union initializer by casting to union + type when compiling with gcc. + 2003-01-25 Mo DeJong <mdejong@users.sourceforge.net> * generic/tclIO.c (Tcl_CutChannel, Tcl_SpliceChannel): |