carry out all dtalist pointer accesses atomically, some missing cases
[platform/upstream/glib.git] / glib / gdataset.c
2006-01-31 Tim Janikcarry out all dtalist pointer accesses atomically,...
2005-11-23 Tim Janikaccess datalist flags via atomic pointer access funcito...
2005-11-23 Tim Janikstreamlined initialization code somewhat, removed GData...
2005-11-22 Matthias ClasenAvoid double locking in g_intern_string (#322133, Bened...
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-08-31 Matthias ClasenAdd functions to intern strings.
2005-08-10 Stepan KasalFix typos: invokation -> invocation.
2005-07-31 Tim Janikmoved G_DATALIST_*_POINTER() macros here, because prope...
2005-05-05 Owen TaylorAdd g_object_add/remove_toggle_ref() functions to get...
2005-03-14 Manish Singhremove spurious IA prefix from g_quark_try_string.
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...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2001-05-11 Tim Janikmake these safe against removal of the current element.
2001-02-17 Havoc Penningtoninclude string.h
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-02-03 Tim Janikreturn stolen data from g_datalist_id_remove_no_notify...
1999-10-17 Sebastian Wilhelmiremove g_dataset_global_lock around destroy() notificat...
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-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-24 Tim Janikremoved the GListAllocator type and its g_*_allocator_...
1998-11-19 Elliot LeeFix for g_datalist_id_set_full() use (error is deeper...
1998-10-08 Tim Janikremoved functions g_dataset_id_set_destroy and g_datali...
1998-09-18 Tim Janikmake the datalists a safe type (not using a generic...
1998-09-17 Tim Janikimplemented g_datalist_* along the lines of g_dataset...
1998-06-19 Tim Janikremoved g_dataset_try_key, g_dataset_force_id and g_dat...
1998-06-12 Federico Mena Quintero#include <string.h>
1998-06-11 Tim Janiknew function g_dataset_retrive_key. adjusted prealloc...
1998-06-10 Owen TaylorInitial revision