platform/upstream/glib.git
2011-10-15 Matthias ClasenMisc doc formatting fixes
2011-10-15 Matthias ClasenAdd tests for new g_environ_ functions
2011-10-15 Matthias ClasenMove environment-related functions into their own files
2011-10-15 Dan Winshipgutils: Add functions for working with environment...
2011-10-15 Ryan LortieAdd to the pitfalls: fork() and daemon()
2011-10-15 Ryan Lortietests/Makefile.am: remove unused LDFLAGS variable
2011-10-15 Matthias ClasenExpand thread docs a bit
2011-10-15 Matthias ClasenDocumentation tweaks
2011-10-15 Fran DieguezUpdaged Galician translations
2011-10-15 Ryan LortieCheck for "our" threads in some places
2011-10-15 Ryan Lortiegtk-doc g_thread_ref() and g_thread_unref()
2011-10-15 Ryan LortieRename g_thread_try to g_thread_try_new
2011-10-15 Matthias ClasenAdd atomic test to TEST_PROGS
2011-10-15 Matthias ClasenDocumentation additions
2011-10-15 Matthias ClasenImprove test coverage
2011-10-15 Matthias ClasenAdd a test involving g_thread_ref/unref
2011-10-15 Matthias ClasenAdd g_thread_try to the docs
2011-10-15 Matthias ClasenUpdate doc lists
2011-10-15 Matthias ClasenMinor doc clarifications
2011-10-15 Ryan LortieMention thread API changes in README
2011-10-15 Ryan LortieI read the news today, oh boy...
2011-10-15 Ryan LortieStop checking for fork() across GMainContext
2011-10-15 Ryan LortieMask all signals in GLib worker thread
2011-10-14 Florian Müllnerdesktop-app-info: Add support for X-GNOME-Keywords
2011-10-14 Ryan Lortieg_cond_timed_wait: support NULL time parameter
2011-10-14 Ryan LortieGCond: use monotonic time for timed waits
2011-10-13 Ryan Lortietests: disable deprecation warnings for tests
2011-10-13 Ryan Lortiegutils: stop using GStaticPrivate
2011-10-13 Ryan LortieRevert "make struct _GThread private"
2011-10-13 Ryan Lortiemake struct _GThread private
2011-10-13 Ryan Lortietidy up gthreadprivate.h
2011-10-13 Ryan Lortiedrop g_thread_new_full()
2011-10-13 Ryan Lortieg_thread_new: never fail
2011-10-13 Ryan Lortiethread: nuke the concept of 'joinable'
2011-10-13 Ryan LortieGThread: make refcounting public
2011-10-13 Ryan Lortiethread: simplify 'free' process
2011-10-13 Ryan Lortieremove 'joinable' parameter to backends
2011-10-13 Ryan Lortieposix threads: joinable tweaks
2011-10-13 Ryan Lortietests: don't #include <sys/resource.h> on win32
2011-10-13 Ryan Lortiewin32 threads: simplify
2011-10-13 Ryan LortieOnly g_system_thread_free() our own threads
2011-10-13 Ryan LortieFinish killing off GSystemThread
2011-10-13 Ryan Lortiewin32 threads: use our own data, not system_thread
2011-10-13 Ryan Lortiewin32: fix function name clash
2011-10-13 Ryan Lortieposix threads: use our own system_thread
2011-10-13 Ryan Lortiethread creation: Simplify error handling
2011-10-13 Ryan LortieCombine g_sytem_thread_{new,create}()
2011-10-13 Ryan Lortieg_system_thread_create: drop 'data' arg
2011-10-13 Ryan Lortieg_system_thread_create: SystemThread -> RealThread
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
next