Fix various bugs and excessive stack usage that crept in the conversion
[platform/upstream/glib.git] / gobject / ChangeLog
2002-03-25 Owen TaylorFix various bugs and excessive stack usage that crept...
2002-03-25 Owen TaylorWrap setting freed instance memory to 0xaa in #ifdef...
2002-03-21 Tim Janikfix extraneous include.
2002-03-21 Tim Janikfix extraneous include.
2002-03-19 Tim Janikapplied patch from Matthias Clasen <maclas@gmx.de>...
2002-03-14 Alexander LarssonFunction to canonicalize parameter names. Faster than...
2002-03-13 Erwann Chenedeglib/gconvert.c glib/gen-unicode-tables.pl fixed cast...
2002-03-05 Sven Neumanndon't try to register undeclared value transform functi...
2002-03-03 Tor Lillqvistmakefile.msc.in Rename testgruntime to testgobject...
2002-03-03 Tim Janikplaced a comment about not changing CArray until we...
2002-02-26 Owen TaylorRename testgruntime to testgobject.
2002-02-25 Owen TaylorMake GInterfaceInfo paramter const to correspond to...
2002-02-23 Owen TaylorAdd some padding to the class.
2002-02-21 Tor LillqvistAdd g_value_set_object_take_ownership and
2002-02-21 Owen TaylorFix implicit conversions between void * and function...
2002-02-19 Tim Janikprovide marshaller specific value_set_*_take_ownership...
2002-02-13 Tim Janikfixed a check for node not being NULL.
2002-02-13 Tim Janikremove extraneous redefinition of G_PARAM_SPEC_CLASS().
2002-02-13 Tim Janikcosmetic cleanups, fixed [u]int64->string conversions.
2002-02-10 Hans Breuermsvc 5.0 can't cast from uint64 to double. Disable...
2002-01-24 Tim Janikreturn gulong instead of guint.
2002-01-11 Tim Janikfixed param_value_array_values_cmp(), param_value_array...
2002-01-09 Tim Janikcosmetic fix.
2002-01-05 Hans Breueruse -FImsvc_recommended_pragmas.h
2002-01-04 Tim Janikturn this into a GType, so negating it works on 64bit...
2001-12-22 Tor LillqvistAdd (undefined) HAVE_C99_VSNPRINTF.
2001-12-18 Tim Janikadded some assertions to test g_signal_get_invocation_h...
2001-12-17 Anders CarlssonSet the reserved bit to (1 << 0) instead of (1 << 30).
2001-12-14 James Henstridgeadd rules to build it.
2001-12-13 Tim Janikimplemented closure chaining.
2001-12-08 Christopher BlizzardExplicitly add a cast to the last argument so that...
2001-12-06 Tor LillqvistAdd gsourceclosure.o.
2001-11-26 Tim Janiktypedef GType to gulong instead of gsize, if possible.
2001-11-25 Tim Janikremoved enum GTypeFundamentals. use macros to provide...
2001-11-23 Hans Breuerupdated externals
2001-11-22 Owen TaylorImprove the detection of invalid includes by moving...
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 Tor LillqvistSet G_LOG_DOMAIN as in Makefile.am.
2001-11-21 Tim Janikput newly created param spec types into a global array. GOBJECT_GType_guint
2001-11-20 jacob berkmaninclude glib-object.h rather than gobject/gobject.h
2001-11-18 Mark McLoughlinallow the enums name to not be on the same line as...
2001-11-18 Hans Breuerremove g_log_domain_gruntime usage
2001-11-17 Owen TaylorExit with non-zero exit status if any errors were encou...
2001-11-17 Tor LillqvistAdd g_pointer_type_register_static.
2001-11-14 Tor LillqvistAdd back mainloop-test here, too.
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-11-13 Tim Janikfix standard type macros.
2001-11-07 Tim Janikprovide G_CLOSURE_N_NOTIFIERS() for people that need...
2001-11-05 Tim Janikwe need signal.h for G_BREAKPOINT().
2001-11-04 Owen TaylorAdd a function g_pointer_type_register_static() to...
2001-11-03 Hans Breuergobject-query needs gmarshal.[hc,stings] so build it...
2001-10-29 Owen TaylorGenerate glib-mkenums from glib-mkenums.in, substitutin...
2001-10-25 Tor LillqvistUpdates.
2001-10-22 Tor LillqvistIf we have built the MSVC import library, install it...
2001-10-13 Matthias ClasenTypo fixes.
2001-10-12 Tim Janikcosmetic fixups.
2001-10-11 Joshua N PritikinFill in missing support for gint64 & guint64 (#59254).
2001-10-10 Joshua N PritikinFix order of *_PARAM_SPEC_ULONG defines.
2001-10-04 Owen TaylorAdd missing G_HAVE_GINT64 conditionalization.
2001-10-03 Owen TaylorAdd support for G_TYPE_INT64 and storing it in GValue...
2001-10-03 jacob berkmans/retrive/retrieve/
2001-09-25 Tor LillqvistMore Win32 automake macros. For .def files: GLIB_DEF...
2001-09-21 Hans Breuerupdated externals
2001-09-19 Tor LillqvistCorrect InternalName and OriginalFilename to match...
2001-09-18 Tim Janikup version number to 1.3.8, interface age 0, binary...
2001-09-10 Tim Janikremoved extraneous GObject* returns from a couple funct...
2001-09-10 Tim Janikgot rid of g_set_error_handler(), g_set_warning_handler(),
2001-09-08 Owen TaylorMove gbsearcharray.[ch] to glib as a private ininstalle...
2001-09-05 Matthias Clasenforgotten ChangeLog entry.
2001-09-03 Tim Janikupdates for 1.3.7 release.
2001-09-03 Owen TaylorImplement.
2001-08-18 James Henstridgeadd an object member to the structure. (weak_refs_notif...
2001-08-15 Tim Janikif __GNUC__ is defined, inline a test for an exact...
2001-08-12 Tim Janikfix preallocation logic, support DISABLE_MEM_POOLS...
2001-08-06 Sven NeumannSeparate out log entry for gobject changes into the...
2001-08-01 Sven Neumannadded convenience macro g_signal_connect_after().
2001-07-28 Hans Breuerupdated externals
2001-07-20 Hans Breuerupdated externals
2001-07-10 Tim Janikfix negative exponent handling (numbers<0).
2001-07-02 Tim Janikcongrats tim, introducing of-by-one errors like on...
2001-07-02 Tim Janikadded g_list_insert_before().
2001-06-30 Owen Taylorg_signal_newc() => g_signal_new().
2001-06-29 Owen TaylorRemove debug flag argument to g_type_init() and add
2001-06-28 Tim Janikup version number to 1.3.7, interface age 0, binary...
2001-06-22 Hans Breuerupdated externals
2001-06-21 Tim Janiks/long/int/ for default_value in enum and flags pspecs.
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-06-13 Havoc Penningtonlink to ./libgobject-1.3.la since an installed libgobje... GLIB_1_3_6
2001-06-12 Havoc Penningtonupdated
2001-05-31 Owen TaylorFix mispelling in help output. (#53952, Skip Montanaro)
2001-05-28 Sebastian WilhelmiFix typo.
2001-05-28 Tim Janikfixed bad faux-pass, forgot to release signal lock...
2001-05-27 Tim Janikunlock context when bailing out with a warning. (g_main...
2001-05-24 Hans Breuerchanged depndencies to build glib-genmarshal first...
2001-05-24 Owen Taylorgpointer, not gpointer *.
2001-05-22 Sebastian Wilhelmimade 'make distcheck' happy.
2001-05-22 Sebastian WilhelmiRemoved g_param_spec_stringc.
next