summaryrefslogtreecommitdiff
path: root/glib/gtree.c
Commit message (Expand)AuthorAgeFilesLines
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* Remove redundant header inclusionsMatthias Clasen2010-09-031-1/+4
* glib/: fully remove galias hacksRyan Lortie2010-07-071-6/+0
* GTree, GNode: move docs from tmpl to .cRyan Lortie2010-02-011-0/+67
* Ensure GTree is consistent after _destroy()Ryan Lortie2009-07-071-0/+2
* GTree: switch to GSlice, add refcounts (#587773)Ryan Lortie2009-07-051-15/+73
* honour g_mem_gc_friendly settings when freeing slices, make sureTim Janik2006-01-251-15/+0
* Replace the simple recursive implementation by a nonrecursive, threadedMatthias Clasen2006-01-141-412/+649
* Break some long lines.Matthias Clasen2006-01-091-7/+10
* Add versioned deprecation informationMatthias Clasen2005-12-051-1/+1
* prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik2005-11-011-32/+3
* Check the return values of g_tree_remove().Matthias Clasen2005-05-171-10/+28
* Clarify some docs. (#302062, Matthew F. Barnes)Matthias Clasen2005-04-291-1/+5
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Remove some explicit Docbook markup which is no longer necessaryMatthias Clasen2003-07-251-4/+3
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-3/+1
* Move some docs inline, and add deprecation information. To see the list ofMatthias Clasen2002-11-281-3/+4
* Documentation fixes: #71778, Owen Taylor; #85095, Bill Janssen, OwenSoeren Sandmann2002-10-121-11/+8
* Remove references to nonexisting functionsMatthias Clasen2002-05-261-4/+4
* glib/gmain.c remove references to deprecated functions in docs and warningManish Singh2002-02-031-2/+1
* Minor markup fixes.Matthias Clasen2001-12-161-8/+8
* Documentation fixes.Matthias Clasen2001-12-121-7/+7
* mention the fact that the tree is traversed in sorted order.Sven Neumann2001-12-051-7/+8
* Add notes about how you shouldn't modify these data structures as youHavoc Pennington2001-11-291-1/+5
* Mark g_tree_traverse() as deprecated. (#65343)Matthias Clasen2001-11-261-1/+4
* Get rid fo g_log_domain_glib variable in favor of just using a stringOwen Taylor2001-11-171-1/+1
* Patch from Darin Adler to remove GReal* structures in favor of simpleOwen Taylor2001-09-191-102/+51
* beautified configure help output.Sven Neumann2001-08-031-4/+4
* fixed a typo in a comment.Sven Neumann2001-05-041-102/+408
* I'm stupid and managed to screw up my own patch. Now the new functionSven Neumann2001-03-081-4/+7
* added new function g_tree_lookup_extended().Sven Neumann2001-03-081-0/+30
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-9/+9
* Remove useless check. (Mike Chen)Owen Taylor2001-01-311-1/+1
* Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, ISebastian Wilhelmi2000-12-191-0/+4
* Patch from David Benson <daveb@idealab.com> to add user_data support toJonathan Blandford2000-11-201-29/+48
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art HaasTim Janik2000-05-191-2/+0
* makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) toTor Lillqvist2000-05-131-2/+0
* Changed the 'value' parameter of g_cache_remove from gpointer toSebastian Wilhelmi2000-04-261-20/+20
* Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi2000-04-171-0/+13
* inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1999-02-241-0/+7
* s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi1999-02-101-1/+1
* removed assertment about rtree->root being NULL, so this function can beTim Janik1999-01-171-4/+8
* version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1998-12-161-7/+7
* This commit merges the glib-threads branch into the mainOwen Taylor1998-12-151-3/+15
* removed the GListAllocator type and its g_*_allocator_*() functionTim Janik1998-11-241-52/+49
* check for key_compare_func != NULL (reported by Michal Kara).Tim Janik1998-09-181-0/+2
* new function g_log_set_always_fatal() to set an additional fatal_mask forTim Janik1998-08-181-6/+7
* added a GNode test.Tim Janik1998-07-311-0/+4