platform/upstream/glib.git
2011-06-05 Kalev Lemberconfigure.ac: Check for qsort_r function before running...
2011-06-05 Kalev Lemberconfigure.ac: Print qsort_r result only once
2011-06-05 Jorge GonzálezUpdated Spanish translation
2011-06-05 Matthias ClasenUse g_param_spec_ref_sink instead of separate ref,...
2011-06-05 Matthias ClasenGParamSpec: avoid unnecessary double initialization...
2011-06-05 Matthias ClasenNo necessary to init qdata atomically
2011-06-05 David ZeuthenGDBusObject: Remove comment non-existant virtual functions
2011-06-05 Matthias Clasenbump version
2011-06-04 Matthias Clasen2.29.6 2.29.6
2011-06-04 Matthias ClasenFix doc syntax
2011-06-04 Matthias ClasenFix links in gio docs
2011-06-04 Yaron ShahrabaniUpdated Hebrew translation.
2011-06-04 Matthias ClasenFix parameter documentation for many functions
2011-06-04 Matthias ClasenFix doc typos
2011-06-04 Matthias Clasenconfigure.in: Use tar-ustar to avoid name length limita...
2011-06-04 David ZeuthenFix up gdbus invocation in example
2011-06-04 David Zeuthengdbus: Add a way to emit a signal
2011-06-04 David ZeuthenFix typos in "Migrating to GDBus" docs
2011-06-04 Matthias ClasenDistcheck fixes
2011-06-04 Matthias ClasenDistcheck fixes
2011-06-04 Matthias ClasenUpdate NEWS
2011-06-04 Yaron ShahrabaniUpdated Hebrew translation.
2011-06-04 Paolo Bonziniavoid quadratic behavior of GMainLoop when all fd's...
2011-06-04 Matthias ClasenAdd a test for the previous fix
2011-06-04 Matthias ClasenGRand: avoid overflow
2011-06-04 Matthias Claseng_mkdir_with_parents: cope with dirs popping into existence
2011-06-04 Mikhail ZabaluevMade g_utf8_to_ucs4_fast() even faster
2011-06-04 Mikhail ZabaluevAdded performance tests for UTF-8 decoding functions
2011-06-04 Matthew BarnesHave g_queue_remove() return a boolean
2011-06-04 Wim Taymansgthread: avoid locking in _get_mutex_impl
2011-06-04 Alexander LarssonUse g_atomic_pointer_or/and to set datalist flags
2011-06-04 Alexander LarssonMake g_object_get_data use the new faster g_datalist_ge...
2011-06-04 Alexander LarssonMake g_datalist_get_data not look up the quark
2011-06-04 Alexander LarssonMake quark to string lockless
2011-06-04 Alexander LarssonMake g_datalist not use a global lock and perform better
2011-06-04 Matthias ClasenAdd pointer bitlocks to the docs
2011-06-04 Ryan LortieImplement pointer sized bitlocks
2011-06-03 Ryan Lortiebitlock: hand-code assembly version for x86
2011-06-03 Giovanni Campagnagvariant: fix introspection annotations
2011-06-03 David ZeuthenFix include path for gdbus-codegen example XML
2011-06-03 David ZeuthenFix docs for D-Bus introspection data structures
2011-06-03 David ZeuthenMove gdbus-codegen example code and docs into separate...
2011-06-03 Colin Waltersgobject: Use _ prefixing in private headers over G_GNUC...
2011-06-03 Colin Waltersspawn-multithreaded: New test case
2011-06-03 Colin Waltersgmain: Consolidate UNIX signal init state handling
2011-06-03 Colin Waltersgmain: Clean up SIGCHLD handling
2011-06-02 Hanrogkeyfile: Only test file descriptors against -1
2011-06-01 Colin Waltersgdbus: Avoid blocking on worker thread in connection...
2011-05-31 Matthias ClasenExpand content type docs slighly
2011-05-31 Matthias ClasenAdd a note about atomic changes
2011-05-31 Colin WaltersAdd a boxed type for GVariantBuilder, mark GVariantIter...
2011-05-31 Colin Waltersgutils.c: Annotation fixes
2011-05-31 Colin Waltersg_shell_parse_argv: Annotate
2011-05-31 Colin Waltersgfileutils: Annotations for g_file_{get,set}_contents
2011-05-31 Colin WaltersConsistently use G_GNUC_EXTENSION instead of __extension__
2011-05-31 muralisgthreadedresolver: fix hang on g_thread_pool_push(...
2011-05-29 Carles Ferrando[l10n]Updated Catalan (Valencian) translation
2011-05-29 Jorge GonzálezUpdated Spanish translation
2011-05-29 Matthias ClasenDocumentation fixups
2011-05-29 Matthias ClasenClean up includes
2011-05-29 Matthias ClasenReduce excessive whitespace
2011-05-29 Matthias ClasenRemove redundant comments
2011-05-29 Matthias ClasenVolatile not necessary after all
2011-05-29 Matthias ClasenGTree: Declare ref_count as volatile
2011-05-29 Matthias ClasenGAsyncQueue: Make ref_count a volatile gint
2011-05-29 Matthias ClasenGAsyncQueue: Remove excessive atomic operations
2011-05-29 Matthias ClasenGArray: Avoid unncessary atomic accesses to refcounts
2011-05-29 Matthias ClasenGHash: Avoid nonatomic access to the reference count
2011-05-29 Matthias ClasenFix a typo
2011-05-29 Matthias ClasenDocumentation tweaks
2011-05-28 Neil Robertsgsocket: Fix some cases of returning error without...
2011-05-28 Neil Robertsgsocket: Fix the error message for a failed g_socket_sh...
2011-05-28 Antoine JacoutotFix compile warnings on OpenBSD.
2011-05-28 Matthias ClasenRemove unnecessary casts
2011-05-28 Ryan Lortieoptimise bitlocks with new atomic operations
2011-05-28 Ryan LortieFix futex(2) detection and use
2011-05-28 Ryan Lortieglib: Rewrite gatomic.[ch]
2011-05-28 Matthias ClasenQuiet down the build a bit
2011-05-28 Matthias ClasenQuell warnings from g_once_init_enter_impl
2011-05-28 Matthias ClasenTrivial: fix a variable name
2011-05-28 Simon McVittieAdd a regression test for GNOME#642026
2011-05-28 Simon McVittieGStaticPrivate: protect GRealThread.private_data with...
2011-05-28 Simon McVittieRefactor GStaticPrivate accessors to facilitate protect...
2011-05-28 Simon McVittieg_static_private_free: defer non-trivial destruction...
2011-05-28 Simon McVittieGRealThread: remove obsolete comment about gmain.c...
2011-05-28 Daniel MustielesUpdated Spanish translation
2011-05-28 Matthias ClasenAdd macro version for all atomic operations
2011-05-28 Matthias ClasenUse G_STATIC_ASSERT_EXPR for size checks in atomic...
2011-05-28 Ryan LortieAdd a test case for atomic ops
2011-05-28 Ryan LortieAdd G_STATIC_ASSERT_EXPR macro
2011-05-28 Matthias ClasenGThread: expand the docs
2011-05-27 Matthias Clasenglib-compile-schemas: write informational messages...
2011-05-27 Colin Waltersg_variant_new_dict_entry: Fix documentation and annotations
2011-05-27 Matthias Clasenforgotten test
2011-05-27 Giovanni Campagnag_variant_get_child_value: Add a precondition on length
2011-05-27 Giovanni CampagnaGVariant: fix introspection annotations
2011-05-27 Antoine JacoutotAdd glib credentials support to OpenBSD.
2011-05-27 Antoine JacoutotDon't hardcode path to true(1).
2011-05-27 Matthias ClasenPreserve consistency when removing all nodes from a...
2011-05-27 David Schleefmain: Use public function in documentation
next