po/vi: import from Damned Lies
[platform/upstream/glib.git] / glib /
2011-10-01 Matthias ClasenMark g_thread_create_with_stack_size as new API
2011-10-01 Jasper Lievisse... Fix URL to strlcpy(3) manpage in comment.
2011-09-30 Simon McVittiemarkup-subparser test: use a real GError domain
2011-09-30 Matthias ClasenSome more gthread reshuffling
2011-09-29 Dan Winshipgthread: remove a stray reference to GStaticMutex
2011-09-28 Dan Winshipupdate .gitignores
2011-09-27 Dan WinshipAdd thread-safety warnings to the g_setenv() and g_unse...
2011-09-26 Ryan Lortieglib tests: Compile new thread tests on win32
2011-09-26 Ryan Lortiewinxp threads: detect SRWLock emulation reentrancy
2011-09-25 Stef Waltergvariant: Add g_variant_get_fixed_array()
2011-09-25 Matthias ClasenMore GThread docs tweaks
2011-09-25 Matthias ClasenMove GThread docs around
2011-09-25 Matthias ClasenMove includes to the top of the file
2011-09-25 Matthias ClasenMove deprecated GThread functions to a separate file
2011-09-25 Matthias ClasenGThread: more doc updates
2011-09-25 Matthias ClasenDrop G_THREADS_IMPL_NONE from the docs
2011-09-25 Chun-wei FanFix warning/error C4013 (implicit declarations)
2011-09-25 Chun-wei Fangthread.c: Declare variable at start of block
2011-09-24 Matthias ClasenDocument G_THREADS_IMPL_WIN32
2011-09-24 Matthias ClasenGThread doc additions
2011-09-24 Matthias ClasenFix an uninialized variable warning
2011-09-24 Matthias ClasenAdd a testcase for bug 659866
2011-09-24 Matthias ClasenAdd a test for GCond
2011-09-24 Matthias ClasenAdd a nontrivial read-write lock test
2011-09-24 Matthias ClasenAdd GOnce tests
2011-09-24 Matthias ClasenMake the rec mutex test a little more verbose
2011-09-23 Matthias ClasenAdd a non-trivial GRWLock test
2011-09-23 Matthias ClasenAdd a non-trivial GRecMutex test
2011-09-23 Matthias ClasenRemove an unused variable
2011-09-23 Matthias ClasenAdd some more rw lock tests
2011-09-23 Matthias ClasenAdd a mutex test
2011-09-23 Matthias ClasenAdd headers
2011-09-23 Matthias ClasenFix g_rwlock_{writer,reader}_trylock
2011-09-23 Matthias ClasenAdd basic tests for GRWLock
2011-09-23 Chun-wei FanVS support updates
2011-09-23 Matthias ClasenFix g_rec_mutex_trylock
2011-09-23 Matthias ClasenAdd trivial tests for GMutex and GRecMutex
2011-09-23 Chun-wei Fangmappedfile.c: Define S_IFREG on Win32 when it's not...
2011-09-22 Ryan LortieAdd gthread.h to deprecated headers
2011-09-22 Matthias ClasenSome gthread doc updates
2011-09-22 Matthias ClasenUse adaptive mutexes when available
2011-09-22 Ryan LortieGDateTime test: fix a race
2011-09-22 Ryan Lortiegslice: remove single-threaded case
2011-09-21 Philip Van HoofGMappedFile: Add API to create from an existing file...
2011-09-21 Ryan LortieDeprecate GStatic{,Rec,RW}Mutex
2011-09-21 Ryan LortiePort internal GStaticRecMutex users to GRecMutex
2011-09-21 Ryan LortieAdd a new recursive mutex type, GRecMutex
2011-09-21 Ryan LortieAdd GRWLock
2011-09-21 Ryan Lortiegthread: remove impl init functions
2011-09-21 Ryan Lortiewin32: Add 'shared' support to SRWLock emulation
2011-09-21 Ryan Lortiegthread-win32: trivial condition change
2011-09-21 Ryan Lortiegthread-win32: rename a struct member
2011-09-21 Ryan Lortiegthread.h: remove some bogus decl/comments
2011-09-21 Ryan LortieRevert "Drop an unused variable"
2011-09-21 Matthias ClasenDrop an unused variable
2011-09-21 Matthias ClasenMore header cosmetics
2011-09-21 Matthias Clasentrivial: small header reordering
2011-09-21 Ryan LortieMove some things to deprecated/gthread.h
2011-09-21 Ryan Lortieg_thread_init: take a gpointer as the arg
2011-09-21 Ryan Lortiedisable glib-ctor on win32
2011-09-21 Ryan LortieDeprecate g_thread_create_full()
2011-09-21 Ryan LortieDrop g_thread_fail()
2011-09-21 Ryan Lortieg_system_thread_create: drop unused args
2011-09-21 Ryan LortieRemove the concept of 'bound'
2011-09-21 Matthias ClasenRemove a leftover from errorcheck mutexes
2011-09-21 Ryan LortieRemove g_thread_functions_for_glib_use_old
2011-09-21 Ryan LortieMerge g_thread_functions_for_glib_use
2011-09-21 Ryan Lortiegthread.h: drop the vtable access macros
2011-09-21 Ryan LortieNULL g_system_thread_{exit,equal} in the vtable
2011-09-21 Ryan LortieGSystemThread: port 'self' 'join' and 'create'
2011-09-21 Ryan LortieGThread: deprecate thread priorities
2011-09-21 Matthias ClasenDon't use the thread_exit vfunc
2011-09-21 Matthias ClasenDon't use the thread_equal vfunc anymore
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"
next