gobject/gclosure.c: Made up for missed pointer deref
[platform/upstream/glib.git] / glib /
2011-10-06 Chun-wei Fangthread-deprecated.c: Include gutils.h
2011-10-06 Matthias ClasenUpdate threads docs for the demise of g_thread_init()
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 Dan WinshipFix up some doc comments that referred to threads not...
2011-10-05 Matthias ClasenRemove cruft from g_strerror and g_strsignal
2011-10-05 Matthias ClasenMisc test coverage improvements
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-04 Ryan LortieGVariant: add a clarification to the docs
2011-10-04 Ryan Lortiegtimer: remove warnings about threads
2011-10-04 Ryan Lortieend the glib-ctor experiment
2011-10-04 Ryan LortieTest that g_slice_set_config() works
2011-10-04 Ryan Lortiegslice: stop using ctors
2011-10-04 Ryan Lortiewin32: stop leaking GPrivate data
2011-10-04 Ryan LortieAdd GPrivate destroy notify testcase
2011-10-04 Ryan Lortiewin32 fixes from g_thread_init() deprecation
2011-10-04 Ryan Lortiegitignore
2011-10-04 Ryan LortieDeprecate g_thread_init()
2011-10-04 Ryan LortieClean up process of calling g_debug_init()
2011-10-04 Ryan LortieMake G_ASSERT_STATIC work with clang
2011-10-04 Ryan LortieGMain, ThreadPool: embed GCond in struct
2011-10-04 Chun-wei Fangstringchunk.c: Include gutils.h
2011-10-04 Ryan Lortiemacro wrappers for g_once_init_enter/leave
2011-10-04 Ryan Lortierec-mutex testcase: add a performance test
2011-10-04 Simon McVittieIn the GVariant intro, mention lack of built-in endiann...
2011-10-04 Simon McVittieg_variant_get_data: mention what you need to know to...
2011-10-04 Simon McVittieg_variant_new_from_data: mention that the caller might...
2011-10-04 Simon McVittieFix a typo in describing GVariant serialisation functions
2011-10-04 Simon McVittieEscape percent sign in g_variant_new_parsed documentation
2011-10-04 Simon McVittieg_variant_get_fixed_array: document which types are...
2011-10-04 Simon McVittieGVariant docs: be clear that the serialisation format...
2011-10-04 Simon McVittieBe clear that g_str_hash etc. don't accept NULL
2011-10-04 Simon McVittieBe completely clear about what g_direct_hash, g_direct_...
2011-10-04 Simon McVittieGHashTable: be more clear what g_int_hash wants
2011-10-04 Chun-wei FanUpdate glibconfig.h.win32(.in)
2011-10-04 Matthias ClasenImprove test coverage in the thread tests
2011-10-04 Matthias ClasenImprove test coverage in the GString tests
2011-10-04 Matthias ClasenImprove testcoverage in the rec-mutex test
2011-10-04 Matthias ClasenAdd a few more tests
2011-10-04 Matthias ClasenRemove bits of dead code identified by coverage tests
2011-10-04 Matthias ClasenAdd some more thread tests
2011-10-04 Ryan LortieGAsyncQueue: properly set free function
2011-10-03 Matthias ClasenCosmetics
2011-10-03 Matthias ClasenDocumentation fixes
2011-10-03 Matthias ClasenFix doc build
2011-10-03 Ryan Lortielocks: Add initialisation notes
2011-10-03 Ryan Lortielocks: change the ABI just a bit
2011-10-03 Ryan Lortielocks: drop _INIT macros
2011-10-03 Ryan LortieRe-enable 'include' testcase
2011-10-03 Ryan LortieGThread posix: switch to Windows ABI
2011-10-03 Matthias ClasenDeprecate GStaticPrivate and g_thread_foreach
2011-10-03 Matthias ClasenDon't put threads created with g_thread_new() on the...
2011-10-03 Matthias ClasenMake thread names useful in a debugger
2011-10-03 Matthias ClasenAdd new thread creation API
2011-10-03 Matthias ClasenReplace static privates by privates
2011-10-03 Ryan Lortiewin32: fix GPrivate fallout
2011-10-03 Ryan Lortielocks: rename a bunch of parameters
2011-10-03 Ryan LortieStop dithering over GPrivate
2011-10-02 Matthias ClasenAdd a few comments
2011-10-02 Matthias ClasenAdd another GCond test
2011-10-02 Matthias ClasenRework the way GStaticPrivate data is freed
2011-10-02 Matthias ClasenWhitespace fixes
2011-10-02 Matthias ClasenClean up includes
2011-10-02 Matthias ClasenAdd tests for GPrivate and GStaticPrivate
2011-10-02 Ryan Lortiemutex testcase: add a performance test
2011-10-02 Matthias ClasenMove all hash functions to ghash.c
2011-10-02 Matthias ClasenGHash: Cosmetic changes
2011-10-02 Matthias ClasenOne forgotten moved doc
2011-10-02 Matthias ClasenMove GStringChunk into its own files
2011-10-02 Matthias ClasenMove GString docs inline
2011-10-02 Matthias ClasenGString: cosmetic cleanups
2011-10-02 Matthias ClasenMove file utility docs inline
2011-10-02 Matthias ClasenMove string utility docs inline
2011-10-02 Matthias ClasenMove test docs inline
2011-10-02 Matthias ClasenMove keyfile docs inline
2011-10-02 Matthias ClasenGAsyncQueue: simplify an internal function
2011-10-02 Matthias ClasenGAsyncQueue: internal cleanup
2011-10-02 Matthias ClasenGAsyncQueue: embed the GCond
2011-10-02 Matthias ClasenGAsyncQueue: Cosmetic fixes
2011-10-02 Matthias ClasenGAsyncQueue: Move private API to a private header
2011-10-02 Matthias ClasenGThreadPool: cosmetic cleanups
2011-10-02 Matthias ClasenGThread: cosmetic fix
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
next