diff options
author | rmax <rmax> | 2004-03-18 19:03:08 (GMT) |
---|---|---|
committer | rmax <rmax> | 2004-03-18 19:03:08 (GMT) |
commit | 8b988473d61fce3da555430eb75699a03ebcc413 (patch) | |
tree | 593f84c152fbb022e54b13228e14e9db93ab42d3 /ChangeLog | |
parent | 5f615758bad09ff857b59d47199c0f537e9b26a2 (diff) | |
download | tcl-8b988473d61fce3da555430eb75699a03ebcc413.zip tcl-8b988473d61fce3da555430eb75699a03ebcc413.tar.gz tcl-8b988473d61fce3da555430eb75699a03ebcc413.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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] |