summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
...
* fix a compiler warningMatthias Clasen2012-01-091-1/+1
* Realign the hash set example with added apiMatthias Clasen2012-01-091-3/+3
* Fix GHashTable GDB pretty printing (bug #667420)Dan Vrátil2012-01-091-5/+6
* gthread-posix: Remove misleading documentation commentsJasper St. Pierre2012-01-061-15/+0
* gbacktrace: g_get_prgname () isn't called for a NULL argumentJasper St. Pierre2012-01-061-4/+4
* minor fixup to last commitRyan Lortie2012-01-061-1/+1
* GHashTable: new 'add' and 'contains' APIsRyan Lortie2012-01-063-0/+54
* Mention g_test_undefined() when documenting assert_failed, assert_stderrSimon McVittie2012-01-051-0/+12
* glib/*: Use g_slist_free_full() convenience functionJavier Jardón2012-01-052-12/+5
* Clarify g_utf8_strlen docs a bitMatthias Clasen2012-01-041-2/+4
* Add a testcase for an old regex bug.Paolo Borelli2012-01-031-0/+3
* glib/*: Use g_list_free_full()Javier Jardón2012-01-034-52/+14
* gvariant: Never break out of g_variant_iter_loopStef Walter2012-01-021-0/+5
* GBitLock: turn assumptions of g_futex_int_address into a static assertionSimon McVittie2012-01-021-0/+6
* gthread.h: avoid anonymous unionRyan Lortie2012-01-021-1/+1
* Correct some Since tagsMatthias Clasen2011-12-291-2/+2
* Fix to handle '\v' (vertical tab) by g_strescape() and g_strcompress().Ravi Sankar Guntur2011-12-272-9/+16
* Add undefined/no-undefined mode options to GTesterSimon McVittie2011-12-273-1/+44
* various tests: do not provoke SIGTRAP with -m no-undefinedSimon McVittie2011-12-279-103/+189
* Clarify documentation of fast/slow/thorough and quiet/verbose testsSimon McVittie2011-12-271-4/+11
* Don't put documentation in glibconfig.hMatthias Clasen2011-12-271-0/+3
* Remove obsolescent AC_HEADER_STDC macroMatthias Clasen2011-12-271-2/+0
* docs: g_atexit: do not point in a direction for where to find detailsThomas Hindoe Paaboel Andersen2011-12-271-2/+1
* docs: Clarify non-NUL requirement in g_utf8_validate()Benjamin Otte2011-12-241-1/+1
* Bug 666551-Fix a few dangling pointersrodrigorivascosta2011-12-221-0/+5
* glib/tests/private.c: Fix compilation on WindowsChun-wei Fan2011-12-221-1/+2
* winxp threads: fix some condition variable racesRyan Lortie2011-12-191-6/+26
* windows XP threads: fix hilariously obvious raceRyan Lortie2011-12-161-7/+12
* Added API g_queue_free_full().Ravi Sankar Guntur2011-12-164-0/+77
* GBytes: add a size argument to g_bytes_get_dataStef Walter2011-12-156-24/+41
* g_array_free, g_ptr_array_free: decrement refcount if not the last refSimon McVittie2011-12-141-2/+2
* GArray, GPtrArray: factor out the actual freeingSimon McVittie2011-12-141-14/+43
* g_key_file_get_string_list: don't leak the pieces on errorSimon McVittie2011-12-141-0/+1
* two test fixes for ARMRyan Lortie2011-12-141-2/+2
* hash test: avoid leaking various keys and valuesSimon McVittie2011-12-141-7/+75
* GOptionContext test: free all arguments, not just the remaining onesSimon McVittie2011-12-141-88/+265
* various GLib tests: plug memory leaksSimon McVittie2011-12-1423-20/+122
* g_variant_byteswap: don't leak serialised.dataSimon McVittie2011-12-141-1/+1
* g_data_set_internal: avoid use-after-free if datalist is in datasetSimon McVittie2011-12-141-2/+8
* g_strcompress: check that source is non-NULL rather than just crashingSimon McVittie2011-12-141-2/+7
* GKeyFile: free group comments when the group is removedSimon McVittie2011-12-141-0/+6
* g_hmac_get_string: don't allocate and leak an unused bufferSimon McVittie2011-12-141-1/+5
* g_hmac_copy: initialize the refcountSimon McVittie2011-12-141-0/+1
* Add an explicit deprecation note to g_thread_initMatthias Clasen2011-12-141-0/+4
* documentation fixesStef Walter2011-12-1324-126/+161
* Fix since tagMatthias Clasen2011-12-101-1/+1
* GDate: gtk-doc fixupRyan Lortie2011-12-101-7/+11
* unicode: Fix a few issues with G_UNICHAR_MAX_DECOMPOSITION_LENGTHPhilip Withnall2011-12-063-5/+6
* Bug 665685 — Add a #define for the max length of a Unicode decompositionPhilip Withnall2011-12-063-4/+16
* Minor doc fix.Behdad Esfahbod2011-12-061-1/+1