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