diff options
author | nijtmans <nijtmans> | 2008-10-07 20:51:46 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-10-07 20:51:46 (GMT) |
commit | dc5c90f4a6e01534ffc03e64ca44c034c87a68df (patch) | |
tree | d84545033e20f70a541fc73d622ffe6b8526b48c /ChangeLog | |
parent | cdb3076a4c8510e94caadbdf9440a95fe580421b (diff) | |
download | tcl-dc5c90f4a6e01534ffc03e64ca44c034c87a68df.zip tcl-dc5c90f4a6e01534ffc03e64ca44c034c87a68df.tar.gz tcl-dc5c90f4a6e01534ffc03e64ca44c034c87a68df.tar.bz2 |
* tclWinTest.c: Fix compiler warning when compiling this file with mingw gcc:
tclWinTest.c:706: warning: dereferencing type-punned pointer will break
strict-aliasing rules
* generic/tclLoad.c: Make sure that any library which doesn't have an
unloadproc is only really unloaded when no library code is executed
yet. [Bug 2059262]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-10-06 Jan Nijtmans <nijtmans@users.sf.net> + + * tclWinTest.c: Fix compiler warning when compiling this file with mingw gcc: + tclWinTest.c:706: warning: dereferencing type-punned pointer will break + strict-aliasing rules + * generic/tclLoad.c: Make sure that any library which doesn't have an + unloadproc is only really unloaded when no library code is executed + yet. [Bug 2059262] + 2008-10-06 Joe Mistachkin <joe@mistachkin.com> * tools/man2tcl.c: Added missing line from patch by Harald Oehlmann. |