platform/upstream/glib.git
2011-10-13 Matthias ClasenMove more docs inline
2011-10-13 Ryan Lortieg_system_thread_join: rename to _wait()
2011-10-13 Ryan Lortieg_system_thread_join: take GRealThread *
2011-10-13 Ryan Lortiethread: delegate allocation of GThread to backends
2011-10-13 Matthias ClasenMove GScanner docs inline
2011-10-13 Ryan Lortiethread: stop sharing g_once_mutex
2011-10-13 Ryan Lortiethread: drop thread setup function hackery
2011-10-12 Matthias ClasenDeprecate GCache
2011-10-12 Ryan Lortiethread: Delete g_system_thread_self()
2011-10-12 Ryan Lortiethread: reduce use of system_thread
2011-10-12 Ryan Lortiethread: hide g_static_rec_mutex_get_rec_mutex_impl
2011-10-12 Ryan Lortiemissed from last commit
2011-10-12 Ryan Lortiethread: remove GSystemThread assign/equal
2011-10-12 Ryan Lortiethread: remove dead decl from gthreadprivate.h
2011-10-12 Ryan Lortiethread: Remove the zero_thread
2011-10-12 Ryan LortieGStaticRecMutex: implement via GRecMutex
2011-10-12 Ryan Lortiethread: use GSList for g_thread_foreach list
2011-10-12 Ryan Lortiethread: call g_enumerable_thread_add via callback
2011-10-12 Ryan Lortiethread: use GPrivate for enumerable threads
2011-10-12 Colin Waltersgvariant: Doc typo fix
2011-10-12 Colin Waltersgvariant: Briefly mention limits
2011-10-12 Dan Winshipgthread-deprecated: add a mising "static" to a method
2011-10-12 Dan Winshipgiomodule: make the default_modules mutex recursive
2011-10-12 Dan WinshipSimplify checks for CLOCK_MONOTONIC
2011-10-12 Matthias ClasenDisable deprecations where appropriate in tests
2011-10-12 Matthias ClasenDisable deprecations where appropriate in tests
2011-10-12 Matthias ClasenMake single includes mandatory
2011-10-12 Ryan LortieGStaticPrivate: implement via GPrivate
2011-10-12 Matthias ClasenUpdate deprecation docs
2011-10-12 Matthias ClasenSilence deprecations in deprecated/ (again)
2011-10-12 Chun-wei FanUpdate VS projects
2011-10-12 Chun-wei FanBug 661438: Update msvc_recommended_pragmas.h
2011-10-12 Chun-wei FanBug 661438: Fix up gmacros.h a bit
2011-10-12 Chun-wei FanUpdate VS property sheets
2011-10-11 Dan Winshipg_time_val_from_iso8601: clarify the docs a bit
2011-10-11 Ryan Lortiegmain: use GPrivate instead of GStaticPrivate
2011-10-11 Dan WinshipFix two tests for G_DEBUG=gc-friendly
2011-10-11 Chun-wei FanUse GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in...
2011-10-11 Matthias ClasenAdd our own deprecation macros
2011-10-11 Matthias ClasenAdd better deprecation macros
2011-10-11 Chun-wei FanUpdate VS property sheets
2011-10-11 Chun-wei Fanglibconfig.win32(.in): Cleanup cruft
2011-10-10 Ryan LortieGStaticMutex: ABI fixup
2011-10-10 Matthias ClasenCompile private test with -pthread on UNIX
2011-10-10 Matthias ClasenDon't use deprecated GThread API in gio tests
2011-10-10 Kjartan MaraasUpdated Norwegian bokmål translation
2011-10-09 Algimantas... Updated Lithuanian translation
2011-10-09 Matthias ClasenSilence deprecation warnings in deprecated/
2011-10-09 Matthias ClasenAdd G_GNUC_DEPRECATED to deprecated functions in gio
2011-10-09 Matthias ClasenAdd G_GNUC_DEPRECATED to deprecated functions in gobject
2011-10-09 Matthias ClasenAdd G_GNUC_DEPRECATED to deprecated APIs in glib
2011-10-08 Matthias ClasenAdd some GHookList tests
2011-10-08 Matthias ClasenTest a few more GIOChannel functions
2011-10-08 Matthias ClasenRemove a bit of dead code
2011-10-08 Matthias ClasenPass G_DEBUG=g-gc-friendly when running the tests
2011-10-08 Matthias ClasenAdd some more GMarkup tests
2011-10-08 Matthias ClasenCall setlocale in markup-parse test
2011-10-08 Matthias ClasenImprove GNode test coverage
2011-10-08 Matthias ClasenImprove GCache test coverage
2011-10-08 Matthias ClasenImprove coverage of string function tests
2011-10-08 Matthias ClasenImprove coverage of GHmac tests
2011-10-08 Matthias ClasenAdd a test for g_date_time_new_from_timeval_utc
2011-10-08 Antoine Jacoutotgio: enable test_peer regression test for OpenBSD
2011-10-07 David ZeuthenGDBusConnection: Make pending calls error when the...
2011-10-07 John RallsBug 661129: Duplicate symbols zero_thread and g_once_mu...
2011-10-07 Dan WinshipAdd g_main_context_ref_thread_default()
2011-10-07 Daniel MustielesUpdated Spanish translation
2011-10-07 Matthias ClasenUSE __COUNTER__ instead of __LINE__ when available
2011-10-07 Matthias ClasenDon't redundantly redeclare
2011-10-06 Ryan LortieMove G_LOCK below GMutex in the docs
2011-10-06 Ryan Lortie.gitignore
2011-10-06 Ryan LortieSeveral docs cleanups
2011-10-06 Ryan LortieCleanup thread documentation
2011-10-06 Chun-wei Fangobjet/gclosure.c: Fix styling issues
2011-10-06 Chun-wei Fangobject/gclosure.c: Add type cast for int_val = value
2011-10-06 Chun-wei FanRevert "gobject/gclosure.c: Made up for missed pointer...
2011-10-06 Chun-wei Fangobject/gclosure.c: Made up for missed pointer deref
2011-10-06 Chun-wei Fangthread-deprecated.c: Include gutils.h
2011-10-06 Chun-wei Fanconfig.h.win32(.in): Update for strcasecmp
2011-10-06 Matthias ClasenUpdate threads docs for the demise of g_thread_init()
2011-10-06 Matthias ClasenRemove mention of gthread-2.0.pc from 'Compiling' section
2011-10-06 Matthias ClasenAdd a warning to g_thread_init_with_errorcheck_mutexes
2011-10-05 Dan Williamsclosure: fix handling of ENUMs and integral return...
2011-10-05 Colin Waltersgmacros: Hide G_STATIC_ASSERT from g-ir-scanner
2011-10-05 Ryan LortieBe sure to #include "gutils.h" in gbacktrace.c
2011-10-05 David ZeuthenGDBus: Regenerate code when the codegen or options...
2011-10-05 Dan WinshipFix up some doc comments that referred to threads not...
2011-10-05 David ZeuthenGDBus: disable two more GDBus tests using fork()
2011-10-05 David ZeuthenGDBusProxy: Correctly handle unknown members when havin...
2011-10-05 Dan Winshipgthreadedresolver: remove a bit of cruft
2011-10-05 Matthias ClasenRemove cruft from g_strerror and g_strsignal
2011-10-05 Matthias ClasenMisc test coverage improvements
2011-10-05 Matthias ClasenNeed to check for prlimit
2011-10-05 Matthias ClasenAdd a test for thread creation failure
2011-10-05 Ryan Lortiegthread.h: a bunch of pointless whitespace changes
2011-10-05 Ryan LortieMove typedef GStaticPrivate to deprecated/
2011-10-05 Ryan LortieDeprecate g_{mutex,cond}_{new,free}()
2011-10-05 Ryan Lortiegdbusprivate: fix a missed g_mutex_free()
2011-10-04 Ryan LortieRemove g_mutex_new()/g_cond_new() in testcases
2011-10-04 Ryan Lortiedrop errorcheck mutex test
next