summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* 2.8.1GLIB_2_8_1Matthias Clasen2005-08-231-0/+4
* Fix abi checks for ia64.Matthias Clasen2005-08-151-1/+1
* 2.8.0GLIB_2_8_0Matthias Clasen2005-08-121-0/+4
* Special-case flag value of 0. Instead of returning the first randomTim-Philipp Müller2005-08-121-4/+13
* Fix typos: invokation -> invocation.Stepan Kasal2005-08-102-3/+3
* Access enum and flags values as v_long/v_ulong, not v_int/v_uint, to makeMatthias Clasen2005-08-092-53/+61
* Improve ABI checksMatthias Clasen2005-08-062-2/+4
* 2.7.7GLIB_2_7_7Matthias Clasen2005-08-051-0/+4
* 2.7.6GLIB_2_7_6Matthias Clasen2005-08-031-0/+4
* Mark the vint member as volatile, which seems to be necessary to makeMatthias Clasen2005-08-032-1/+5
* 2.7.5GLIB_2_7_5Matthias Clasen2005-08-021-0/+4
* turned all modifications to the first 32 integer bits in a closure intoTim Janik2005-08-015-58/+127
* use g_datalist_set_flags() and g_datalist_unset_flags() to allow properTim Janik2005-07-312-2/+7
* reverted notify_mutex introduction, since this prevents parallelizedTim Janik2005-07-305-383/+184
* 2.7.4GLIB_2_7_4Matthias Clasen2005-07-221-0/+4
* 2.7.3GLIB_2_7_3Matthias Clasen2005-07-151-0/+4
* Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen2005-07-155-241/+457
* Remove G_GNUC_NULL_TERMINATED from g_object_new again, since that makesMatthias Clasen2005-07-113-3/+10
* Typo.Tor Lillqvist2005-07-091-1/+1
* Don't use autoconf variables for the resource object files on Win32 anyTor Lillqvist2005-07-083-7/+24
* 2.7.2GLIB_2_7_2Matthias Clasen2005-07-081-0/+4
* 2.7.1GLIB_2_7_1Matthias Clasen2005-06-301-0/+4
* libtool installs/uninstalls the import library, no need to do itTor Lillqvist2005-06-262-8/+13
* glib/Makefile.am gmodule/Makefile.am Current GNU tools do understand theTor Lillqvist2005-06-242-9/+5
* Avoid a warning. (#308295, Murray Cumming).Matthias Clasen2005-06-202-3/+8
* Re-add G_PARAM_PRIVATE as a deprecated name for bit 5, since some languageMatthias Clasen2005-06-132-1/+10
* 2.7.0GLIB_2_7_0Matthias Clasen2005-06-102-1/+6
* dup the new value before freeing the old, just in case. (#172142, MortenMatthias Clasen2005-05-202-2/+13
* Mention 64bit integer types.Matthias Clasen2005-05-132-0/+10
* Add g_object_add/remove_toggle_ref() functions to get notification when aOwen Taylor2005-05-054-5/+138
* Add a boxed type for GDate. (#301787, Tim-Philipp Müller)Matthias Clasen2005-04-294-0/+30
* Don't do the second lookup if the name was already canonical. (#171502,Matthias Clasen2005-03-262-1/+7
* cast away any constness on assignment.Manish Singh2005-03-222-5/+10
* forgotten log entryMatthias Clasen2005-03-221-0/+5
* Avoid forcing extra newlines when using template files. (#171005)Matthias Clasen2005-03-221-0/+7
* Don't copy strings which are marked as static. Don't allow non-canonicalMatthias Clasen2005-03-213-8/+59
* handle galiasdef.c (although completely useless for msvc build)Hans Breuer2005-03-182-1/+9
* Shut up CVSManish Singh2005-03-171-0/+1
* Make work again.Matthias Clasen2005-03-1421-128/+317
* Add the new attributes here too.Matthias Clasen2005-03-082-5/+7
* Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner)Matthias Clasen2005-03-082-5/+8
* Small cleanup (use G_BEGIN/END_DECLS). (#168474, Fabricio Barros Cabral)Matthias Clasen2005-03-082-7/+7
* Don't distribute glib.def. (#167496, J. Ali Harlow)Tor Lillqvist2005-02-242-1/+5
* feed the contents of config.h and glibconfig.h into the preprocessor,Manish Singh2005-02-072-1/+15
* Define a HAVE_GNUC_VISIBILITY automake conditional.Matthias Clasen2005-02-051-0/+2
* Cosmetic fixes (#163792, Benoît Carpentier):Matthias Clasen2005-01-123-4/+9
* Add gmodule-export-2.0.pc to AC_CONFIG_FILES.Owen Taylor2005-01-111-1/+1
* 2.6.1GLIB_2_6_1Matthias Clasen2005-01-071-0/+4
* configure.in glib/Makefile.am Win32 cross-compilation fixes. (#163144, J.Tor Lillqvist2005-01-061-1/+2
* glib/Makefile.am glib.def and gobject.def are generated, not in $(srcdir).Tor Lillqvist2005-01-061-2/+2