summaryrefslogtreecommitdiff
path: root/glib
Commit message (Expand)AuthorAgeFilesLines
...
* MinorBehdad Esfahbod2011-12-061-1/+1
* GVariant: add preconditions to ref. counting functionsPhilip Withnall2011-12-021-0/+10
* Don't abort if g_ascii_strtod tests failMatthias Clasen2011-11-291-23/+2
* Remove two useless lines of codeGeek872011-11-291-2/+0
* Fix a little comment error in the _GTreeNode structGeek872011-11-291-1/+1
* gtester: Add command line option to skip testsCarlos Garcia Campos2011-11-272-0/+35
* GBytes: A new type for an immutable set of bytes.Stef Walter2011-11-2419-369/+1068
* Add some more mainloop testsMatthias Clasen2011-11-221-0/+178
* Remove unnecessary includesMatthias Clasen2011-11-221-3/+0
* Add back required _XOPEN_SOURCE defineMatthias Clasen2011-11-221-0/+1
* Missed a couple of @returnsRyan Lortie2011-11-211-3/+6
* GVariant: drop use of @returnsRyan Lortie2011-11-215-129/+249
* 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