summaryrefslogtreecommitdiff
path: root/glib/gslist.c
Commit message (Expand)AuthorAgeFilesLines
* Add a note of caution to the g_slist_delete_link() docsMatthias Clasen2012-06-231-0/+12
* Adds g_list_copy_deep and g_slist_copy_deepJonh Wendell2012-06-211-3/+45
* More consistent doc formattingMatthias Clasen2011-11-121-3/+1
* Remove bits of dead code identified by coverage testsMatthias Clasen2011-10-031-10/+2
* Don't #include <glib/gslice.h> from gmem.hRyan Lortie2011-09-181-0/+2
* Move GAllocator/GMemChunk to separate fileRyan Lortie2011-09-181-32/+0
* Revert "Optimize g_[s]list_free_full a bit"Matthias Clasen2011-07-271-11/+6
* Optimize g_[s]list_free_full a bitMatthias Clasen2011-07-101-6/+11
* Documentation fixupsMatthias Clasen2011-05-291-1/+1
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* Added note in g_slist_free about using *free_full to mirror GList docsChris Kühl2010-12-061-0/+6
* Bug 158725 - free linked list with dataRyan Lortie2010-10-281-0/+18
* Remove redundant header inclusionsMatthias Clasen2010-09-031-172/+173
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* GList, GSList: move docs from tmpl to .cRyan Lortie2010-02-011-0/+113
* Fix a typoMatthias Clasen2008-03-101-1/+1
* Move docs inlineMatthias Clasen2008-02-291-11/+338
* use standard_calloc to allocate the profile_data. (#335209, Chris Wilson)Matthias Clasen2006-03-201-12/+21
* - Added g_list_insert_sorted_with_data () andMartyn James Russell2005-12-071-17/+30
* implement chain walking for arbitrary ->next pointer offsets inTim Janik2005-12-051-1/+1
* prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik2005-11-011-187/+17
* 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
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-3/+1
* added g_list_insert_before().Tim Janik2001-07-021-0/+39
* Make foreach() safe against removal of the _current_ element. While thisOwen Taylor2001-05-031-1/+2
* removed archaic gpointer derived_data; relict and added a GData memberTim Janik2001-03-181-11/+36
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-2/+2
* Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, ISebastian Wilhelmi2000-12-191-1/+1
* Added --disable-mem-pools option.Alexander Larsson2000-12-191-0/+39
* Patch from David Benson <daveb@idealab.com> to add user_data support toJonathan Blandford2000-11-201-11/+38
* 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/+2
* Changed the 'data' parameters from gpointer to gconstpointer for theSebastian Wilhelmi2000-04-181-9/+9
* Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi2000-04-171-2/+14
* minor optimization.Tim Janik2000-03-011-16/+10
* Add a cast.Tor Lillqvist1999-08-171-16/+35
* 18:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1999-07-241-3/+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
* 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-11/+11
* 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-4/+33
* removed the GListAllocator type and its g_*_allocator_*() functionTim Janik1998-11-241-41/+70
* new function g_slist_copy() to duplicate a list with all its dataTim Janik1998-11-231-0/+25
* Added g_list_sort() and g_slist_sort() to merge sort GLists and GSLists.Owen Taylor1998-11-131-0/+55
* Initial revisionOwen Taylor1998-06-101-0/+456