GConvert: improve test coverage
[platform/upstream/glib.git] / glib /
2011-06-06 Matthias ClasenGConvert: improve test coverage
2011-06-06 Matthias ClasenImprove GChecksum test coverage
2011-06-06 Matthias ClasenGMappedFile: remove nonatomic accesses to ref_count
2011-06-06 Matthias ClasenImprove test coverage of gtimezone.c
2011-06-06 Matthias ClasenImprove test coverage of GVariant
2011-06-06 Matthias ClasenImprove test coverage of glist.c
2011-06-06 Matthias ClasenImprove test coverage of glib-unix.c
2011-06-06 Matthias ClasenImprove test coverage of gurifuncs.c
2011-06-06 Matthias ClasenImprove test coverage
2011-06-06 Matthias ClasenNo need to have two variants of errno-to-GError
2011-06-04 Matthias ClasenFix parameter documentation for many functions
2011-06-04 Matthias ClasenFix doc typos
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_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 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 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-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-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 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 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 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 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 Matthias ClasenPreserve consistency when removing all nodes from a...
2011-05-27 David Schleefmain: Use public function in documentation
2011-05-23 Matthias ClasenCosmetic changes
2011-05-23 Matthias ClasenCosmetics
2011-05-23 Matthias ClasenSimply symbols files
2011-05-22 Matthias ClasenImprove atomic ops implementation
2011-05-22 Matthias ClasenTrivial: fix a typo
2011-05-21 Matthias ClasenRevert "g_key_file_has_key_full: Clarify the docs"
2011-05-21 Matthias Claseng_key_file_has_key_full: Clarify the docs
2011-05-20 Matthias ClasenEnforce rules about modifying hash tables in callbacks
2011-05-20 Matthias ClasenBe more careful when calling destroy notifies
2011-05-18 Jasper Lievisse... gatomic: #include gthread.h to fix compilation on nonop...
2011-05-18 Colin Waltersg_key_file_has_key_full: New function to fix g_key_file...
2011-05-17 John Lindgrenkeyfile: fill parse buffer in line sized chunks
2011-05-17 John Lindgrenkeyfile: avoid needless allocations on file load
2011-05-16 Matthias ClasenRename a problematic test binary
2011-05-15 Philip Withnalldocs: Improve punctuation in some of the GArray method...
2011-05-15 Benjamin Ottedocs: Add the cute trick comment to all sort functions
2011-05-15 Benjamin Ottedocs: Add a cute trick for achieving a stable sort
2011-05-11 Giovanni Campagnagbase64: fix introspection annotations
2011-05-11 Colin Waltersgdatetime: Quiet GCC warning about possibly-uninitialized
2011-05-06 Matthias ClasenDocumentation additions
2011-05-05 Matthias ClasenAdd tests for new GDateTime functionality
2011-05-05 Matthias ClasenExpand the g_date_time_format documentation
2011-05-05 Matthias ClasenGDateTime: enhance g_date_time_format()
2011-05-05 Chun-wei FanGLib MSVC Support updates (autotools)
2011-05-04 Ryan LortieGVariant: Better handling of invalid UTF-8
2011-05-04 Colin WaltersRename g_unix_pipe_flags to g_unix_open_pipe
2011-05-03 Matthias ClasenRemove extraneous decorations
2011-05-03 Colin Waltersglib-unix.c: Don't leak FDs if pipe2() succeeds
2011-05-03 Colin WaltersUse g types in public API for consistency
2011-05-03 Colin Waltersg_unix_set_fd_nonblocking: New API to control file...
2011-05-03 Colin Waltersglib-unix.h: Unconditionally include unistd.h
next