Remove glib_debug_objects.
[platform/upstream/glib.git] / gobject / ChangeLog
2001-02-04 Tor LillqvistRemove glib_debug_objects.
2001-02-04 Tim Janiks/glib_trap_/g_trap_/. add comments on g_trap_instance_...
2001-02-03 Tor LillqvistChange order of libs, put progs_LDADD last. Needed...
2001-01-31 Tim Janikadapt to work with new CVS gtk-doc, leaving the old...
2001-01-27 Tor LillqvistNeed <io.h> for open() and close().
2001-01-24 4Don't leak closure->notifiers.
2001-01-05 Havoc Penningtonset the value_type in the param spec; closes bug 40210
2001-01-03 Alexander LarssonMove glib_debug_objects out of the G_ENABLE_DEBUG ...
2000-12-29 Tim Janikgot rid of outdated dmalloc support. provide g_try_mall...
2000-12-15 Tor LillqvistUpdate.
2000-12-15 Havoc Penningtonuse g_signal_newc
2000-12-15 Tim Janikadd an instance member value_type so the default value...
2000-12-14 Tor LillqvistWarn if no callback. Call callback correctly. (g_io_win...
2000-12-13 Tim Janikurg managed to forget this last time ;(
2000-12-13 Tim Janikreturn whether a value got removed.
2000-12-12 Elliot LeeGMainContext useful in implementing some additional...
2000-12-12 Tim Janikfixed dealing with collection/lcopy of NULL values.
2000-11-29 Tim Janikfix elliots "logic fix" that dereferences NULL nodes...
2000-11-28 Elliot LeeFix warnings.
2000-11-28 Tor LillqvistPatches by Hans Breuer:
2000-11-26 Tor LillqvistAdd gqsort.
2000-11-20 Havoc PenningtonMore convenient data-setting functions
2000-11-16 Owen TaylorIf loading the module fails, don't increment the use...
2000-11-15 Tim Janikdoh, s/BSE_OBJECT_TYPE_NAME/G_OBJECT_TYPE_NAME/; report...
2000-11-13 Owen TaylorUp version to 1.3.2
2000-11-11 Tor LillqvistAdd missing entry points.
2000-11-11 Tor LillqvistImprove chance to generate unique names with less effor...
2000-11-11 Owen TaylorNew basic implementation of GTypePlugin interface as...
2000-11-05 Owen TaylorWhen appending handlers and not matching on signal_id...
2000-11-05 Tor LillqvistAdd gtypeplugin.
2000-11-05 Tim Janikfixed a bag full of subtle bugs of immensive screw...
2000-11-03 Tim Janikprefix internal functions with '_'. renamed g_signal_co...
2000-11-01 Tim Janikdestroy all signals that the finalized obejct type...
2000-10-30 Sebastian Wilhelmimade both functions return gboolean just for the little...
2000-10-30 Tim Janikopened up a new section on signals.
2000-10-30 Tim Janikrenamed owen's g_type_signals(), added required mutex...
2000-10-29 Owen TaylorFix problem where signals with "_" in them appeared...
2000-10-29 Owen TaylorAdd g_type_signals() - a function to list all signals...
2000-10-27 Tim Janikfixed notifier position for post_marshal guard which...
2000-10-27 Tor LillqvistMake glib-genmarshal.exe.
2000-10-27 Tim Janikpublically define GSignalInvocationHint structure that...
2000-10-27 Tim Janikri Oct 27 05:35:14 2000 Tim Janik <timj@gtk.org>
2000-10-27 Tim Janikfixed deadlock scenarion where g_signal_lookup() would...
2000-10-26 Tor LillqvistFix gccisms (pointer arithmetic on void pointer, label...
2000-10-26 Sebastian WilhelmiRemove empty SUBDIRS line _again_, as that _still_...
2000-10-25 Owen TaylorDon't use implicit casts from void * since this will...
2000-10-25 Tim Janikadded g_value_set_static_string().
2000-10-25 Tim Janikadded newly added gobject/ headers.
2000-10-16 Raja R Harinathgmodule: New variable. (dist-hook): Handle $(BUILT_EXTR...
2000-09-29 Martin BauligSeveral minor ANSI C fixes.
2000-09-25 Sebastian WilhelmiRemove empty SUBDIRS line, as that prevents make dist...
2000-09-10 Owen TaylorMove call to g_type_free_instance() here from g_object_...
2000-07-27 Tor LillqvistNo, don't mark glib_debug_objects for export here,...
2000-07-26 Tor Lillqvistgobject.def Mark glib_debug_objects for export/import...
2000-07-25 Tim Janikmake g_type_fundamental_last() a function, avoiding...
2000-07-19 Tor Lillqvistgparam.h gvalue.h gparam.c Shut up Sun's picky compiler.
2000-07-13 Tor LillqvistAdd g_type_get_plugin.
2000-07-13 Tim Janikdefault initialize the temporary default value, instead...
2000-07-11 Raja R HarinathDon't return just 0 or 1.
2000-07-11 Tim Janikremoved g_type_is_dynamic() and added g_type_get_plugin().
2000-07-10 Tor LillqvistInclude ../config.h for HAVE_UNISTD_H. Use it to guard...
2000-07-10 Owen TaylorMove string.h include into the .c file instead of where...
2000-07-06 Owen Taylordist fixes.
2000-06-30 Tor LillqvistAdd new entry points.
2000-06-29 Owen Taylorinclude string.h for memset include string.h for strcpy...
2000-06-28 Tim Janikspelling
2000-06-24 Tim Janikdefine gstring in terms of gchar*. this typedef reflect...
2000-06-10 Tim Janikfetch the nth iface entry of the type node in the nth...
2000-06-07 Owen TaylorAdd top_builddir so glibconfig.h is found properly...
2000-05-13 Tor Lillqvistmakefile.mingw.in tests/makefile.mingw.in Rename makefi...
2000-05-12 Tim Janikadd reserved fundamental ids for gtk types (for transit...