applied patch from Andreas Persenius <ndap@swipnet.se> that updates the
[platform/upstream/glib.git] / gmain.c
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-05-19 Tim Janikfixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK...
2000-04-17 Sebastian WilhelmiAdd configure test for garbage collector friendliness...
2000-03-20 Sebastian WilhelmiWarn in case of an error during the call to poll(2...
2000-03-01 Tim Janikminor optimization.
2000-01-26 Tim Janiks/current_time/dispatch_time/ for the dispatch() handle...
1999-10-04 Manish SinghG_OS_FOO #defines. I *think* I got the cygwin and beos...
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-05-08 CDT 1999 Shawn T... Port to BeOS by myself and Richard Offer.
1999-04-24 Tor Lillqvist Support added for building using a GNU toolchain on...
1999-03-14 Raja R HarinathRemove widechar tests and defines. (fd_set): Change...
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-10 Sebastian Wilhelmis/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added...
1999-02-02 Owen TaylorRelease the main_loop lock around calls to prepare...
1999-01-17 Tim Janikadded a define G_HOOK_DEFERRED_DESTROY, to substitute...
1999-01-17 Tim Janikreentrancy fixups
1999-01-17 Tim Janikincremented version number to 1.1.13, bin age 0, interf...
1999-01-16 Tor LillqvistMerge in current Win32 version. Almost no Unix code...
1999-01-07 Owen TaylorCall the source-specific free function when the hook...
1999-01-04 Tim Janikeliminated extraneous "register" qualifiers in variable...
1999-01-02 Tim Janikavoid unneccessary extra hook referencing (the explicit...
1998-12-23 George Lebldon't cast to timeval since timeval is for some reason...
1998-12-21 Tim Janikthere was a reference count race for hooks during invoc...
1998-12-21 Tim Janikdefault initialize source_timeout with -1 so we have...
1998-12-19 Owen TaylorAdd #defines defining scale of priorities.
1998-12-19 Owen TaylorAllocate space for pollfd's _after_ adding poll wake...
1998-12-19 Tim Janikfixed up sys/poll.h and sys/types.h inclusions.
1998-12-18 Owen Taylor Dec 18 12:51:39 1998 Owen Taylor <otaylor@redhat...
1998-12-18 Tim Janiknew function to check whether a main loop has been...
1998-12-17 CST 1998 Shawn T... giounix.c: s/g_main_poll_add/g_main_remove_add/g
1998-12-17 Tim Janikif !G_THREADS_ENABLED, eat the trailing semicolon with...
1998-12-16 Sebastian WilhelmiUpdated to reflect the existence of gthread.
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age 0.
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-12-08 Manish Singhfixes to #undef HAVE_POLL case
1998-12-02 Owen TaylorMerge main loop into head. This probably breaks Win32...