summaryrefslogtreecommitdiff
path: root/glib/glist.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/glist.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
* glist: code style cleanup for g_list_insert_before()Christian Hergert2019-05-011-6/+4
* list: add g_list_insert_before_link()Christian Hergert2019-05-011-0/+58
* glist: Mention -Wcast-function-type problems with g_*list_copy_deep()Philip Withnall2018-08-201-2/+4
* glib: document restrictions on various foreach() functionsDan Winship2017-11-161-0/+6
* GList: Fix typo of member ->prev in documentationDaniel Boles2017-08-071-1/+1
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* glist: Clarify that g_list_nth() is expensivePhilip Withnall2015-03-031-0/+8
* glist: Clarify how g_list_free_1() handles linksPhilip Withnall2015-03-031-1/+4
* glist: Mention that g_list_length() is bad for checking list emptinessPhilip Withnall2015-02-111-1/+2
* docs: let go of *Matthias Clasen2014-02-141-6/+6
* Docs: Drop entities, switch away from sgml modeMatthias Clasen2014-02-091-2/+2
* Eradicate links and xrefsMatthias Clasen2014-02-081-12/+9
* Annotate all examples with their languageMatthias Clasen2014-02-011-8/+8
* Docs: Don't use the note tagMatthias Clasen2014-01-311-22/+9
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* GList: Some further documentation and formatting tweaksMatthias Clasen2014-01-191-224/+235
* tag: documentation enhancement for novice application developersOlivier Sessink2014-01-191-51/+113
* Make GList more robustMatthias Clasen2013-03-011-0/+3
* GList: be more robustMatthias Clasen2013-02-241-34/+35
* Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell2012-11-011-8/+13
* Adds g_list_copy_deep and g_slist_copy_deepJonh Wendell2012-06-211-3/+45
* Document that g_list_sort is a stable sort.Josselin Mouette2011-11-201-1/+2
* More consistent doc formattingMatthias Clasen2011-11-121-3/+1
* Remove bits of dead code identified by coverage testsMatthias Clasen2011-10-031-10/+6
* Don't #include <glib/gslice.h> from gmem.hRyan Lortie2011-09-181-0/+1
* Move GAllocator/GMemChunk to separate fileRyan Lortie2011-09-181-33/+0
* Revert "Optimize g_[s]list_free_full a bit"Matthias Clasen2011-07-271-8/+3
* Optimize g_[s]list_free_full a bitMatthias Clasen2011-07-101-3/+8
* Documentation fixupsMatthias Clasen2011-05-291-1/+1
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* Bug 158725 - free linked list with dataRyan Lortie2010-10-281-1/+20
* Remove excessive header inclusionsMatthias Clasen2010-09-031-3/+5
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* GList, GSList: move docs from tmpl to .cRyan Lortie2010-02-011-0/+154
* Tiny doc fixMatthias Clasen2008-06-121-1/+1
* Fix the docsMatthias Clasen2008-04-031-1/+1
* fix last commit.Benjamin Otte2008-03-011-1/+1
* Move docs inlineMatthias Clasen2008-02-291-7/+354
* use standard_calloc to allocate the profile_data. (#335209, Chris Wilson)Matthias Clasen2006-03-201-24/+27
* - Added g_list_insert_sorted_with_data () andMartyn James Russell2005-12-071-19/+31
* implement chain walking for arbitrary ->next pointer offsets inTim Janik2005-12-051-1/+1
* Apply a patch from Behdad Esfahbod to use a faster lookup table forMatthias Clasen2005-11-041-6/+3
* prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik2005-11-011-195/+17
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+3
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1