summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)Author
2011-03-21Add gqueue to glib as the new Bluez version needs it.Jaikumar Ganesh
2010-08-27Reverse meaning of ANDROID_STUB C flag.Jaikumar Ganesh
2010-08-13changed libglib to be a shared libraryDanica Chang
2009-06-05Modify .gitignore file and add some header files.android-sdk-tools_r4android-sdk-tools_r3android-sdk-2.1_r1android-sdk-2.0_r1android-sdk-2.0.1_r1android-sdk-2.0.1-docs_r1android-2.1_r2.1sandroid-2.1_r2.1p2android-2.1_r2.1pandroid-2.1_r2android-2.1_r1android-2.0_r1android-2.0.1_r1eclair-sholes-release2eclair-sholes-releaseeclair-releaseeclair-passion-releaseJaikumar Ganesh
2009-06-04Android specific changes.Jaikumar Ganesh
2009-05-29Fix a locking problem in g_main_context_iterate()Matthias Clasen
2009-05-29Preserve errno when using g_set_error with _() and g_strerror()Christian Persch
2009-04-08Fix parsing of timezonesPeter Kjellerstedt
2009-04-03Regex leak on error pathPaolo Borelli
2009-04-01Mark glib_gettext as string translation functionTobias Mueller
2009-04-01fix a typo in g_io_channel_flush docsHagen Schink
2009-03-29Copy a va_list when using it multiple times. Reported by Wim Lewis.Matthias Clasen
2009-03-17trivial spelling/whitespace fixesRyan Lortie
2009-03-16Bug 575555 – Use fsync() when replacing files to avoid data loss onAlexander Larsson
2009-03-12Avoid integer overflows in the base64 functions. Fixes CVE-2008-4316Matthias Clasen
2009-03-11Document and guarantee hex digests will be returned in lower case.Stefan Walter
2009-03-01Fix docsMatthias Clasen
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