summaryrefslogtreecommitdiff
path: root/glib/gnode.c
Commit message (Expand)AuthorAgeFilesLines
* 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