Age | Commit message (Expand) | Author | Files | Lines |
2005-08-02 | 2.7.5GLIB_2_7_5 | Matthias Clasen | 1 | -0/+4 |
2005-08-01 | turned all modifications to the first 32 integer bits in a closure into | Tim Janik | 5 | -58/+127 |
2005-07-31 | use g_datalist_set_flags() and g_datalist_unset_flags() to allow proper | Tim Janik | 2 | -2/+7 |
2005-07-30 | reverted notify_mutex introduction, since this prevents parallelized | Tim Janik | 5 | -383/+184 |
2005-07-22 | 2.7.4GLIB_2_7_4 | Matthias Clasen | 1 | -0/+4 |
2005-07-15 | 2.7.3GLIB_2_7_3 | Matthias Clasen | 1 | -0/+4 |
2005-07-15 | Make refcounting threadsafe by using atomic operations. (#166020, Wim | Matthias Clasen | 5 | -241/+457 |
2005-07-11 | Remove G_GNUC_NULL_TERMINATED from g_object_new again, since that makes | Matthias Clasen | 3 | -3/+10 |
2005-07-09 | Typo. | Tor Lillqvist | 1 | -1/+1 |
2005-07-08 | Don't use autoconf variables for the resource object files on Win32 any | Tor Lillqvist | 3 | -7/+24 |
2005-07-08 | 2.7.2GLIB_2_7_2 | Matthias Clasen | 1 | -0/+4 |
2005-06-30 | 2.7.1GLIB_2_7_1 | Matthias Clasen | 1 | -0/+4 |
2005-06-26 | libtool installs/uninstalls the import library, no need to do it | Tor Lillqvist | 2 | -8/+13 |
2005-06-24 | glib/Makefile.am gmodule/Makefile.am Current GNU tools do understand the | Tor Lillqvist | 2 | -9/+5 |
2005-06-20 | Avoid a warning. (#308295, Murray Cumming). | Matthias Clasen | 2 | -3/+8 |
2005-06-13 | Re-add G_PARAM_PRIVATE as a deprecated name for bit 5, since some language | Matthias Clasen | 2 | -1/+10 |
2005-06-10 | 2.7.0GLIB_2_7_0 | Matthias Clasen | 2 | -1/+6 |
2005-05-20 | dup the new value before freeing the old, just in case. (#172142, Morten | Matthias Clasen | 2 | -2/+13 |
2005-05-13 | Mention 64bit integer types. | Matthias Clasen | 2 | -0/+10 |
2005-05-05 | Add g_object_add/remove_toggle_ref() functions to get notification when a | Owen Taylor | 4 | -5/+138 |
2005-04-29 | Add a boxed type for GDate. (#301787, Tim-Philipp Müller) | Matthias Clasen | 4 | -0/+30 |
2005-03-26 | Don't do the second lookup if the name was already canonical. (#171502, | Matthias Clasen | 2 | -1/+7 |
2005-03-22 | cast away any constness on assignment. | Manish Singh | 2 | -5/+10 |
2005-03-22 | forgotten log entry | Matthias Clasen | 1 | -0/+5 |
2005-03-22 | Avoid forcing extra newlines when using template files. (#171005) | Matthias Clasen | 1 | -0/+7 |
2005-03-21 | Don't copy strings which are marked as static. Don't allow non-canonical | Matthias Clasen | 3 | -8/+59 |
2005-03-18 | handle galiasdef.c (although completely useless for msvc build) | Hans Breuer | 2 | -1/+9 |
2005-03-17 | Shut up CVS | Manish Singh | 1 | -0/+1 |
2005-03-14 | Make work again. | Matthias Clasen | 21 | -128/+317 |
2005-03-08 | Add the new attributes here too. | Matthias Clasen | 2 | -5/+7 |
2005-03-08 | Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner) | Matthias Clasen | 2 | -5/+8 |
2005-03-08 | Small cleanup (use G_BEGIN/END_DECLS). (#168474, Fabricio Barros Cabral) | Matthias Clasen | 2 | -7/+7 |
2005-02-24 | Don't distribute glib.def. (#167496, J. Ali Harlow) | Tor Lillqvist | 2 | -1/+5 |
2005-02-07 | feed the contents of config.h and glibconfig.h into the preprocessor, | Manish Singh | 2 | -1/+15 |
2005-02-05 | Define a HAVE_GNUC_VISIBILITY automake conditional. | Matthias Clasen | 1 | -0/+2 |
2005-01-12 | Cosmetic fixes (#163792, Benoît Carpentier): | Matthias Clasen | 3 | -4/+9 |
2005-01-11 | Add gmodule-export-2.0.pc to AC_CONFIG_FILES. | Owen Taylor | 1 | -1/+1 |
2005-01-07 | 2.6.1GLIB_2_6_1 | Matthias Clasen | 1 | -0/+4 |
2005-01-06 | configure.in glib/Makefile.am Win32 cross-compilation fixes. (#163144, J. | Tor Lillqvist | 1 | -1/+2 |
2005-01-06 | glib/Makefile.am glib.def and gobject.def are generated, not in $(srcdir). | Tor Lillqvist | 1 | -2/+2 |
2004-12-27 | Add an OS_LINUX conditional. | Matthias Clasen | 2 | -1/+6 |
2004-12-16 | 2.6.0GLIB_2_6_0 | Matthias Clasen | 1 | -0/+4 |
2004-12-02 | 2.5.7 | Matthias Clasen | 1 | -0/+4 |
2004-11-30 | glib/Makefile.am (glib.def) gcc -E complains "linker unused because | Tor Lillqvist | 2 | -1/+8 |
2004-11-29 | Use the perl found by configure. (#149826, Morten Welinder) | Matthias Clasen | 1 | -2/+2 |
2004-11-28 | filter G_GNUC before PRIVATE so $ is still true. | Manish Singh | 2 | -1/+5 |
2004-11-28 | applied patch by sven@gimp.org (#153727) to reduce signal connection | 4 | 2 | -21/+69 |
2004-11-25 | filter out G_GNUC stuff when doing the compare. | Manish Singh | 2 | -1/+5 |
2004-11-23 | Typo fix | Matthias Clasen | 2 | -1/+3 |
2004-11-23 | Forgotten commit. | Matthias Clasen | 2 | -2/+2 |