summaryrefslogtreecommitdiff
path: root/gobject/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2001-09-25More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,Tor Lillqvist1-0/+8
2001-09-21updated externalsHans Breuer1-0/+4
2001-09-19Correct InternalName and OriginalFilename to match what we actuallyTor Lillqvist1-0/+5
2001-09-18up version number to 1.3.8, interface age 0, binary age 0.Tim Janik1-0/+7
2001-09-10removed extraneous GObject* returns from a couple functions that are veryTim Janik1-0/+7
2001-09-10got rid of g_set_error_handler(), g_set_warning_handler(),Tim Janik1-0/+19
2001-09-08Move gbsearcharray.[ch] to glib as a private ininstalled header.Owen Taylor1-0/+5
2001-09-05forgotten ChangeLog entry.Matthias Clasen1-0/+4
2001-09-03updates for 1.3.7 release.Tim Janik1-0/+5
2001-09-03Implement.Owen Taylor1-0/+6
2001-08-18add an object member to the structure. (weak_refs_notify): passJames Henstridge1-0/+12
2001-08-15if __GNUC__ is defined, inline a test for an exact type match forTim Janik1-0/+6
2001-08-12fix preallocation logic, support DISABLE_MEM_POOLS properly, group valueTim Janik1-0/+13
2001-08-06Separate out log entry for gobject changes into the correct ChangeLog. Sorry.Sven Neumann1-0/+5
2001-08-01added convenience macro g_signal_connect_after().Sven Neumann1-0/+4
2001-07-28updated externalsHans Breuer1-0/+4
2001-07-20updated externalsHans Breuer1-0/+6
2001-07-10fix negative exponent handling (numbers<0).Tim Janik1-0/+4
2001-07-02congrats tim, introducing of-by-one errors like on my very first day of CTim Janik1-0/+6
2001-07-02added g_list_insert_before().Tim Janik1-0/+14
2001-06-30g_signal_newc() => g_signal_new().Owen Taylor1-0/+6
2001-06-29Remove debug flag argument to g_type_init() and addOwen Taylor1-0/+6
2001-06-28up version number to 1.3.7, interface age 0, binary age 0.Tim Janik1-0/+19
2001-06-22updated externalsHans Breuer1-0/+6
2001-06-21s/long/int/ for default_value in enum and flags pspecs.Tim Janik1-0/+5
2001-06-20added debugging variants g_type_name_from_class(),Tim Janik1-0/+5
2001-06-19remove left-over usages of an anonymous GBoxed typedef.Tim Janik1-0/+21
2001-06-13link to ./libgobject-1.3.la since an installed libgobject was somehowGLIB_1_3_6Havoc Pennington1-0/+6
2001-06-12updatedHavoc Pennington1-0/+6
2001-05-31Fix mispelling in help output. (#53952, Skip Montanaro)Owen Taylor1-0/+5
2001-05-28Fix typo.Sebastian Wilhelmi1-0/+5
2001-05-28fixed bad faux-pass, forgot to release signal lock when restartingTim Janik1-0/+5
2001-05-27unlock context when bailing out with a warning. (g_main_context_check):Tim Janik1-0/+11
2001-05-24changed depndencies to build glib-genmarshal first and statically linkedHans Breuer1-0/+8
2001-05-24gpointer, not gpointer *.Owen Taylor1-0/+5
2001-05-22made 'make distcheck' happy.Sebastian Wilhelmi1-0/+2
2001-05-22Removed g_param_spec_stringc.Sebastian Wilhelmi1-0/+4
2001-05-22make g_value_set_object() take a gpointer v_object so people don't need toTim Janik1-0/+6
2001-05-14new function to check whether a handler is still connected to an instanceTim Janik1-0/+6
2001-05-10use g_str_hash() algorithm to generate hashes.Tim Janik1-0/+12
2001-05-05glib-mkenums is not a compiled program, so shouldn't be in theJames Henstridge1-0/+6
2001-05-03Make types of ternary operator correspond. (Fixes compilation errors withOwen Taylor1-0/+6
2001-04-30removed \v escaping, newer perl versions don't support this, and it'STim Janik1-0/+5
2001-04-29made hook ids a gulong.Tim Janik1-0/+12
2001-04-19We were returning junk memory here, because we didn't copy the valueHavoc Pennington1-0/+8
2001-04-18Change C++ comments for FIXME's to C comments. (Patch from Andres Salomon)Owen Taylor1-0/+5
2001-04-13updatedHans Breuer1-0/+4
2001-04-09increment version to 1.3.4 (binary 0, interface 0).Tim Janik1-0/+5
2001-04-03updates.Tim Janik1-0/+4
2001-04-03added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik1-0/+13