win32: fix GPrivate fallout
[platform/upstream/glib.git] / glib /
2011-09-21 Ryan Lortiegthread-win32: use __stdcall markers where needed
2011-09-21 Ryan Lortieg_private_new: use GSlice
2011-09-21 Matthias ClasenAnd move the g_thread_yield() docs too
2011-09-21 Matthias ClasenDon't use the thread vtable for g_thread_yield()
2011-09-21 Matthias ClasenMove g_private_new() to common code
2011-09-21 Matthias ClasenMove docs around
2011-09-21 Matthias ClasenClean up g_thread_yield implementation
2011-09-21 Ryan Lortiegmem: move to glib-ctor
2011-09-21 Ryan Lortiegslice: move initialisation to glib-ctor
2011-09-21 Ryan LortieAdd glib-ctor functionality
2011-09-21 Ryan LortieGThread: always initialise the system thread
2011-09-21 Ryan Lortiegmessages: do implicit GPrivate initialisation
2011-09-21 Ryan LortieContinue GPrivate rework
2011-09-21 Ryan LortieRework GPrivate
2011-09-21 Ryan LortieGStaticMutex: remove ./configure checks
2011-09-21 Ryan LortieRemove "temporary until GLib is fixed" code
2011-09-21 Ryan LortiePort g_cond_new to use GSlice
2011-09-21 Ryan Lortielibglib: stop using g_cond_new in some places
2011-09-21 Ryan LortiePort g_mutex_new to use GSlice
2011-09-21 Ryan LortieG_LOCK: port from GStaticMutex to GMutex
2011-09-21 Ryan Lortielibglib: stop using g_mutex_new
2011-09-21 Ryan Lortielibglib: drop use of GStaticMutex
2011-09-21 Ryan LortieRework GMutex and GCond APIs
2011-09-21 Matthias ClasenForgotten part of an earlier mismerge
2011-09-21 Ryan Lortiegmessage.c: mark a private function static
2011-09-20 Cosimo Cecchitimeval: add introspection annotations to g_time_val_fr...
2011-09-19 Ryan Lortiegbitlock: #include "gslice.h"
2011-09-19 Matthias ClasenFix a merge accident
2011-09-19 Ryan LortieRemove unused header gdebug.h
2011-09-19 Ryan LortieDon't #include <glib/gslice.h> from gmem.h
2011-09-19 Ryan LortieMove deprecated GCompletion to deprecated/
2011-09-19 Ryan LortieMove deprecated GRel to deprecated/
2011-09-19 Ryan LortieMove GAllocator/GMemChunk to separate file
2011-09-18 Matthias ClasenFix g_ascii_formatd tests
2011-09-18 Matthias ClasenUse xlocale functions where available
2011-09-18 Matthias ClasenRemove redundant checks
2011-09-18 Matthias ClasenGMappedFile: return an error when trying to map a device
2011-09-17 Ryan LortieGVariant: avoid 'ARRAY_INFO' as function name
2011-09-17 Ryan Lortiegmain: fix some win32 build errors
2011-09-16 Ryan Lortiegatomic: use pthread mutexes instead of GMutex
2011-09-15 Behdad EsfahbodFix docs
2011-09-14 Ryan Lortiemainloop: detect fork() and abort
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-10 Matthias ClasenGKeyFile: Unify error messsages a bit
2011-09-10 Ryan LortieNix inaccurately named g_main_context_init_pipe()
2011-09-10 Ryan Lortiegmain: get rid of poll_waiting
2011-09-10 Emmanuele BassiAdd macros for GSourceFunc return values
2011-09-09 Ryan LortieGRegex: fix thread-unsafe initialiser code
2011-09-09 Ryan LortieClean up l10n threading stuff
2011-09-09 Ryan Lortieglib-private: #include <glib.h>
2011-09-09 Ryan LortieDrop long-removed atomic thread init from header
2011-09-09 Ryan LortieRemove now-useless glibprivate.h
2011-09-09 Ryan Lortieglib worker: move to glib-private framework
2011-09-09 Ryan Lortiegwakeup.h: add missing header for GPollFD
2011-09-09 Colin WaltersAdd glib__private__() API to share between glib,gio...
2011-09-09 Ryan LortieGMainLoop: remove wall clock time cache
2011-09-09 Ryan Lortiegtester: Remove SIGCHLD race workarounds
2011-09-09 Ryan LortieModify child and signal sources to use worker
2011-09-09 Ryan LortieGMain: simplify logic for g_wakeup_acknowledge()
2011-09-09 Ryan LortieGMainLoop: remove single-threaded case
2011-09-09 Ryan LortieAdd private glib_get_worker_context() API
2011-09-09 Ryan LortieGRand: Make sure to g_thread_init_glib()
2011-09-09 Ryan LortieGRand: remove setup from g_thread_init_glib
2011-09-09 Ryan Lortieemufutex: remove init from g_thread_init_glib
2011-09-09 Ryan Lortiewin32: remove version init from g_thread_init_glib
2011-09-09 Ryan Lortiemake g_thread_init_glib() idempotent
2011-09-09 Ryan LortieMove the GThread implementations to glib/
2011-09-09 Ryan LortieGThread: remove errorcheck mutex support
2011-09-09 Ryan LortieDeprecated (undocumented) g_thread_gettime
2011-09-09 Dan WinshipMake threads mandatory
2011-09-09 David SchleefFix spelling of G_IO_FLAG_IS_WRITEABLE
2011-09-09 Kushal Dasg_key_file_parse_value_as_integer: Integers can have...
2011-09-05 Ryan Lortiedocs fixups for glib/
2011-09-05 Ryan Lortieone missed docs fix
2011-09-05 Ryan Lortiegtk-doc fixups for glib/
2011-09-05 Ryan Lortiedoc: Remove reference to non-existent #GChildWatch
2011-09-05 Ryan Lortieg_date_time_format: honour T_FMT_AMPM for '%r'
2011-09-05 Ryan LortieGDateTime: translate "AM"/"PM", not "am"/"pm"
2011-09-05 Matthias ClasenOnly use gcc-specific options when the compiler is gcc
2011-09-04 Dan Winshipfix a few warnings on non-Linux
2011-09-04 Ryan Lortieg_date_time_format: improve support for alt digits
2011-09-03 Ryan LortieRevert "g_date_time_format: support %D"
2011-09-03 Matthias Clasengdatetime: Fix locale-changing code
2011-09-03 Ryan Lortieg_date_time_format: add standards notes to the doc
2011-09-03 Ryan LortieGDateTime: test _format against strftime()
2011-09-03 Ryan LortieGDateTime test: plug a couple of leaks
2011-09-03 Ryan Lortieg_date_time_format: rip out non-working %W format
2011-09-03 Ryan Lortieg_date_time_format: clarify documentation
2011-09-03 Ryan Lortieg_date_time_format: support %D
2011-09-03 Ryan Lortieg_date_time_format: small fixups
2011-09-03 Ryan Lortieg_date_time_format: fix padding for some formats
2011-09-03 Ryan LortieGDateTime test: don't test removed %N
2011-09-02 Ryan Lortieg_date_time_format: support %g and %G
2011-09-02 Ryan Lortieg_date_time_format: drop %N format
2011-09-02 Javier Jardóng_date_time_format: support %w
2011-09-02 Javier Jardóng_date_time_format: support %C
2011-09-02 Javier Jardóng_date_time_format: support %c
2011-09-02 Javier Jardóng_date_time_format: support %V
2011-08-31 Ryan LortieRevert "gdatetime: Add g_date_time_source_new()"
2011-08-31 Pavel HolejsovskyMake GMainLoop, GMainContext and GSource boxed types
next