[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib / gtree.c
2014-02-20 William Jon McCanndocs: use "Returns:" consistently
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-02 Matthias ClasenGTree: formatting fixes
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-31 Matthias ClasenDocs: don't use the structname tag
2014-01-20 Matthias ClasenMore GTree and GNode formatting and documentation fixes
2012-11-01 Robert AncellUse "Returns:" instead of the invalid "@returns" for...
2012-09-23 Matthias ClasenFix up g_tree_foreach docs
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-11-30 Geek87Remove two useless lines of code
2011-11-30 Geek87Fix a little comment error in the _GTreeNode struct
2011-09-19 Ryan LortieDon't #include <glib/gslice.h> from gmem.h
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-06-04 Matthias ClasenFix doc typos
2011-05-29 Matthias ClasenVolatile not necessary after all
2011-05-29 Matthias ClasenGTree: Declare ref_count as volatile
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-02-01 Johan DahlinCorrect gtk-doc SECTION: syntax
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-04 Matthias ClasenRemove redundant header inclusions
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-02-01 Ryan LortieGTree, GNode: move docs from tmpl to .c
2009-07-07 Ryan LortieEnsure GTree is consistent after _destroy()
2009-07-07 Ryan LortieMerge branch 'tree-refcount'
2009-07-05 Ryan LortieGTree: switch to GSlice, add refcounts (#587773)
2006-01-25 Tim Janikhonour g_mem_gc_friendly settings when freeing slices...
2006-01-14 Matthias ClasenReplace the simple recursive implementation by a nonrec...
2006-01-09 Matthias ClasenBreak some long lines.
2005-12-05 Matthias ClasenAdd versioned deprecation information
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-05-17 Matthias ClasenCheck the return values of g_tree_remove().
2005-04-29 Matthias ClasenClarify some docs. (#302062, Matthew F. Barnes)
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2003-07-25 Matthias ClasenRemove some explicit Docbook markup which is no longer...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-28 Matthias ClasenMove some docs inline, and add deprecation information...
2002-10-12 Soeren SandmannDocumentation fixes: #71778, Owen Taylor; #85095, Bill...
2002-05-26 Matthias ClasenRemove references to nonexisting functions
2002-02-03 Manish Singhglib/gmain.c remove references to deprecated functions...
2001-12-16 Matthias ClasenMinor markup fixes.
2001-12-12 Matthias ClasenDocumentation fixes.
2001-12-05 Sven Neumannmention the fact that the tree is traversed in sorted...
2001-11-29 Havoc PenningtonAdd notes about how you shouldn't modify these data...
2001-11-26 Matthias ClasenMark g_tree_traverse() as deprecated. (#65343)
2001-11-17 Owen TaylorGet rid fo g_log_domain_glib variable in favor of just...
2001-09-19 Owen TaylorPatch from Darin Adler to remove GReal* structures...
2001-08-03 Sven Neumannbeautified configure help output.
2001-05-04 Sven Neumannfixed a typo in a comment.
2001-03-08 Sven NeumannI'm stupid and managed to screw up my own patch. Now...
2001-03-08 Sven Neumannadded new function g_tree_lookup_extended().
2001-03-07 Tim Janikchanged prototype of g_boxed_type_register_static(...
2001-01-31 Owen TaylorRemove useless check. (Mike Chen)
2000-12-19 Sebastian WilhelmiOk, I'm a moron. When I originally implemented ENABLE_G...
2000-11-20 Jonathan BlandfordPatch from David Benson <daveb@idealab.com> to add...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-05-19 Tim Janikfixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK...
2000-05-13 Tor Lillqvistmakefile.mingw.in tests/makefile.mingw.in Rename makefi...
2000-04-26 Sebastian WilhelmiChanged the 'value' parameter of g_cache_remove from...
2000-04-17 Sebastian WilhelmiAdd configure test for garbage collector friendliness...
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-10 Sebastian Wilhelmis/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added...
1999-01-17 Tim Janikremoved assertment about rtree->root being NULL, so...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age 0.
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-11-24 Tim Janikremoved the GListAllocator type and its g_*_allocator_...
1998-09-18 Tim Janikcheck for key_compare_func != NULL (reported by Michal...
1998-08-18 Tim Janiknew function g_log_set_always_fatal() to set an additio...
1998-07-31 Tim Janikadded a GNode test.
1998-06-10 Owen TaylorInitial revision