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