2009-03-02 Matthias Clasen * === Released 2.19.9 === 2009-03-02 Matthias Clasen * NEWS: Updates 2009-03-01 Matthias Clasen Bug 572508 – gmarkup speedup ... * glib/gmarkup.c: Various optimizations: do less allocations by keeping a pool of GStrings, do in-place unescaping, avoid redundant utf-8 validation. Patch by Michael Meeks * tests/markups/fail-36.gmarkup: Adapt 2009-03-01 Matthias Clasen * glib/gthread.c: Fix docs. 2009-03-01 Matthias Clasen * tests/slice-threadinit.c: Change one magazine size from 77 to 81 to make distcheck work on x86-64. 2009-02-27 Tor Lillqvist Bug 167569 - g_string_append_printf crashes on win32 when used with a NULL argument * glib/gnulib/vasnprintf.c (vasnprintf): Add workaround for buggy programs. Patch by Owen. 2009-02-23 Paolo Borelli * glib/gutf8.c (_g_utf8_make_valid): sanity check the input paramter. 2009-02-23 Tor Lillqvist Bug 570501 - g_win32_get_system_data_dirs uses invalid conversion of function pointer to object pointer * glib/gutils.c (g_win32_get_system_data_dirs_for_module): Change the type of the function's parameter to be explicitly a function pointer. * glib/gutils.h (_g_win32_get_system_data_dirs): Modify declaration and the only caller, the inline _g_win32_get_system_data_dirs(), accordingly. Add comments pointing out these are internal GLib functions. 2009-02-22 Matthias Clasen Bug 572151 – “it's” and “its” confused in docs and comments * Fix "it's" vs "its" confusion throughout the source. Patch by Will Thompson. 2009-02-22 Matthias Clasen Bug 572464 – Doc for g_file_get_contents * glib/gfileutils.c (g_file_get_contents): Improve docs. Pointed out by Øystein Johansen. 2009-02-22 Matthias Clasen Bug 572672 – glib/gthread.c: argument is different type * glib/gthread.c (g_once_init_leave): Add a necessary cast back. Pointed out by Kazuki Iwamoto. 2009-02-17 Matthias Clasen * configure.in: Bump version