Fix distclean
[platform/upstream/glib.git] / glib /
2012-01-30 Matthias ClasenDist gconstructor.h
2012-01-30 Alexander LarssonMove constructor macros to an internal header and into...
2012-01-30 Antoine Jacoutotgoption: implement platform_get_argv0() for OpenBSD
2012-01-28 Ravi Sankar Gunturcomments/docs: Fix couple of typos
2012-01-26 Ryan LortieGKeyFile: allow loading from empty strings
2012-01-26 Dan Winshipgmain: fix a bunch of comment typos in g_get_monotonic_...
2012-01-26 Andoni Morales Ala... keyfile tests: Fix windows build using portable g_setenv
2012-01-25 Matthias ClasenUse G_SOURCE_CONTINUE/REMOVE internally
2012-01-25 Ryan LortieGHash: add note about randomness in hashing
2012-01-25 Matthias ClasenGKeyFile: make list separators effective again
2012-01-25 Matthias ClasenFix the new test
2012-01-25 Matthias ClasenAdd a test for g_key_file_set_list_separator
2012-01-25 Guillaume DesmottesGArray: initialize the clear_func pointer
2012-01-25 Ravi Sankar GunturMacro to insert a new GNode "after" the given sibling.
2012-01-25 Emmanuele Bassiarray: Add a clear function
2012-01-25 Matthias ClasenGHashTable: Add a note about hash collisions
2012-01-24 Ryan Lortiekeyfile tests: Add testcase for bug #634232
2012-01-24 Ryan LortieGKeyFile: remove approximate_size optimisation
2012-01-21 Dan Winshipg_date_time_format: fix output in non-UTF-8 locales
2012-01-18 Dan Winshipg_base64_encode_step: clarify break_lines behavior...
2012-01-17 Kjartan MaraasFix broken build with -Wundefined
2012-01-16 Patrick WelcheProtect call to pthread_condattr_setclock with define.
2012-01-16 Simon McVittieg_error_new_valist, g_error_copy: warn if domain is...
2012-01-16 Matthias ClasenGError: small documentation addition
2012-01-16 Matthias ClasenBeef up Libs.private in glib-2.0.pc
2012-01-15 Dan Winshipgmain: fix adding a child source to an already-attached...
2012-01-14 Benjamin Ottearray: return_if_fail() if element size is 0
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-13 Alexander LarssonAdd macros to handle constructor functions on the compi...
2012-01-11 Philip WithnallBug 666700 — Add some missing (allow-none) annotations
2012-01-10 Ravi Sankar GunturUse g_queue_free_full() convenience function.
2012-01-09 Matthias Clasenfix a compiler warning
2012-01-09 Matthias ClasenRealign the hash set example with added api
2012-01-09 Dan VrátilFix GHashTable GDB pretty printing (bug #667420)
2012-01-06 Jasper St. Pierregthread-posix: Remove misleading documentation comments
2012-01-06 Jasper St. Pierregbacktrace: g_get_prgname () isn't called for a NULL...
2012-01-06 Ryan Lortieminor fixup to last commit
2012-01-06 Ryan LortieGHashTable: new 'add' and 'contains' APIs
2012-01-05 Simon McVittieMention g_test_undefined() when documenting assert_fail...
2012-01-05 Javier Jardónglib/*: Use g_slist_free_full() convenience function
2012-01-04 Matthias ClasenClarify g_utf8_strlen docs a bit
2012-01-03 Paolo BorelliAdd a testcase for an old regex bug.
2012-01-03 Javier Jardónglib/*: Use g_list_free_full()
2012-01-02 Stef Waltergvariant: Never break out of g_variant_iter_loop
2012-01-02 Simon McVittieGBitLock: turn assumptions of g_futex_int_address into...
2012-01-02 Ryan Lortiegthread.h: avoid anonymous union
2011-12-29 Matthias ClasenCorrect some Since tags
2011-12-28 Ravi Sankar GunturFix to handle '\v' (vertical tab) by g_strescape()...
2011-12-27 Simon McVittieAdd undefined/no-undefined mode options to GTester
2011-12-27 Simon McVittievarious tests: do not provoke SIGTRAP with -m no-undefined
2011-12-27 Simon McVittieClarify documentation of fast/slow/thorough and quiet...
2011-12-27 Matthias ClasenDon't put documentation in glibconfig.h
2011-12-27 Matthias ClasenRemove obsolescent AC_HEADER_STDC macro
2011-12-27 Thomas Hindoe Paab... docs: g_atexit: do not point in a direction for where...
2011-12-24 Benjamin Ottedocs: Clarify non-NUL requirement in g_utf8_validate()
2011-12-22 rodrigorivascostaBug 666551-Fix a few dangling pointers
2011-12-22 Chun-wei Fanglib/tests/private.c: Fix compilation on Windows
2011-12-19 Ryan Lortiewinxp threads: fix some condition variable races
2011-12-16 Ryan Lortiewindows XP threads: fix hilariously obvious race
2011-12-16 Ravi Sankar GunturAdded API g_queue_free_full().
2011-12-15 Stef WalterGBytes: add a size argument to g_bytes_get_data
2011-12-14 Simon McVittieg_array_free, g_ptr_array_free: decrement refcount...
2011-12-14 Simon McVittieGArray, GPtrArray: factor out the actual freeing
2011-12-14 Simon McVittieg_key_file_get_string_list: don't leak the pieces on...
2011-12-14 Ryan Lortietwo test fixes for ARM
2011-12-14 Simon McVittiehash test: avoid leaking various keys and values
2011-12-14 Simon McVittieGOptionContext test: free all arguments, not just the...
2011-12-14 Simon McVittievarious GLib tests: plug memory leaks
2011-12-14 Simon McVittieg_variant_byteswap: don't leak serialised.data
2011-12-14 Simon McVittieg_data_set_internal: avoid use-after-free if datalist...
2011-12-14 Simon McVittieg_strcompress: check that source is non-NULL rather...
2011-12-14 Simon McVittieGKeyFile: free group comments when the group is removed
2011-12-14 Simon McVittieg_hmac_get_string: don't allocate and leak an unused...
2011-12-14 Simon McVittieg_hmac_copy: initialize the refcount
2011-12-14 Matthias ClasenAdd an explicit deprecation note to g_thread_init
2011-12-14 Stef Walterdocumentation fixes
2011-12-11 Matthias ClasenFix since tag
2011-12-10 Ryan LortieGDate: gtk-doc fixup
2011-12-06 Philip Withnallunicode: Fix a few issues with G_UNICHAR_MAX_DECOMPOSIT...
2011-12-06 Philip WithnallBug 665685 — Add a #define for the max length of a...
2011-12-06 Behdad EsfahbodMinor doc fix.
2011-12-06 Behdad EsfahbodMinor
2011-12-02 Philip WithnallGVariant: add preconditions to ref. counting functions
2011-11-30 Matthias ClasenDon't abort if g_ascii_strtod tests fail
2011-11-30 Geek87Remove two useless lines of code
2011-11-30 Geek87Fix a little comment error in the _GTreeNode struct
2011-11-27 Carlos Garcia Camposgtester: Add command line option to skip tests
2011-11-24 Stef WalterGBytes: A new type for an immutable set of bytes.
2011-11-23 Matthias ClasenAdd some more mainloop tests
2011-11-23 Matthias ClasenRemove unnecessary includes
2011-11-23 Matthias ClasenAdd back required _XOPEN_SOURCE define
2011-11-21 Ryan LortieMissed a couple of @returns
2011-11-21 Ryan LortieGVariant: drop use of @returns
2011-11-21 Matthias Clasengbitlock: Drop @returns syntax from doc comments
2011-11-21 Matthias ClasenGBuffer: Drop @returns syntax from doc comments
2011-11-21 Matthias ClasenImprove test coverage
2011-11-21 Matthias ClasenImprove mainloop test coverage slightly
2011-11-21 Matthias ClasenImprove test coverage
2011-11-21 Matthias ClasenFix a case conversion bug
2011-11-21 Matthias ClasenImprove test coverage
next