more atomic ops pointer cast fixes. this time it'll work with atomic op
[platform/upstream/glib.git] / glib / garray.c
2006-01-25 Tim Janikhonour g_mem_gc_friendly settings when freeing slices...
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-01-31 Matthias ClasenDon't return FALSE from a pointer function. (#131472...
2003-12-26 Matthias ClasenNew function to call a function for each element of...
2003-11-05 Morten WelinderMake it compile. (#119337, self.)
2003-09-30 Soeren Sandmannmake the argument const to get rid of warning
2003-07-26 Matthias ClasenNew functions to remove a range of elements from an...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-05-07 Owen TaylorFixes for #79347, Ron Arts.
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-05-23 Sebastian WilhelmiTiny speed improvement suggested by noon@users.sourcefo...
2001-03-07 Tim Janikchanged prototype of g_boxed_type_register_static(...
2000-12-19 Sebastian WilhelmiOk, I'm a moron. When I originally implemented ENABLE_G...
2000-11-20 Jonathan BlandfordPatch from David Benson <daveb@idealab.com> to add...
2000-09-25 Elliot LeeAdd a few missing G_GNUC_CONST's.
2000-08-17 Darin AdlerReturn the data left behind. Return the data left behind.
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