summaryrefslogtreecommitdiff
path: root/tests/mainloop-test.c
Commit message (Expand)AuthorAgeFilesLines
* add -DG_DISABLED_DEPRECATEDManish Singh2002-10-151-6/+4
* Fix a minor memory leak.Owen Taylor2002-10-141-0/+2
* use gsize instead of int where appropriate (64-bit cleanliness fix)Manish Singh2002-09-291-6/+6
* Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout theSebastian Wilhelmi2002-07-041-0/+3
* Recurse with may_block = FALSE, so we don't get into the pathology whereOwen Taylor2001-11-021-3/+8
* make it compile againHans Breuer2001-07-201-0/+1
* Make some changes to the way that GMainContext works:Owen Taylor2001-06-301-1/+1
* Renamed g_thread_create to g_thread_create_full and added macroSebastian Wilhelmi2001-05-181-2/+1
* Moved func and arg members from GRealThread to GThread, such that they canSebastian Wilhelmi2001-05-081-1/+3
* Define _GNU_SOURCE for stpcpyOwen Taylor2001-04-171-9/+28
* Get len using strlen() if arg is negative in the Win32 code, too.Tor Lillqvist2001-01-061-0/+6
* move $enable_debug down below checks for GCC to avoid setting CFLAGSOwen Taylor2001-01-051-2/+2
* Add a bunch of unrefs.Owen Taylor2000-12-071-0/+4
* Major change in API for creating sources to handle multiple main loopsOwen Taylor2000-12-051-0/+396