summaryrefslogtreecommitdiff
path: root/garray.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-26Move glib library into a subdirectory, make all GLib include files includeOwen Taylor1-670/+0
2001-06-23Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane.Owen Taylor1-2/+2
2001-05-23Tiny speed improvement suggested by noon@users.sourceforge.net.Sebastian Wilhelmi1-3/+3
2001-03-07changed prototype of g_boxed_type_register_static() to contain an optionalTim Janik1-3/+3
2000-12-19Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, ISebastian Wilhelmi1-0/+4
2000-11-20Patch from David Benson <daveb@idealab.com> to add user_data support toJonathan Blandford1-1/+78
2000-09-25Add a few missing G_GNUC_CONST's.Elliot Lee1-1/+1
2000-08-17Return the data left behind. Return the data left behind.Darin Adler1-7/+27
2000-07-26applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik1-4/+4
2000-05-19fixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK, from Art HaasTim Janik1-7/+7
2000-04-17Add configure test for garbage collector friendliness for GLib. IfSebastian Wilhelmi1-9/+49
2000-04-17Added g_(array|ptr_array|byte_array)_sized_new functions, that reserve aSebastian Wilhelmi1-5/+27
2000-03-24Made GArray behave correct. Now zero_terminated really means, that theSebastian Wilhelmi1-47/+65
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1-0/+7
1999-02-10s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi1-2/+2
1998-12-17Fixed size in g_memmove, reported by Alexander LarssonSebastian Wilhelmi1-1/+1
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1-10/+10
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-4/+15
1998-11-23added g_array_insert_vals() to insert elements at an arbitrary index, andOwen Taylor1-0/+21
1998-11-03new function for removing an entry from an array while preserving theSebastian Wilhelmi1-2/+112
1998-09-07check for all three inline keywords individually.Tim Janik1-1/+1
1998-09-02make data argument const.Owen Taylor1-6/+6
1998-09-02Mostly changes to GArray code. See ChangeLog.Manish Singh1-43/+63
1998-08-16version bump to 1.1.3, binary age 0, interface age 0.Tim Janik1-3/+3
1998-08-03garray.c (g_ptr_array_remove_index): bugfix: index check for array hasSebastian Wilhelmi1-1/+1
1998-06-12[Changes from josh to sync with his glib stuff -Yosh]Josh MacDonald1-0/+177
1998-06-10Initial revisionOwen Taylor1-0/+143