remove unneeded checks.
[platform/upstream/glib.git] / gobject /
2007-03-16 Matthias Clasen2.13.0 GLIB_2_13_0
2007-03-15 Matthias ClasenUse g_slice. (#404430, Chris Wilson)
2007-03-14 Stefan KostAdd G_PARAM_STATIC_STRINGS define (fixes #418021).
2007-03-12 Tim Janikmarked purely functional g_type accessors as PURE or...
2007-02-13 Tor LillqvistAdd comment about dup(0) and lack of /dev/stdin on...
2007-01-19 Matthias ClasenSome file list updates (#398069, Owen Taylor)
2007-01-03 Michael Nattererremoved all .cvsignore files. SVN doesn't need them.
2007-01-01 Tor LillqvistHandle "/dev/stdin" by dup()ing fd 0 so that it works...
2006-12-29 Matthias ClasenDefine G_DEFINE_DYNAMIC_TYPE and and _EXTENDED variant...
2006-12-16 Matthias ClasenFri Dec 15 2006 Matthias Clasen <mclasen@redhat.com>
2006-11-05 Tor Lillqvistmakefile.mingw gmodule/makefile.mingw.in glib/makefile...
2006-10-10 Tim Janikapplied patch from David Necas which introduces an...
2006-10-02 Behdad EsfahbodInclude pltcheck.sh in EXTRA_DIST, and remove redefinit...
2006-10-02 Tim Janikreverted a change to have an assert instead of a g_retu...
2006-09-30 Matthias ClasenFix some issues with PLT entries.
2006-09-22 Tim Janikapplied patch from Behdad with slight optimization...
2006-09-17 Hans Breuerbetter filtering of G_GNUC_* stuff when generating...
2006-09-11 Tim Janikreimplemented floating flag handling by atomically...
2006-08-29 Tim Janikfixed to print usage and version info on STDOUT (#322502).
2006-08-26 Matthias ClasenFix some typos. (#351741, Kjartan Maraas)
2006-08-23 Sven Neumannchanged return value of g_value_dup_object(), fixes...
2006-08-23 Sven Neumannadded new command-line option "--internal" that can...
2006-08-16 Tim Janikconditionally thaw the notify queue after construction...
2006-08-16 Matthias Clasen2.12.2 GLIB_2_12_2
2006-08-06 Matthias ClasenDon't initialize struct members with function calls...
2006-07-22 Matthias Clasen2.12.1 GLIB_2_12_1
2006-07-21 Matthias ClasenCopy the complete value table, not just the first 4...
2006-07-02 Matthias Clasen2.12.0 GLIB_2_12_0
2006-06-20 Matthias Clasen2.11.4 GLIB_2_11_4
2006-06-15 Matthias ClasenSeparate groups by an empty line (#344868, Christian...
2006-06-12 Matthias Clasen2.11.3 GLIB_2_11_3
2006-06-05 Matthias Clasen2.11.2 GLIB_2_11_2
2006-06-02 Behdad EsfahbodMoving ChangeLog entry to gobject/.
2006-06-02 Behdad EsfahbodMake value_name and value_nick const in structs _GEnumV...
2006-05-16 Tim Janikturn off compiler warnings, #337129.
2006-05-15 Matthias Clasen2.11.1 GLIB_2_11_1
2006-05-03 Matthias Clasen2.11.0 GLIB_2_11_0
2006-05-02 Tim Janiksplit up G_DEFINE_*TYPE macro definitions so C CODE...
2006-04-23 Matthias ClasenFix some problems with my last commit
2006-04-21 Matthias ClasenAdd g_type_register_static_simple
2006-03-07 Matthias Clasen2.10.1 GLIB_2_10_1
2006-03-07 Tim Janikadded case3 to hand out the original floating flag...
2006-02-24 Matthias Clasen2.10.0 GLIB_2_10_0
2006-02-11 Matthias Clasen2.9.6 GLIB_2_9_6
2006-01-30 Matthias ClasenRemove C++ comment
2006-01-27 Matthias Clasen2.9.5 GLIB_2_9_5
2006-01-18 Matthias Clasen2.9.4 GLIB_2_9_4
2006-01-18 Matthias ClasenMake g_object_compat_control() visible for GTK+ compila...
2006-01-17 Matthias Clasen2.9.3 GLIB_2_9_3
2006-01-06 Matthias Clasen2.9.2 GLIB_2_9_2
2006-01-06 Matthias ClasenFix the build
2006-01-05 Matthias ClasenFix make check
2005-12-31 Matthias ClasenRemove the handler trash stack, which is now unused...
2005-12-30 Matthias ClasenRemove the handler trash stack, which is now unused.
2005-12-24 Matthias ClasenOne more
2005-12-24 Matthias ClasenAdd new functions.
2005-12-22 Tim Janikrenamed GUnowned to GInitiallyUnowned.
2005-12-22 Tim Janikimplemented G_TYPE_GTPYE. applied patch from matthias...
2005-12-09 Matthias Clasen2.9.1 GLIB_2_9_1
2005-12-05 Matthias ClasenUse G_FLAGS_CLASS_TYPE. (#323273, Kalle Vahlman)
2005-12-01 Tim Janikuse g_slic_* for all object allocations.
2005-12-01 Tim Janikexport g_hash_table_get_type
2005-11-28 Matthias ClasenSilence compiler warnings.
2005-11-27 Matthias ClasenDocument GObject API additions
2005-11-23 Tim Janikadded floating reference count. g_object_is_floating():
2005-11-23 Tim Janikminor cleanups, implemented G_TYPE_HASH_TABLE.
2005-11-18 Matthias Clasen2.9.0 GLIB_2_9_0
2005-11-17 Matthias Clasenconst correctness fixes, found by Arjan van de Ven...
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-10-03 Matthias ClasenReally fix #314890.
2005-09-27 Michael Nattererrevert last change, it breaks all users of G_IMPLEMENT_...
2005-09-27 David OdinMoved the ChangeLog entry to the right ChangeLog
2005-09-26 David Odininitialize all the fields of GInterfaceInfo in the...
2005-09-26 Matthias ClasenDon't hang on '{' following a trigraph comment in the...
2005-09-22 Tim Janikfix pspec->name assignment which needs to be strdup...
2005-09-20 Matthias ClasenRemove the misleading comment about G_SIGNAL_TYPE_STATI...
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-09-05 Matthias ClasenMake the name field const. (g_signal_newv): Don't keep...
2005-09-01 Matthias ClasenDon't forget to free the tmp string
2005-08-31 Matthias ClasenIntern the signal name.
2005-08-31 Matthias ClasenIntern the name here, since we need the quark anyway...
2005-08-31 Matthias ClasenMore string interning
2005-08-31 Matthias ClasenIntern type name before registering the type.
2005-08-31 Matthias ClasenIntern type names before registering the type to avoid...
2005-08-23 Matthias Clasen2.8.1 GLIB_2_8_1
2005-08-15 Matthias ClasenFix abi checks for ia64.
2005-08-12 Matthias Clasen2.8.0 GLIB_2_8_0
2005-08-12 Tim-Philipp MüllerSpecial-case flag value of 0. Instead of returning...
2005-08-10 Stepan KasalFix typos: invokation -> invocation.
2005-08-09 Matthias ClasenAccess enum and flags values as v_long/v_ulong, not...
2005-08-06 Matthias ClasenImprove ABI checks
2005-08-05 Matthias Clasen2.7.7 GLIB_2_7_7
2005-08-03 Matthias Clasen2.7.6 GLIB_2_7_6
2005-08-03 Matthias ClasenMark the vint member as volatile, which seems to be...
2005-08-02 Matthias Clasen2.7.5 GLIB_2_7_5
2005-08-01 Tim Janikturned all modifications to the first 32 integer bits...
2005-07-31 Tim Janikuse g_datalist_set_flags() and g_datalist_unset_flags...
2005-07-30 Tim Janikreverted notify_mutex introduction, since this prevents...
2005-07-22 Matthias Clasen2.7.4 GLIB_2_7_4
next