diff options
author | Havoc Pennington <hp@pobox.com> | 2009-01-12 21:00:46 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2009-01-12 21:00:46 +0000 |
commit | 13e0c1c74eb7fa3fa0a7089aa1cb733d07855139 (patch) | |
tree | a81e3995a51ca901540374857561ba4321364470 /ChangeLog | |
parent | 8f67472d52cabfeb32f7d6b6dc3457a94dda0174 (diff) | |
download | gobject-introspection-13e0c1c74eb7fa3fa0a7089aa1cb733d07855139.tar.gz |
Bug 563386 – scanner ignores "const" on boxed return values
2009-01-12 Havoc Pennington <hp@pobox.com>
Bug 563386 – scanner ignores "const" on boxed return values
* tests/everything/everything.c (test_simple_boxed_a_const_return):
* tests/everything/everything.h:
This adds just the tests specified in the bug above, the fix itself
was included in Bug 563794
svn path=/trunk/; revision=1021
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2009-01-12 Havoc Pennington <hp@pobox.com> + + Bug 563386 – scanner ignores "const" on boxed return values + + * tests/everything/everything.c (test_simple_boxed_a_const_return): + * tests/everything/everything.h: + + This adds just the tests specified in the bug above, the fix itself + was included in Bug 563794 + 2009-01-03 Andreas Rottmann <a.rottmann@gmx.at> Bug 566404 – Annotations for GLib |