summaryrefslogtreecommitdiff
path: root/glib/gslist.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* glist: Clarify that g_list_free() and friends only free an entire listPhilip Withnall2020-09-221-2/+2
* Add some notes on complexity in glib/gslist.cEmmanuel Fleury2020-09-021-1/+6
* glist: Add docs examples of how to combine with g_steal_pointer()Philip Withnall2020-02-071-0/+16
* list, slist: Add g_clear_{s,}list()Ernestas Kulik2019-11-251-0/+29
* gslist: Fix a minor documentation syntax problemPhilip Withnall2018-08-201-1/+1
* glist: Mention -Wcast-function-type problems with g_*list_copy_deep()Philip Withnall2018-08-201-3/+5
* gslist: Document that g_slist_sort() is stablePhilip Withnall2017-11-281-1/+2
* glib: document restrictions on various foreach() functionsDan Winship2017-11-161-0/+6
* gslist: Simplified node removal and got rid of some code duplicationChristian Schramm2017-09-121-58/+34
* GSList: Note that using ->next directly is OKDaniel Boles2017-08-071-0/+2
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* glist: Mention that g_list_length() is bad for checking list emptinessPhilip Withnall2015-02-111-1/+2
* gslist: indentation fixSébastien Wilmet2014-09-271-51/+51
* docs: let go of *Matthias Clasen2014-02-141-4/+4
* Eradicate links and xrefsMatthias Clasen2014-02-081-59/+56
* Annotate all examples with their languageMatthias Clasen2014-02-011-4/+4
* Docs: Don't use the note tagMatthias Clasen2014-01-311-22/+8
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell2012-11-011-2/+4
* 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