summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2003-01-27 02:19:55 (GMT)
committermdejong <mdejong>2003-01-27 02:19:55 (GMT)
commit60b96992277a21af6c79074d66edf3a069abf734 (patch)
tree83788b8dece0b2e2e04f753732f38c93a6efa6e1 /ChangeLog
parentbb7fd9a6b22b81948f940088e8e810b7d3673fd1 (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44b0223..b5e5d5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):