summaryrefslogtreecommitdiff
path: root/glist.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-03Make foreach() safe against removal of the _current_ element. While thisOwen Taylor1-1/+2
2001-04-03added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik1-0/+10
2001-03-18removed archaic gpointer derived_data; relict and added a GData memberTim Janik1-0/+28
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-2/+2
2000-12-19Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, ISebastian Wilhelmi1-2/+2
2000-12-19Added --disable-mem-pools option.Alexander Larsson1-0/+40
2000-11-20Patch from David Benson <daveb@idealab.com> to add user_data support toJonathan Blandford1-10/+39
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik1-4/+4
2000-04-18Changed the 'data' parameters from gpointer to gconstpointer for theSebastian Wilhelmi1-9/+9
2000-04-17Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi1-2/+21
1999-08-17Add a cast.Tor Lillqvist1-17/+36
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1-6/+5
1999-03-09Added stack, queue ADTs and related tests.Jeff Garzik1-0/+11
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-11/+11
1998-12-15Make sure all calls to g_node_validate_allocator are withinOwen Taylor1-5/+1
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-6/+38
1998-12-02Merge main loop into head. This probably breaks Win32, untilOwen Taylor1-0/+59
1998-11-24removed the GListAllocator type and its g_*_allocator_*() functionTim Janik1-65/+71
1998-11-23new function g_slist_copy() to duplicate a list with all its dataTim Janik1-0/+26
1998-11-13Added g_list_sort() and g_slist_sort() to merge sort GLists and GSLists.Owen Taylor1-1/+64
1998-06-10Initial revisionOwen Taylor1-0/+481