summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* docs: Fix g_async_queue_timeout_pop_unlocked typoDavid King2012-02-211-1/+1
* docs: Add some missing G_TOKEN_* descriptionsDavid King2012-02-211-0/+5
* docs: Fix g_key_file_load_from_file error parameterDavid King2012-02-211-1/+1
* Don't rely on /bin/shMatthias Clasen2012-02-211-2/+2
* gbytes: Add G_BEGIN/END_DECL guardsChristian Persch2012-02-151-0/+4
* Plug a mem leak in g_environ_unsetenvChristian Persch2012-02-151-24/+39
* Add G_GNUC_BEGIN/END_IGNORE_DEPRECATIONSDan Winship2012-02-152-0/+44
* GKeyFile: fix annotation of g_key_file_load_from_dataGiovanni Campagna2012-02-141-2/+2
* gasyncqueue: deprecate GTimeVal-based methods, add relative-delay onesDan Winship2012-02-134-27/+111
* Fix a parameter name mismatchMatthias Clasen2012-02-101-1/+1
* Fix g_hash_table_foreach crash with NULL hash tableChristophe Fergeau2012-02-101-2/+10
* gthread-win32: update for g_get_monotonic_time() changesDan Winship2012-02-091-9/+1
* glib/tests: mainloop - fix a mem leak.Ravi Sankar Guntur2012-02-081-1/+22
* glib/tests: fix memory leakRavi Sankar Guntur2012-02-082-0/+2
* glib/tests/option-context: remove unused testsDan Winship2012-02-081-68/+0
* gtimezone: consider a leading : in TZ environment variableGiovanni Campagna2012-02-061-1/+11
* Revert "Plug a mem leak in g_environ_unsetenv"Christian Persch2012-02-051-3/+0
* Plug a mem leak in g_environ_unsetenvChristian Persch2012-02-051-0/+3
* fix memory leak in g_bookmark_file_parse()Ravi Sankar Guntur2012-02-041-28/+20
* Add a test to show that GMarkup properly handles > in contentMatthias Clasen2012-01-312-0/+4
* Dist gconstructor.hMatthias Clasen2012-01-301-0/+1
* Move constructor macros to an internal header and into generated codeAlexander Larsson2012-01-302-93/+91
* goption: implement platform_get_argv0() for OpenBSDAntoine Jacoutot2012-01-302-3/+32
* comments/docs: Fix couple of typosRavi Sankar Guntur2012-01-2811-13/+13
* GKeyFile: allow loading from empty stringsRyan Lortie2012-01-262-4/+28
* gmain: fix a bunch of comment typos in g_get_monotonic_time()Dan Winship2012-01-261-20/+17
* keyfile tests: Fix windows build using portable g_setenvAndoni Morales Alastruey2012-01-261-1/+1
* Use G_SOURCE_CONTINUE/REMOVE internallyMatthias Clasen2012-01-256-8/+10
* GHash: add note about randomness in hashingRyan Lortie2012-01-251-0/+5
* GKeyFile: make list separators effective againMatthias Clasen2012-01-251-1/+7
* Fix the new testMatthias Clasen2012-01-251-2/+3
* Add a test for g_key_file_set_list_separatorMatthias Clasen2012-01-251-2/+26
* GArray: initialize the clear_func pointerGuillaume Desmottes2012-01-251-0/+1
* Macro to insert a new GNode "after" the given sibling.Ravi Sankar Guntur2012-01-242-2/+16
* array: Add a clear functionEmmanuele Bassi2012-01-244-10/+102
* GHashTable: Add a note about hash collisionsMatthias Clasen2012-01-241-5/+13
* keyfile tests: Add testcase for bug #634232Ryan Lortie2012-01-241-0/+15
* GKeyFile: remove approximate_size optimisationRyan Lortie2012-01-241-33/+7
* g_date_time_format: fix output in non-UTF-8 localesDan Winship2012-01-202-237/+400
* g_base64_encode_step: clarify break_lines behavior a bitDan Winship2012-01-181-0/+3
* Fix broken build with -WundefinedKjartan Maraas2012-01-171-1/+1
* Protect call to pthread_condattr_setclock with define.Patrick Welche2012-01-152-2/+2
* g_error_new_valist, g_error_copy: warn if domain is 0 or message is NULLSimon McVittie2012-01-151-0/+11
* GError: small documentation additionMatthias Clasen2012-01-151-1/+5
* Beef up Libs.private in glib-2.0.pcMatthias Clasen2012-01-151-1/+1
* gmain: fix adding a child source to an already-attached sourceDan Winship2012-01-151-1/+1
* array: return_if_fail() if element size is 0Benjamin Otte2012-01-141-2/+8
* Add macros to handle constructor functions on the compilers that support itAlexander Larsson2012-01-131-0/+93
* Bug 666700 — Add some missing (allow-none) annotationsPhilip Withnall2012-01-111-4/+4
* Use g_queue_free_full() convenience function.Ravi Sankar Guntur2012-01-091-11/+11