summaryrefslogtreecommitdiff
path: root/gdataset.c
AgeCommit message (Expand)AuthorFilesLines
1999-02-24inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1-0/+7
1999-02-10s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi1-2/+2
1998-12-16version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1-28/+28
1998-12-15This commit merges the glib-threads branch into the mainOwen Taylor1-13/+63
1998-11-24removed the GListAllocator type and its g_*_allocator_*() functionTim Janik1-46/+56
1998-11-19Fix for g_datalist_id_set_full() use (error is deeper down, some internalElliot Lee1-0/+3
1998-10-08removed functions g_dataset_id_set_destroy and g_datalist_id_set_destroyTim Janik1-31/+19
1998-09-18make the datalists a safe type (not using a generic gpointer) by expectingTim Janik1-39/+79
1998-09-17implemented g_datalist_* along the lines of g_dataset, but operates on anTim Janik1-138/+280
1998-06-19removed g_dataset_try_key, g_dataset_force_id and g_dataset_retrive_key inTim Janik1-88/+93
1998-06-12#include <string.h>Federico Mena Quintero1-0/+1
1998-06-11new function g_dataset_retrive_key. adjusted prealloc sizes, to take upTim Janik1-24/+37
1998-06-10Initial revisionOwen Taylor1-0/+342