applied patch from Andreas Persenius <ndap@swipnet.se> that updates the
[platform/upstream/glib.git] / glib / garray.c
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-05-19 Tim Janikfixed SIZEOF_LONG==4 assumption with ENABLE_MEM_CHECK...
2000-04-17 Sebastian WilhelmiAdd configure test for garbage collector friendliness...
2000-04-17 Sebastian WilhelmiAdded g_(array|ptr_array|byte_array)_sized_new function...
2000-03-24 Sebastian WilhelmiMade GArray behave correct. Now zero_terminated really...
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-10 Sebastian Wilhelmis/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added...
1998-12-17 Sebastian WilhelmiFixed size in g_memmove, reported by Alexander Larsson
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age 0.
1998-12-15 Owen TaylorThis commit merges the glib-threads branch into the...
1998-11-23 Owen Tayloradded g_array_insert_vals() to insert elements at an...
1998-11-03 Sebastian Wilhelminew function for removing an entry from an array while...
1998-09-07 Tim Janikcheck for all three inline keywords individually.
1998-09-02 Owen Taylormake data argument const.
1998-09-02 Manish SinghMostly changes to GArray code. See ChangeLog.
1998-08-16 Tim Janikversion bump to 1.1.3, binary age 0, interface age 0.
1998-08-03 Sebastian Wilhelmigarray.c (g_ptr_array_remove_index): bugfix: index...
1998-06-12 Josh MacDonald[Changes from josh to sync with his glib stuff -Yosh]
1998-06-10 Owen TaylorInitial revision