summaryrefslogtreecommitdiff
path: root/glib/gnode.c
Commit message (Expand)AuthorAgeFilesLines
* gnode: Eliminate implicit signed-to-unsigned integer conversionPhilip Withnall2017-11-281-2/+2
* glib: document restrictions on various foreach() functionsDan Winship2017-11-161-2/+4
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-1/+1
* Remove some informalexamplesMatthias Clasen2014-02-081-38/+15
* Eradicate links and xrefsMatthias Clasen2014-02-081-6/+4
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* More GTree and GNode formatting and documentation fixesMatthias Clasen2014-01-191-0/+53
* Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell2012-11-011-1/+2
* Macro to insert a new GNode "after" the given sibling.Ravi Sankar Guntur2012-01-241-2/+3
* Don't #include <glib/gslice.h> from gmem.hRyan Lortie2011-09-181-0/+2
* Move GAllocator/GMemChunk to separate fileRyan Lortie2011-09-181-31/+0
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* Remove some unneeded headersMatthias Clasen2010-09-031-3/+5
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* GTree, GNode: move docs from tmpl to .cRyan Lortie2010-02-011-0/+116
* Move docs inline. (#316260, Philippe Blain)Matthias Clasen2008-01-281-42/+291
* Silence compiler warnings.Matthias Clasen2005-11-281-1/+1
* prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik2005-11-011-147/+10
* 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
* New function to deep-copy a GNode and its children. (#93464, James M.Matthias Clasen2004-02-211-0/+39
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-3/+1
* Implement G_LEVEL_ORDER correctly.Matthias Clasen2001-11-261-92/+40
* Added --disable-mem-pools option.Alexander Larsson2000-12-191-0/+34
* Added function to keep symetry with g_node_insert_before. 2000-09-29Jonathan Blandford2000-09-291-0/+36
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi2000-04-171-1/+9
* minor optimization.Tim Janik2000-03-011-0/+21
* 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
* pools of 128 items instead of 1024 items.Elliot Lee1999-02-091-1/+1
* version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1998-12-161-9/+9
* Make sure all calls to g_node_validate_allocator are withinOwen Taylor1998-12-151-1/+1
* This commit merges the glib-threads branch into the mainOwen Taylor1998-12-151-5/+31
* removed the GListAllocator type and its g_*_allocator_*() functionTim Janik1998-11-241-35/+78
* small fix to g_node_children_foreach to make it work right. From Paco MoyaManish Singh1998-10-251-1/+1
* version bump to 1.1.3, binary age 0, interface age 0.Tim Janik1998-08-161-18/+20
* change order of gpointer data; field in struct _GNode to be partly binaryTim Janik1998-08-031-2/+2
* added a GNode test.Tim Janik1998-07-311-0/+887