[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / glib / garray.c
2014-10-08 Aleksander Morgadogarray: initialize allocated size in g_byte_array_new_t...
2014-09-13 Sébastien Wilmetdocs: various small fixes
2014-02-15 Matthias Clasendocs: let go of *
2014-02-02 Emmanuele Bassiarray: Remove a compiler warning
2014-02-02 Emmanuele Bassiarray: Fix compilation
2014-02-02 Matthias ClasenGArray: Documentation cleanups
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias ClasenDocs: Big entity cleanup
2014-02-01 Matthias ClasenDocs: Convert examples to |[ ]|
2014-01-31 Matthias ClasenDocs: Don't use the note tag
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-31 Matthias ClasenDocs: don't use the structname tag
2013-12-15 Tristan Van BerkomGPtrArray: Added g_ptr_array_insert()
2013-11-24 Matthias ClasenAvoid a compiler warning
2013-11-24 Matthias ClasenFix array API inconsistency
2013-11-20 Dan WinshipRequire C90 compliance
2013-11-05 Philip Withnallgarray: Note lack of bounds checking in g_ptr_array_ind...
2012-11-09 Martin PittGByteArray: Add missing transfer annotations
2012-11-01 Robert AncellUse "Returns:" instead of the invalid "@returns" for...
2012-09-23 Matthias ClasenFix g_ptr_array_ref_docs
2012-03-31 Robert AncellAdd missing allow-none annotations for function parameters.
2012-03-16 Alexander LarssonMake g_array_sort* methods use a stable sort
2012-01-25 Guillaume DesmottesGArray: initialize the clear_func pointer
2012-01-25 Emmanuele Bassiarray: Add a clear function
2012-01-14 Benjamin Ottearray: return_if_fail() if element size is 0
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-14 Simon McVittieg_array_free, g_ptr_array_free: decrement refcount...
2011-12-14 Simon McVittieGArray, GPtrArray: factor out the actual freeing
2011-12-14 Stef Walterdocumentation fixes
2011-11-24 Stef WalterGBytes: A new type for an immutable set of bytes.
2011-09-19 Ryan LortieDon't #include <glib/gslice.h> from gmem.h
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-07-22 Xavier ClaessensAdd g_ptr_array_new_full
2011-06-04 Matthias ClasenFix doc typos
2011-05-29 Matthias ClasenVolatile not necessary after all
2011-05-29 Matthias ClasenGArray: Avoid unncessary atomic accesses to refcounts
2011-05-15 Philip Withnalldocs: Improve punctuation in some of the GArray method...
2011-05-15 Benjamin Ottedocs: Add the cute trick comment to all sort functions
2011-05-15 Benjamin Ottedocs: Add a cute trick for achieving a stable sort
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-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-08-09 Matthias ClasenRemove two redundant comments
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-20 Matthias ClasenFix a memory leak in g_ptr_array_remove_index_fast
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-03 Krzesimir NowakAdd checks for NULL pointer in arrays.
2010-02-01 Ryan LortieG{Byte,Ptr,}Array: move docs from tmpl to .c
2010-01-13 Sven Herzbergproperly abort instead of looping infinitely
2009-09-07 Dan WinshipCall element_free_func when shrinking array with g_ptr_...
2009-05-01 Dan WinshipMisc warning fixes
2009-04-29 David ZeuthenBug 580450 – Reference counting and boxed types for...
2008-12-31 Matthias ClasenFix some compiler warnings
2006-01-25 Tim Janikhonour g_mem_gc_friendly settings when freeing slices...
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...
2004-01-31 Matthias ClasenDon't return FALSE from a pointer function. (#131472...
2003-12-26 Matthias ClasenNew function to call a function for each element of...
2003-11-05 Morten WelinderMake it compile. (#119337, self.)
2003-09-30 Soeren Sandmannmake the argument const to get rid of warning
2003-07-26 Matthias ClasenNew functions to remove a range of elements from an...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-05-07 Owen TaylorFixes for #79347, Ron Arts.
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-05-23 Sebastian WilhelmiTiny speed improvement suggested by noon@users.sourcefo...
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-11-20 Jonathan BlandfordPatch from David Benson <daveb@idealab.com> to add...
2000-09-25 Elliot LeeAdd a few missing G_GNUC_CONST's.
2000-08-17 Darin AdlerReturn the data left behind. Return the data left behind.
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-17 Sebastian WilhelmiAdd configure test for garbage collector friendliness...
2000-04-17 Sebastian WilhelmiAdded g_(array|ptr_array|byte_array)_sized_new function...
2000-03-24 Sebastian WilhelmiMade GArray behave correct. Now zero_terminated really...
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...
1998-12-17 Sebastian WilhelmiFixed size in g_memmove, reported by Alexander Larsson
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age 0.
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-11-23 Owen Tayloradded g_array_insert_vals() to insert elements at an...
1998-11-03 Sebastian Wilhelminew function for removing an entry from an array while...
1998-09-07 Tim Janikcheck for all three inline keywords individually.
1998-09-02 Owen Taylormake data argument const.
1998-09-02 Manish SinghMostly changes to GArray code. See ChangeLog.
1998-08-16 Tim Janikversion bump to 1.1.3, binary age 0, interface age 0.
1998-08-03 Sebastian Wilhelmigarray.c (g_ptr_array_remove_index): bugfix: index...
1998-06-12 Josh MacDonald[Changes from josh to sync with his glib stuff -Yosh]
1998-06-10 Owen TaylorInitial revision