summaryrefslogtreecommitdiff
path: root/garray.c
Commit message (Expand)AuthorAgeFilesLines
* 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