summaryrefslogtreecommitdiff
path: root/glib/gdataset.c
Commit message (Expand)AuthorAgeFilesLines
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-3/+3
* Bug 630185 — Allow NULL strings in g_quark_try_string()Philip Withnall2010-09-211-2/+4
* Build fixes for the fall-out of the inclusion changesEmmanuele Bassi2010-09-041-0/+1
* More include cleanupsMatthias Clasen2010-09-031-3/+8
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Initial support for dtrace and systemtapAlexander Larsson2010-05-271-1/+5
* Allocate quarks in chunks to avoid overhead and fragmentationAlexander Larsson2010-04-271-2/+34
* data{list,sets}, quarks: move docs from tmpl to .cRyan Lortie2010-01-301-2/+426
* Fix strict aliasing warnings and viiolations to make GLib andMatthias Clasen2009-02-171-2/+2
* Accept NULL and return GQuark value of zero. (#446859)Behdad Esfahbod2007-06-171-2/+4
* Fix a typoMatthias Clasen2006-12-181-1/+1
* Fix PLT issuesMatthias Clasen2006-09-301-1/+1
* Add some missing Since: 2.8 tagsMatthias Clasen2006-04-191-0/+6
* carry out all dtalist pointer accesses atomically, some missing casesTim Janik2006-01-311-8/+11
* access datalist flags via atomic pointer access funcitons, instead ofTim Janik2005-11-231-9/+17
* streamlined initialization code somewhat, removed GData node cache.Tim Janik2005-11-231-36/+11
* Avoid double locking in g_intern_string (#322133, Benedikt Meurer)Matthias Clasen2005-11-221-25/+51
* prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik2005-11-011-19/+5
* Add functions to intern strings.Matthias Clasen2005-08-311-0/+38
* Fix typos: invokation -> invocation.Stepan Kasal2005-08-101-2/+2
* moved G_DATALIST_*_POINTER() macros here, because proper use requires theTim Janik2005-07-311-10/+24
* Add g_object_add/remove_toggle_ref() functions to get notification when aOwen Taylor2005-05-051-11/+75
* remove spurious IA prefix from g_quark_try_string.Manish Singh2005-03-141-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-2/+6
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-1/+1
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-2/+4
* make these safe against removal of the current element.Tim Janik2001-05-111-5/+11
* include string.hHavoc Pennington2001-02-171-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* return stolen data from g_datalist_id_remove_no_notify() andTim Janik2000-02-031-10/+24
* remove g_dataset_global_lock around destroy() notification here as well.Sebastian Wilhelmi1999-10-171-2/+12
* inserted additional note to look for ChangeLog and AUTHORS file for a logCST 1999 Shawn T. Amundson1999-02-241-0/+7
* s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added G_LOCK_EXTERN macroSebastian Wilhelmi1999-02-101-2/+2
* version bump to 1.1.8, binary age 0, interface age 0.Tim Janik1998-12-161-28/+28
* This commit merges the glib-threads branch into the mainOwen Taylor1998-12-151-13/+63
* removed the GListAllocator type and its g_*_allocator_*() functionTim Janik1998-11-241-46/+56
* Fix for g_datalist_id_set_full() use (error is deeper down, some internalElliot Lee1998-11-191-0/+3
* removed functions g_dataset_id_set_destroy and g_datalist_id_set_destroyTim Janik1998-10-081-31/+19
* make the datalists a safe type (not using a generic gpointer) by expectingTim Janik1998-09-181-39/+79
* implemented g_datalist_* along the lines of g_dataset, but operates on anTim Janik1998-09-171-138/+280
* removed g_dataset_try_key, g_dataset_force_id and g_dataset_retrive_key inTim Janik1998-06-191-88/+93
* #include <string.h>Federico Mena Quintero1998-06-121-0/+1
* new function g_dataset_retrive_key. adjusted prealloc sizes, to take upTim Janik1998-06-111-24/+37
* Initial revisionOwen Taylor1998-06-101-0/+342