summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)Author
2009-02-27Bug 167569 - g_string_append_printf crashes on win32 when used with a NULLTor Lillqvist
2009-02-23sanity check the input paramter.Paolo Borelli
2009-02-23Bug 570501 - g_win32_get_system_data_dirs uses invalid conversion ofTor Lillqvist
2009-02-23Fix "it's" vs "its" confusion throughout the source. Patch by WillMatthias Clasen
2009-02-23Improve docsMatthias Clasen
2009-02-23Add a necessary cast back. Pointed out by Kazuki Iwamoto.Matthias Clasen
2009-02-17 Fix strict aliasing warnings and viiolations to make GLib andMatthias Clasen
2009-02-13Add note about g_utf8_offset_to_pointer() not checking stringMathias Hasselmann
2009-02-06Correct the grammar in some property documentation.Murray Cumming
2009-01-31i * glib/gtimer.c (g_time_val_to_iso8601): Pass a time_t* to gmtime().Matthias Clasen
2009-01-21Drop the code in the else branch of #if GLIB_CHECK_VERSION (2, 19, 0).Tor Lillqvist
2009-01-20fix a typoMatthias Clasen
2009-01-19Fix a typoMatthias Clasen
2009-01-18Quell some compiler wanringsMatthias Clasen
2009-01-18Update PCRE to 7.8Matthias Clasen
2009-01-18If !ENABLE_NLS, make textomain() macro return "messages" in case of a NULLMatthias Clasen
2009-01-18Use offsetof instead of __builtin_offsetof, for icc's sake. Proposed byMatthias Clasen
2009-01-13Bug 564728 Add function to decode base64 encoded data in placeMatthias Clasen
2009-01-13Improve docsMatthias Clasen
2009-01-12Guard against a mis-written GOptionArgFunc that has returned FALSE but notTor Lillqvist
2009-01-11Improve docsMatthias Clasen
2009-01-11Docs improvementMatthias Clasen
2009-01-09Cosmetics.Tor Lillqvist
2009-01-09Bug 567138 - get_package_directory_from_module() does not free its lockTor Lillqvist
2009-01-05updateDan Winship
2009-01-05Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32Tor Lillqvist
2009-01-03Add docsMatthias Clasen
2009-01-03Move docs inlineMatthias Clasen
2009-01-02Fix a wrong reference in the docs, reported by Takeshi Aihana.Matthias Clasen
2008-12-31Fix some compiler warningsMatthias Clasen
2008-12-20Add g_thread_get_initialized here, too. Surround g_test_config_vars withTor Lillqvist
2008-12-18Bug 560676 - function access for g_threads_supportedMike Kestner
2008-12-13Make these work on x86_64Matthias Clasen
2008-12-12Improve g_unichar_iswide_cjk() docs.Behdad Esfahbod
2008-12-08Add an implementation for the CRIS and CRISv32 architectures, by PeterMatthias Clasen
2008-12-02Some more documentation additionsMatthias Clasen
2008-11-29Bug 562639 – g_parse_debug_flags() parsing "help"Behdad Esfahbod
2008-11-29Bug 562638 – GDebugKey key member should be constBehdad Esfahbod
2008-11-29Improve docsMatthias Clasen
2008-11-28Explain the difference to g_key_file_get_value(). Pointed out by MartMatthias Clasen
2008-11-28Improve docsMatthias Clasen
2008-11-28Bug 559110 – Do not include libintl.h after glibintl.hMatthias Clasen
2008-11-28Fix an issue with callbacks that return FALSE.Matthias Clasen
2008-11-23Bug 559413 – g_option_group_set_error_hook docs bugletChristian Persch
2008-11-23Bug 560568 – gkeyfile docs bugletChristian Persch
2008-11-23Bug 560569 – gkeyfile doesn't use the set list_separator in some casesChristian Persch
2008-11-04Bug 558672 – NULL key lookup using g_hash_table_lookup_extended()Christian Dywan
2008-10-31Bug 558513 – g_warn_if_fail FIXME in gtestutilsChristian Dywan
2008-10-29added G_PASTE() and G_STATIC_ASSERT(), based on patches by Christian16:11:14 Tim Janik
2008-10-27changed "#GHashTableIterator" to "#GHashTableIter" in theJoseph Pingenot