summaryrefslogtreecommitdiff
path: root/gnode.c
AgeCommit message (Expand)AuthorFilesLines
2000-12-19Added --disable-mem-pools option.Alexander Larsson1-0/+34
2000-09-29Added function to keep symetry with g_node_insert_before. 2000-09-29Jonathan Blandford1-0/+36
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik1-4/+4
2000-04-17Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi1-1/+9
2000-03-01minor optimization.Tim Janik1-0/+21
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1-0/+7
1999-02-10s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi1-1/+1
1999-02-09pools of 128 items instead of 1024 items.Elliot Lee1-1/+1
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1-9/+9
1998-12-15Make sure all calls to g_node_validate_allocator are withinOwen Taylor1-1/+1
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-5/+31
1998-11-24removed the GListAllocator type and its g_*_allocator_*() functionTim Janik1-35/+78
1998-10-25small fix to g_node_children_foreach to make it work right. From Paco MoyaManish Singh1-1/+1
1998-08-16version bump to 1.1.3, binary age 0, interface age 0.Tim Janik1-18/+20
1998-08-03change order of gpointer data; field in struct _GNode to be partly binaryTim Janik1-2/+2
1998-07-31added a GNode test.Tim Janik1-0/+887