Use <malloc.h> also with Digital Mars compiler on Win32. (#346808, Serhat
[platform/upstream/glib.git] / gobject / gtype.c
2006-12-16 Matthias ClasenFri Dec 15 2006 Matthias Clasen <mclasen@redhat.com>
2006-09-30 Matthias ClasenFix some issues with PLT entries.
2006-06-15 Matthias ClasenSeparate groups by an empty line (#344868, Christian...
2006-04-23 Matthias ClasenFix some problems with my last commit
2006-04-21 Matthias ClasenAdd g_type_register_static_simple
2005-12-01 Tim Janikuse g_slic_* for all object allocations.
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-09-10 Matthias ClasenMove a few strings from .data to .rodata.
2005-09-08 Kjartan MaraasRemove some unused code. Same here And here Mark some...
2005-08-31 Matthias ClasenMore string interning
2005-08-10 Stepan KasalFix typos: invokation -> invocation.
2005-03-14 Matthias ClasenMake work again.
2004-11-01 Matthias Clasenglib/gdebug.h glib/gutils.c gobject/gtype.c gthread...
2004-10-06 4applied patch from Jean-Yves Lefort <jylefort@brutele...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-09-16 Matthias ClasenAdd ABI control using the same technique that is used...
2004-07-28 Matthias ClasenCatch cases of forgotten g_type_add_private(). (#148368...
2004-02-03 Tim Janikprovide a short-cut version for this macro in case
2003-12-26 Matthias ClasenDon't acquire a read lock here. (#106433, Owen Taylor)
2003-11-27 Tim Janikvariant of class_peek() which works for static types...
2003-10-02 Tim Janikfix post class_init interface initialization logic...
2003-10-02 Owen TaylorAdd g_type_add/remove_interface_check(), which allows...
2003-09-29 Owen TaylorAdd g_type_default_interface_ref/peek/unref for accessi...
2003-09-26 Owen TaylorYou can have instance_real_class_bsa be non-NULL, but...
2003-09-02 Tim Janikadded support for a "default vtable" per interface...
2003-09-02 Tim Janikfix iterating over fundamental types.
2003-08-19 Tim Janikcheck private instance data after initialization.
2003-07-08 Soeren SandmannOnly access node->data->instance when the node is insta...
2003-07-08 Owen TaylorInitialize node->data->instance.private_size here rathe...
2003-03-24 Sven Neumannremoved leftover debugging message (bug #109093).
2003-03-10 Owen TaylorAdd support for instance-private data. g_type_class_add...
2003-02-07 Matthias ClasenRemove all docs from gobject at Tims request. Documenta...
2002-12-18 Michael Nattererapplied patch I got from Tim Janik for testing which...
2002-12-03 Matthias ClasenSync parameter names with docs and implementation.
2002-12-02 Matthias ClasenAdd docs.
2002-11-28 Matthias ClasenMark 2.2 API additions.
2002-11-22 Owen TaylorAllow NULL to be cast to any type. (Frequently requeste...
2002-11-04 Owen TaylorInclude config.h so DISABLE_MEMPOOLS actually has an...
2002-10-19 Matthias ClasenReport only the most specific instantiatable prerequisi...
2002-10-15 Matthias ClasenAdd g_type_interface_prerequisites.
2002-10-12 Tim Janiktest creation of new fundamental types.
2002-07-26 Owen TaylorWhen adding ancestral prerequisites, add the grandparen...
2002-05-20 Owen TaylorWhen printing errors, handle NULL returns from g_type_d...
2002-03-25 Owen TaylorWrap setting freed instance memory to 0xaa in #ifdef...
2002-03-19 Tim Janikapplied patch from Matthias Clasen <maclas@gmx.de>...
2002-02-26 Matthias ClasenRemove references to gruntime. This includes renaming...
2002-02-13 Tim Janikfixed a check for node not being NULL.
2001-12-13 Tim Janikimplemented closure chaining.
2001-11-26 Tim Janiktypedef GType to gulong instead of gsize, if possible.
2001-11-22 Tim Janikuse g_type_check_is_value_type() instead of g_type_valu...
2001-11-21 Tim Janikprovide G_TYPE_FUNDAMENTAL_SHIFT and g_type_fundamental...
2001-11-21 Tim Janikput newly created param spec types into a global array. GOBJECT_GType_guint
2001-11-18 Owen TaylorInclude gtypes.h not gobject/gtype.h
2001-11-14 Tim Janikadd API for chaining: g_signal_chain_from_overridden...
2001-11-13 Tim JanikAPI cleanups. remove g_type_check_flags(), provide...
2001-10-11 Joshua N PritikinFill in missing support for gint64 & guint64 (#59254).
2001-10-03 jacob berkmans/retrive/retrieve/
2001-09-10 Tim Janikgot rid of g_set_error_handler(), g_set_warning_handler(),
2001-08-15 Tim Janikif __GNUC__ is defined, inline a test for an exact...
2001-07-11 Darin AdlerAdd some generated files.
2001-06-29 Owen TaylorRemove debug flag argument to g_type_init() and add
2001-06-20 Tim Janikadded debugging variants g_type_name_from_class(),
2001-06-19 Tim Janikremove left-over usages of an anonymous GBoxed typedef.
2001-05-10 Tim Janikuse g_str_hash() algorithm to generate hashes.
2001-04-18 Owen TaylorChange C++ comments for FIXME's to C comments. (Patch...
2001-04-01 Tim Janikapplied patch from owen to implement GParamSpecUnichar.
2001-03-09 Tim Janiktest program. covers run first/last/cleanup signal...
2001-03-09 Tim Janikuse g_type_is_a() to check for object_type being a...
2001-03-07 Tim Janikcatch when adding an interface to an ancestor of a...
2001-03-07 Tim Janikchanged prototype of g_boxed_type_register_static(...
2001-02-17 Havoc Penningtoninclude string.h
2001-02-17 Tim Janikchanged collect_format, collect_value() and lcopy_forma...
2001-02-04 Tim Janiks/glib_trap_/g_trap_/. add comments on g_trap_instance_...
2001-01-31 Tim Janikadapt to work with new CVS gtk-doc, leaving the old...
2000-12-29 Tim Janikgot rid of outdated dmalloc support. provide g_try_mall...
2000-12-13 Tim Janikreturn whether a value got removed.
2000-12-12 Tim Janikfixed dealing with collection/lcopy of NULL values.
2000-11-11 Owen TaylorNew basic implementation of GTypePlugin interface as...
2000-11-05 Tim Janikfixed a bag full of subtle bugs of immensive screw...
2000-10-26 Tor LillqvistFix gccisms (pointer arithmetic on void pointer, label...
2000-10-25 Tim Janikadded newly added gobject/ headers.
2000-09-29 Martin BauligSeveral minor ANSI C fixes.
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-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-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-05-12 Tim Janikadd reserved fundamental ids for gtk types (for transit...