summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
* gbitlock: Drop @returns syntax from doc commentsMatthias Clasen2011-11-211-2/+4
* GBuffer: Drop @returns syntax from doc commentsMatthias Clasen2011-11-211-4/+8
* Improve test coverageMatthias Clasen2011-11-211-0/+23
* Improve mainloop test coverage slightlyMatthias Clasen2011-11-211-0/+18
* Improve test coverageMatthias Clasen2011-11-211-0/+20
* Fix a case conversion bugMatthias Clasen2011-11-211-1/+1
* Improve test coverageMatthias Clasen2011-11-211-0/+36
* Add a test for g_unichar_isdefinedMatthias Clasen2011-11-211-0/+13
* Document that g_list_sort is a stable sort.Josselin Mouette2011-11-201-1/+2
* GMain: allow NULL context to g_source_attachGiovanni Campagna2011-11-181-1/+1
* GKeyFile: Accept empty filesJürg Billeter2011-11-171-8/+0
* Document exactly what g_time_val_to_iso8601() producesSimon McVittie2011-11-171-2/+20
* Deal gracefully with NULL log domainsMatthias Clasen2011-11-161-1/+1
* win32: Make g_get_monotonic_clock locklessAlexander Larsson2011-11-161-12/+20
* win32: Use timeGetTime as monotonic baseAlexander Larsson2011-11-162-4/+67
* win32: Add a monotonic timerAlexander Larsson2011-11-163-2/+59
* Fix 1bit mutex test on platforms with 32 bit aligned pointersSjoerd Simons2011-11-151-1/+1
* Avoid unused variable warnings in g_ascii_strtodMatthias Clasen2011-11-141-6/+10
* GThread: handle thread names safelyMatthias Clasen2011-11-143-5/+38
* Move remaining docs inlineMatthias Clasen2011-11-143-0/+2271
* Move GDate docs inlineMatthias Clasen2011-11-141-2/+636
* Move i18n docs inlineMatthias Clasen2011-11-141-0/+156
* Move slice and hook docs inlineMatthias Clasen2011-11-142-2/+674
* Fix glib/tests/utils for g_parse_debug_string() changesDan Winship2011-11-141-1/+1
* More consistent doc formattingMatthias Clasen2011-11-129-15/+12
* Cleanups to debug env var handlingMatthias Clasen2011-11-122-33/+21
* Parse G_DEBUG only onceMatthias Clasen2011-11-121-12/+3
* glib-unix.h: Add G_BEGIN/END_DECLSMatthias Clasen2011-11-121-1/+5
* gstrfuncs.c: Fix variable declarationChun-wei Fan2011-11-121-10/+11
* Need to include xlocale.h on Darwin for strtod_lKristian Rietveld2011-11-091-0/+5
* docs: Improve g_variant_loop() docsBenjamin Otte2011-11-071-2/+2
* docs: Tell which function to use to avoid errors.Benjamin Otte2011-11-071-1/+2
* win32: Remove some debug spew on startupAlexander Larsson2011-11-031-7/+2
* Make the default log handler more usefulMatthias Clasen2011-11-032-1/+59
* Move old deprecated gmain api into deprecated/Matthias Clasen2011-11-034-100/+140
* Remove single-include guards in deprecated/Matthias Clasen2011-11-034-4/+4
* Don't use G_DISABLE_DEPRECATED guards around deprecated functionsMatthias Clasen2011-11-0315-41/+8
* Revert "gthread: G_STATIC_MUTEX_INIT: Fix this for the non-win32 case."Ryan Lortie2011-10-261-8/+0
* gthread: G_STATIC_MUTEX_INIT: Fix this for the non-win32 case.Murray Cumming2011-10-261-0/+8
* g_parse_debug_string: invert flags given besides "all"Will Thompson2011-10-241-12/+29
* Fix g_hash_table_iter_replaceMatthias Clasen2011-10-242-5/+59
* Make g_ascii_strtod behave as documentedMatthias Clasen2011-10-211-3/+5
* Deprecate g_atexitMatthias Clasen2011-10-192-1/+6
* The usual docs unbreaking...Ryan Lortie2011-10-192-2/+10
* Fix bug in g_static_rec_mutex_unlock_full()Ryan Lortie2011-10-181-2/+5
* gatomic: introduce G_ATOMIC_LOCK_FREERyan Lortie2011-10-183-23/+31
* gatomic: cast to the correct pointer signRyan Lortie2011-10-181-3/+3
* Actually Don't define GLIB_COMPILATION in libgthreadAlexander Larsson2011-10-181-2/+7
* Don't define GLIB_COMPILATION in libgthreadAlexander Larsson2011-10-181-7/+2
* Fix an include guard mismatchMatthias Clasen2011-10-171-1/+1