hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / glib / gslist.c
2014-09-26 Sébastien Wilmetgslist: indentation fix
2014-02-15 Matthias Clasendocs: let go of *
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-01-31 Matthias ClasenDocs: Don't use the note tag
2014-01-31 Daniel MustielesUpdated FSF's address
2012-11-01 Robert AncellUse "Returns:" instead of the invalid "@returns" for...
2012-06-23 Matthias ClasenAdd a note of caution to the g_slist_delete_link()...
2012-06-21 Jonh WendellAdds g_list_copy_deep and g_slist_copy_deep
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-11-13 Matthias ClasenMore consistent doc formatting
2011-10-04 Matthias ClasenRemove bits of dead code identified by coverage tests
2011-09-19 Ryan LortieDon't #include <glib/gslice.h> from gmem.h
2011-09-19 Ryan LortieMove GAllocator/GMemChunk to separate file
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-07-28 Matthias ClasenRevert "Optimize g_[s]list_free_full a bit"
2011-07-11 Matthias ClasenOptimize g_[s]list_free_full a bit
2011-05-29 Matthias ClasenDocumentation fixups
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-02-01 Johan DahlinCorrect gtk-doc SECTION: syntax
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-12-05 Chris KühlAdded note in g_slist_free about using *free_full to...
2010-10-28 Ryan LortieBug 158725 - free linked list with data
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-09-04 Matthias ClasenRemove redundant header inclusions
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-02-01 Ryan LortieGList, GSList: move docs from tmpl to .c
2008-03-10 Matthias ClasenFix a typo
2008-02-29 Matthias ClasenMove docs inline
2006-03-20 Matthias Clasenuse standard_calloc to allocate the profile_data. ...
2005-12-07 Martyn James Russell- Added g_list_insert_sorted_with_data () and
2005-12-05 Tim Janikimplement chain walking for arbitrary ->next pointer...
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2001-07-02 Tim Janikadded g_list_insert_before().
2001-05-03 Owen TaylorMake foreach() safe against removal of the _current_...
2001-03-18 Tim Janikremoved archaic gpointer derived_data; relict and added...
2001-03-07 Tim Janikchanged prototype of g_boxed_type_register_static(...
2000-12-19 Sebastian WilhelmiOk, I'm a moron. When I originally implemented ENABLE_G...
2000-12-19 Alexander LarssonAdded --disable-mem-pools option.
2000-11-20 Jonathan BlandfordPatch from David Benson <daveb@idealab.com> to add...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-05-19 Tim Janikfixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK...
2000-04-18 Sebastian WilhelmiChanged the 'data' parameters from gpointer to gconstpo...
2000-04-17 Sebastian WilhelmiAdd configure test for garbage collector friendliness...
2000-03-01 Tim Janikminor optimization.
1999-08-17 Tor LillqvistAdd a cast.
1999-07-24 Tim Janik18:36. incorporated proposed cleanups from gtk-devel...
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-10 Sebastian Wilhelmis/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added...
1999-02-09 Elliot Leepools of 128 items instead of 1024 items.
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age 0.
1998-12-15 Owen TaylorMake sure all calls to g_node_validate_allocator are...
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-11-24 Tim Janikremoved the GListAllocator type and its g_*_allocator_...
1998-11-23 Tim Janiknew function g_slist_copy() to duplicate a list with...
1998-11-13 Owen TaylorAdded g_list_sort() and g_slist_sort() to merge sort...
1998-06-10 Owen TaylorInitial revision