Bug 562639 – g_parse_debug_flags() parsing "help"

2008-11-28  Behdad Esfahbod  <behdad@gnome.org>

        Bug 562639 – g_parse_debug_flags() parsing "help"

        * glib/gutils.c (g_parse_debug_string): Print available keys if
        string is "help".


svn path=/trunk/; revision=7710
This commit is contained in:
Behdad Esfahbod
2008-11-29 01:40:38 +00:00
committed by Behdad Esfahbod
parent 6d0e4aa2cf
commit 5d5526c1a3
2 changed files with 20 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2008-11-28 Behdad Esfahbod <behdad@gnome.org>
Bug 562639 g_parse_debug_flags() parsing "help"
* glib/gutils.c (g_parse_debug_string): Print available keys if
string is "help".
2008-11-28 Behdad Esfahbod <behdad@gnome.org>
Bug 562638 GDebugKey key member should be const