Use <malloc.h> also with Digital Mars compiler on Win32. (#346808, Serhat
[platform/upstream/glib.git] / gobject / gvaluetypes.h
2005-12-22 Tim Janikimplemented G_TYPE_GTPYE. applied patch from matthias...
2003-09-12 Matthias ClasenMake the g_value_set_x_take_ownership() functions ...
2001-11-22 Owen TaylorImprove the detection of invalid includes by moving...
2001-11-18 Owen TaylorInclude gtypes.h not gobject/gtype.h
2001-11-04 Owen TaylorAdd a function g_pointer_type_register_static() to...
2001-10-11 Joshua N PritikinFill in missing support for gint64 & guint64 (#59254).
2001-10-03 Owen TaylorAdd support for G_TYPE_INT64 and storing it in GValue...
2001-03-18 Tim Janikremoved archaic gpointer derived_data; relict and added...
2001-03-14 Tim Janikmade config arg to g_scanner_new() const.
2001-03-09 Tor LillqvistUse G_BEGIN_DECLS and G_END_DECLS.
2001-03-07 Tim Janikchanged prototype of g_boxed_type_register_static(...
2001-02-17 Havoc Penningtoninclude string.h
2000-12-12 Tim Janikfixed dealing with collection/lcopy of NULL values.
2000-10-27 Tim Janikconst fix
2000-10-25 Tim Janikadded g_value_set_static_string().
2000-10-25 Tim Janikadded newly added gobject/ headers.
2000-06-24 Tim Janikdefine gstring in terms of gchar*. this typedef reflect...