summaryrefslogtreecommitdiff
path: root/glib/garray.c
Commit message (Expand)AuthorAgeFilesLines
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-3/+3
* Remove two redundant commentsMatthias Clasen2010-08-081-4/+0
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Fix a memory leak in g_ptr_array_remove_index_fastMatthias Clasen2010-06-201-6/+5
* Add checks for NULL pointer in arrays.Krzesimir Nowak2010-02-031-0/+21
* G{Byte,Ptr,}Array: move docs from tmpl to .cRyan Lortie2010-02-011-0/+629
* properly abort instead of looping infinitelySven Herzberg2010-01-131-8/+10
* Call element_free_func when shrinking array with g_ptr_array_set_sizeDan Winship2009-09-071-6/+2
* Misc warning fixesDan Winship2009-05-011-1/+1
* Bug 580450 – Reference counting and boxed types for arraysDavid Zeuthen2009-04-291-12/+241
* Fix some compiler warningsMatthias Clasen2008-12-311-58/+58
* honour g_mem_gc_friendly settings when freeing slices, make sureTim Janik2006-01-251-43/+29
* prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik2005-11-011-33/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+11
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Don't return FALSE from a pointer function. (#131472, Morten Welinder)Matthias Clasen2004-01-311-3/+3
* New function to call a function for each element of a GPtrArray. (#114790)Matthias Clasen2003-12-261-0/+23
* Make it compile. (#119337, self.)Morten Welinder2003-11-051-1/+5
* make the argument const to get rid of warningSoeren Sandmann2003-09-301-1/+1
* New functions to remove a range of elements from an array. (#94879, NalinMatthias Clasen2003-07-261-1/+61
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-3/+1
* Fixes for #79347, Ron Arts.Owen Taylor2002-05-071-4/+0
* Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor2001-06-231-2/+2
* Tiny speed improvement suggested by noon@users.sourceforge.net.Sebastian Wilhelmi2001-05-231-3/+3
* changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik2001-03-071-3/+3
* Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, ISebastian Wilhelmi2000-12-191-0/+4
* Patch from David Benson <daveb@idealab.com> to add user_data support toJonathan Blandford2000-11-201-1/+78
* Add a few missing G_GNUC_CONST's.Elliot Lee2000-09-251-1/+1
* Return the data left behind. Return the data left behind.Darin Adler2000-08-171-7/+27
* 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-7/+7
* Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi2000-04-171-9/+49
* Added g_(array|ptr_array|byte_array)_sized_new functions, that reserve aSebastian Wilhelmi2000-04-171-5/+27
* Made GArray behave correct. Now zero_terminated really means, that theSebastian Wilhelmi2000-03-241-47/+65
* 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-2/+2
* Fixed size in g_memmove, reported by Alexander LarssonSebastian Wilhelmi1998-12-171-1/+1
* version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1998-12-161-10/+10
* This commit merges the glib-threads branch into the mainOwen Taylor1998-12-151-4/+15
* added g_array_insert_vals() to insert elements at an arbitrary index, andOwen Taylor1998-11-231-0/+21
* new function for removing an entry from an array while preserving theSebastian Wilhelmi1998-11-031-2/+112
* check for all three inline keywords individually.Tim Janik1998-09-071-1/+1
* make data argument const.Owen Taylor1998-09-021-6/+6
* Mostly changes to GArray code. See ChangeLog.Manish Singh1998-09-021-43/+63
* version bump to 1.1.3, binary age 0, interface age 0.Tim Janik1998-08-161-3/+3
* garray.c (g_ptr_array_remove_index): bugfix: index check for array hasSebastian Wilhelmi1998-08-031-1/+1
* [Changes from josh to sync with his glib stuff -Yosh]Josh MacDonald1998-06-121-0/+177
* Initial revisionOwen Taylor1998-06-101-0/+143