cleanup
[platform/upstream/glib.git] / glib / ghash.h
2014-01-31 Daniel MustielesUpdated FSF's address
2013-11-24 Matthias ClasenAdd boolean returns to some hash functions
2013-10-27 Ryan LortieAdd g_hash_table_get_keys_as_array()
2013-01-13 Ryan Lortievarious: add GLIB_AVAILABLE_IN_ALL everywhere else
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-05-26 Colin WaltersAnnotate API introduced for 2.30 with GLIB_AVAILABLE_IN...
2012-02-11 Matthias ClasenFix a parameter name mismatch
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2012-01-06 Ryan Lortieminor fixup to last commit
2012-01-06 Ryan LortieGHashTable: new 'add' and 'contains' APIs
2011-11-03 Matthias ClasenDon't use G_DISABLE_DEPRECATED guards around deprecated...
2011-10-12 Matthias ClasenMake single includes mandatory
2011-10-02 Matthias ClasenGHash: Cosmetic changes
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-06-21 Philip Van HoofAdd iter_replace API to GHashTableIter
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-01-29 Ryan LortieGHash: move docs from tmpl to inline comments
2009-04-27 David ZeuthenBug 580453 – Hash and equal functions for gint64 and...
2008-05-05 Michael Natterer#define __GLIB_H_INSIDE__ around including everything.
2008-03-14 Michael Natterermake it possible to disable single-file includes by...
2007-12-15 Matthias ClasenAdd hash table iterators. (#500507, Jean-Yves Lefort)
2007-04-11 Emmanuele BassiAdd g_hash_table_get_keys() and g_hash_table_get_values...
2006-06-01 Matthias ClasenAdd g_hash_table_{remove,steal}_all to remove all nodes...
2005-11-22 Tim Janikg_hash_table_new_full(): create hash tables with a...
2005-05-01 Matthias ClasenOne more parameter renamed
2005-05-01 Matthias ClasenCosmetics
2004-02-20 Tim Janikapplied patch from #131937 with slight renames. provides
2003-02-06 Matthias ClasenFix a bunch of typos in header comments. (#102422,...
2001-12-06 Matthias ClasenThe following patch corrects some function attributes...
2001-06-26 Owen TaylorMove glib library into a subdirectory, make all GLib...
2001-04-19 Sebastian WilhelmiRemove definition of g_hash_table_freeze and g_hash_tab...
2001-03-30 Sven Neumannghash.[ch] added new functions g_hash_table_new_full,
2000-12-13 Tim Janikreturn whether a value got removed.
2000-10-30 Sebastian WilhelmiIntroduced new function type GEqualFunc to return TRUE...
2000-10-12 Sebastian WilhelmiSplit glib.h into many header files mostly according...