summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-05-26 15:28:09 (GMT)
committernijtmans <nijtmans>2010-05-26 15:28:09 (GMT)
commit44956ea2ae237e8111e50cfde47883f81e24fb7b (patch)
treeb40da66d41c9fb7b65513e77544b1afb6c20b36f /ChangeLog
parentd59e4da7e1c57fe1962f24cafedbc04cf2cc5b2b (diff)
downloadtk-44956ea2ae237e8111e50cfde47883f81e24fb7b.zip
tk-44956ea2ae237e8111e50cfde47883f81e24fb7b.tar.gz
tk-44956ea2ae237e8111e50cfde47883f81e24fb7b.tar.bz2
Fix some gcc strict-aliasing warnings (discovered with "-Wstrict-aliasing=2"
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e6eb52c..54544a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* tests/wm.test: Fix 3 tests on Ubuntu 10.4, two of them timing dependent,
one wm-dependent.
+ * generic/tkText.c Fix some gcc strict-aliasing warnings (discovered
+ * unix/tkUnixFont.c with "-Wstrict-aliasing=2"
+ * unix/tkUnixSelect.c
2010-05-20 Donal K. Fellows <dkf@users.sf.net>
@@ -3545,7 +3548,7 @@
* changes: Updates for 8.5.2 release.
* unix/tkUnixCursor.c: Stop crash in [. configure -cursor] on X11.
- Thanks to emiliano gavilán. [Bug 1922466]
+ Thanks to emiliano gavilan. [Bug 1922466]
2008-03-26 Joe English <jenglish@users.sourceforge.net>