| Commit message (Expand) | Author | Age | Files | Lines |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-14 | 1 | -1/+4 |
* | glib/gasyncqueue.c glib/ghook.c g_return_if_fail -> g_return_val_if_fail | Manish Singh | 2004-11-08 | 1 | -3/+3 |
* | Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(), | Matthias Clasen | 2004-11-08 | 1 | -1/+3 |
* | Implement the same PLT reduction technique used in GTK+: | Matthias Clasen | 2004-09-16 | 1 | -0/+1 |
* | Patch from Sven Neumann to make the include order consistent. (#71704) | Owen Taylor | 2002-12-04 | 1 | -1/+3 |
* | added padding. | Tim Janik | 2002-03-03 | 1 | -0/+2 |
* | Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane. | Owen Taylor | 2001-06-23 | 1 | -1/+6 |
* | made hook ids a gulong. | Tim Janik | 2001-04-29 | 1 | -2/+2 |
* | destruction cleanup. there's one ->finalize_hook member in the hooklist | Tim Janik | 2001-03-08 | 1 | -21/+23 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Sun Mar 14 17:50:35 1999 Tim Janik <timj@gtk.org> | Sebastian Wilhelmi | 1999-03-17 | 1 | -7/+14 |
* | inserted additional note to look for ChangeLog and AUTHORS file for a log | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+7 |
* | added a define G_HOOK_DEFERRED_DESTROY, to substitute a noop | Tim Janik | 1999-01-17 | 1 | -1/+6 |
* | fix yet another small glitch | Tim Janik | 1999-01-17 | 1 | -1/+4 |
* | reentrancy fixups | Tim Janik | 1999-01-17 | 1 | -11/+2 |
* | incremented version number to 1.1.13, bin age 0, interface age 0. | Tim Janik | 1999-01-17 | 1 | -1/+7 |
* | avoid unneccessary extra hook referencing (the explicit hook referencing | Tim Janik | 1999-01-02 | 1 | -26/+4 |
* | fixed buglet that could cause bogus warnings. | Tim Janik | 1998-12-22 | 1 | -1/+1 |
* | there was a reference count race for hooks during invocation loops. since | Tim Janik | 1998-12-21 | 1 | -9/+21 |
* | This commit merges the glib-threads branch into the main | Owen Taylor | 1998-12-15 | 1 | -0/+5 |
* | added g_hook_list_marshal_check() to eventually destroy hooks after they | Tim Janik | 1998-11-30 | 1 | -0/+36 |
* | glib.h endian macros defined using the glibconfig.h mechanism now | Manish Singh | 1998-11-02 | 1 | -2/+2 |
* | removed old G_ENUM(), G_FLAGS(), G_NV() and G_SV() macros. added macros | Tim Janik | 1998-10-31 | 1 | -1/+5 |
* | removed the #pragma } statement after extern "C" {. use (c-set-offset | Tim Janik | 1998-10-07 | 1 | -84/+82 |
* | properly handle the first valid hook to call, it maybe IN_CALL already. | Tim Janik | 1998-10-02 | 1 | -25/+40 |
* | added ghook.c. | Tim Janik | 1998-09-30 | 1 | -0/+566 |