summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)AuthorFilesLines
2011-10-21Make g_ascii_strtod behave as documentedMatthias Clasen1-3/+5
2011-10-19Deprecate g_atexitMatthias Clasen2-1/+6
2011-10-19The usual docs unbreaking...Ryan Lortie2-2/+10
2011-10-18Fix bug in g_static_rec_mutex_unlock_full()Ryan Lortie1-2/+5
2011-10-18gatomic: introduce G_ATOMIC_LOCK_FREERyan Lortie3-23/+31
2011-10-18gatomic: cast to the correct pointer signRyan Lortie1-3/+3
2011-10-18Actually Don't define GLIB_COMPILATION in libgthreadAlexander Larsson1-2/+7
2011-10-18Don't define GLIB_COMPILATION in libgthreadAlexander Larsson1-7/+2
2011-10-17Fix an include guard mismatchMatthias Clasen1-1/+1
2011-10-18Move _glib_get_locale_dir to ggettext.cChun-wei Fan2-50/+56
2011-10-17GLib: Add forgotten includes and build fixesChun-wei Fan4-0/+12
2011-10-17Revert "Bug 652827 - glib-2.29.8 no longer builds with mingw.org's toolchain"Ryan Lortie1-1/+1
2011-10-17glib/tests/thread.c: Add config guardsChun-wei Fan1-0/+4
2011-10-17More include cleanupsMatthias Clasen4-7/+1
2011-10-17include cleanupMatthias Clasen1-4/+0
2011-10-17Make things compile againMatthias Clasen5-388/+5
2011-10-17Move gettext variations into their own filesMatthias Clasen2-0/+461
2011-10-17Reshuffle some functions between gutils and gfileutilsMatthias Clasen4-770/+779
2011-10-17include cleanupMatthias Clasen1-0/+1
2011-10-17TrivialMatthias Clasen1-2/+1
2011-10-17Reshuffle genviron.cMatthias Clasen2-355/+371
2011-10-16push G_THREADS_MANDATORY over the cliffRyan Lortie2-6/+1
2011-10-16gthread/: fix up declarationsRyan Lortie1-0/+2
2011-10-16Add private prototype for g_thread_init_glib()Ryan Lortie1-0/+1
2011-10-16static and #include fixups in glib/Ryan Lortie3-3/+3
2011-10-16genviron: #include fixupsRyan Lortie2-0/+4
2011-10-16Mark some functions 'static' in glib/testsRyan Lortie10-58/+59
2011-10-16gitignoreRyan Lortie1-0/+13
2011-10-16gthread: move test cases to glib/Ryan Lortie7-2/+1029
2011-10-16tests: merge gthread/ and glib/ atomic testsRyan Lortie1-1/+59
2011-10-16glib/tests/atomic: convert to proper gtester testRyan Lortie1-2/+12
2011-10-16Also clean up includesMatthias Clasen4-8/+3
2011-10-16Move charset and locale name functions to their own filesMatthias Clasen6-558/+634
2011-10-16Add deprecation annotations to mem chunk apisMatthias Clasen1-0/+18
2011-10-16Move version APIs out of gutilsMatthias Clasen6-135/+226
2011-10-16Move GTrashStack out of gutils.[hc]Matthias Clasen6-61/+201
2011-10-16Pass correct data to fatal log handlersMatthias Clasen2-1/+59
2011-10-16Clarify g_spawn_*() behaviour without full pathMartin Pitt1-0/+4
2011-10-15Add g_get_codeset testMatthias Clasen1-0/+29
2011-10-15Add GAsyncQueue unit testMatthias Clasen2-0/+185
2011-10-15Move g_get_codeset next to g_get_charsetMatthias Clasen3-32/+27
2011-10-15Include genviron.h where necessaryMatthias Clasen3-0/+3
2011-10-15And fix the syntax, tooMatthias Clasen1-0/+2
2011-10-15Forgotten fileMatthias Clasen1-0/+61
2011-10-15Drop unused copy of _g_getenv_nomallocMatthias Clasen1-0/+610
2011-10-15GKeyFile: improve introspection annotationsGiovanni Campagna1-30/+30
2011-10-15GKeyFile: Add refcounting APIChristian Persch3-5/+58
2011-10-15Misc doc formatting fixesMatthias Clasen4-17/+14
2011-10-15Add tests for new g_environ_ functionsMatthias Clasen1-2/+60
2011-10-15Move environment-related functions into their own filesMatthias Clasen5-624/+30