summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrmax <rmax>2004-03-18 19:03:08 (GMT)
committerrmax <rmax>2004-03-18 19:03:08 (GMT)
commit8b988473d61fce3da555430eb75699a03ebcc413 (patch)
tree593f84c152fbb022e54b13228e14e9db93ab42d3 /ChangeLog
parent5f615758bad09ff857b59d47199c0f537e9b26a2 (diff)
downloadtcl-8b988473d61fce3da555430eb75699a03ebcc413.zip
tcl-8b988473d61fce3da555430eb75699a03ebcc413.tar.gz
tcl-8b988473d61fce3da555430eb75699a03ebcc413.tar.bz2
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47cdc2a..630e15a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2004-03-18 Reinhard Max <max@suse.de>
+
+ * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed,
+ * generic/tclInt.h: but caused warnings related to
+ * generic/tclInt.decls: strict aliasing with GCC 3.3.
+ * generic/tclClock.c:
+ * generic/tclDate.c:
+ * generic/tclGetDate.y:
+ * win/tclWinTime.c:
+ * unix/tclUnixTime.c:
+
+ * generic/tclNamesp.c: Added temporary pointer variables to work
+ * generic/tclStubLib.c: around warnings related to
+ * unix/tclUnixChan.c: strict aliasing with GCC 3.3.
+
+ * unix/tcl.m4: Removed -Wno-strict-aliasing.
+
2004-03-18 Daniel Steffen <das@users.sourceforge.net>
Removed support for Mac OS Classic platform [Patch 918142]