summaryrefslogtreecommitdiff
path: root/tests/mainloop-test.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-26[mainloop-test] Fix compilation errorsColin Walters1-2/+2
2010-05-25GSource: add g_source_set_name, g_source_get_name, g_source_set_name_by_idHavoc Pennington1-1/+5
2007-11-07Not needed, just use -DPCRE_STATIC.Tor Lillqvist1-0/+1
2005-07-14Make the tests silent on success.Matthias Clasen1-0/+2
2002-10-15add -DG_DISABLED_DEPRECATEDManish Singh1-6/+4
2002-10-14Fix a minor memory leak.Owen Taylor1-0/+2
2002-09-29use gsize instead of int where appropriate (64-bit cleanliness fix)Manish Singh1-6/+6
2002-07-04Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout theSebastian Wilhelmi1-0/+3
2001-11-02Recurse with may_block = FALSE, so we don't get into the pathology whereOwen Taylor1-3/+8
2001-07-20make it compile againHans Breuer1-0/+1
2001-06-30Make some changes to the way that GMainContext works:Owen Taylor1-1/+1
2001-05-18Renamed g_thread_create to g_thread_create_full and added macroSebastian Wilhelmi1-2/+1
2001-05-08Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi1-1/+3
2001-04-17Define _GNU_SOURCE for stpcpyOwen Taylor1-9/+28
2001-01-06Get len using strlen() if arg is negative in the Win32 code, too.Tor Lillqvist1-0/+6
2001-01-05move $enable_debug down below checks for GCC to avoid setting CFLAGSOwen Taylor1-2/+2
2000-12-07Add a bunch of unrefs.Owen Taylor1-0/+4
2000-12-05Major change in API for creating sources to handle multiple main loopsOwen Taylor1-0/+396