updated externals
[platform/upstream/glib.git] / gobject / ChangeLog
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.
2001-05-22 Tim Janikmake g_value_set_object() take a gpointer v_object...
2001-05-14 Tim Janiknew function to check whether a handler is still connec...
2001-05-10 Tim Janikuse g_str_hash() algorithm to generate hashes.
2001-05-05 James Henstridgeglib-mkenums is not a compiled program, so shouldn...
2001-05-03 Owen TaylorMake types of ternary operator correspond. (Fixes compi...
2001-04-30 Tim Janikremoved \v escaping, newer perl versions don't support...
2001-04-29 Tim Janikmade hook ids a gulong.
2001-04-19 Havoc PenningtonWe were returning junk memory here, because we didn...
2001-04-18 Owen TaylorChange C++ comments for FIXME's to C comments. (Patch...
2001-04-13 Hans Breuerupdated
2001-04-09 Tim Janikincrement version to 1.3.4 (binary 0, interface 0).
2001-04-03 Tim Janikupdates.
2001-04-03 Tim Janikadded g_list_nth_prev() which walks ->prev instead...
2001-04-01 Tim Janikapplied patch from owen to implement GParamSpecUnichar.
2001-03-29 Tor LillqvistUpdates. Add module-test rules.
2001-03-28 Tim Janikonly queue readable properties for notification changes.
2001-03-22 Tim Janikcatch G_SIGNAL_RUN_FIRST with a return value.
2001-03-21 Martin BauligThis takes a `const GValue *' argument.
2001-03-18 Tor LillqvistAdd braces to silence gcc -Wall.
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-10 Tor LillqvistUse the _LIBADD dependencies on libglib only on Win32.
2001-03-09 Tor LillqvistUse G_BEGIN_DECLS and G_END_DECLS.
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-08 Owen TaylorInclude <string.h> for memcpy.
2001-03-08 Tim Janikeek, fixed old hook detail storage code.
2001-03-08 Tim Janikdestruction cleanup. there's one ->finalize_hook member...
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-03-07 Sebastian WilhelmiAvoid rebuilding everything everytime.
2001-03-06 Jonathan Blandfordadd a new param spec to handle interfaces.
2001-02-22 Jonathan BlandfordCommitted the wrong thing yesterday.
2001-02-21 Jonathan BlandfordAdd g_signal_connect define to make porting from gtk_si...
2001-02-17 Havoc Penningtoninclude string.h
2001-02-17 Tim Janikpatch from sven to fixup G_ENUM_CLASS_TYPE() macro.
2001-02-17 Tim Janikchanged collect_format, collect_value() and lcopy_forma...
2001-02-16 Tim Janikincorporated huge docu patch from Eric Lemings <eric...
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.
next