Line up the function parameters in the GTree header file again.
[dana/cg-glib.git] / glib / gtree.c
2009-11-25 Dana JansensAdd the versioned/persistent GTree interface.
2009-11-25 Dana JansensAllow you to delete all versions <= x from a GTree.
2009-11-25 Dana JansensMake a GTree persistent.
2009-11-25 Dana JansensAdd the g_lookup_related() and g_search_related() funct...
2009-11-25 Dana JansensImplement GTree with a treap instead of an AVL tree
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