summaryrefslogtreecommitdiff
path: root/glib/ghash.c
Commit message (Expand)AuthorAgeFilesLines
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* Build fixes for the fall-out of the inclusion changesEmmanuele Bassi2010-09-041-0/+1
* More include cleanupsMatthias Clasen2010-09-031-1/+4
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* gtk-doc fixupsRyan Lortie2010-03-211-2/+2
* GHash: move docs from tmpl to inline commentsRyan Lortie2010-01-281-0/+114
* Bug 580453 – Hash and equal functions for gint64 and gdoubleDavid Zeuthen2009-04-271-6/+7
* Bug 558672 – NULL key lookup using g_hash_table_lookup_extended()Christian Dywan2008-11-041-4/+7
* changed "#GHashTableIterator" to "#GHashTableIter" in theJoseph Pingenot2008-10-271-2/+2
* Rewrite most of GHashTable to use open addressing with quadratic probingHans Petter Jansson2008-09-201-219/+360
* Bug 536158 – also bump GHashTable version when a node is removed viaMatthias Clasen2008-06-101-0/+5
* Fix the build with -DG_DISABLE_ASSERT. (#525060, Arfrever FrehtesMatthias Clasen2008-03-311-0/+4
* These functions prototype defines its output as void, and therefore theyAlvaro Lopez Ortega2008-01-021-2/+2
* Fix up docsMatthias Clasen2007-12-151-7/+7
* Add hash table iterators. (#500507, Jean-Yves Lefort)Matthias Clasen2007-12-151-0/+258
* Call destroy notify when destroying the hash table in g_hash_table_unref.Mathias Hasselmann2007-12-061-1/+1
* ungtk-docify some comments for internal functionsRyan Lortie2007-12-051-16/+16
* no code changes; add comments to document the internal functions.Ryan Lortie2007-12-041-0/+134
* no code changes; reorder functions to remove the need for forwardRyan Lortie2007-12-041-171/+157
* improve clarity in some functionsRyan Lortie2007-12-041-38/+44
* rename 'node' to 'node_ptr' where appropriateRyan Lortie2007-12-041-16/+16
* convert G_HASH_TABLE_RESIZE() macro to inline functionRyan Lortie2007-12-041-14/+15
* only whitespace fixes, mostly removing spaces at ends of lines (and on empty ...Ryan Lortie2007-12-041-117/+117
* create a common function for the many places where all nodes in the tableRyan Lortie2007-12-031-67/+27
* merge more common code into functions. Vastly simplify loop logic inRyan Lortie2007-12-031-76/+54
* nothing to see here... move along, move along :)Ryan Lortie2007-11-281-3/+7
* insert/replace were identical except for a single line. Replace both withRyan Lortie2007-11-281-50/+34
* g_hash_table_find(), g_hash_table_foreach(): document performance caveatsTim Janik2007-06-251-3/+15
* Add g_hash_table_get_keys() and g_hash_table_get_values(), API to retrieveEmmanuele Bassi2007-04-111-0/+62
* implemented static debugging hash-tree to validate slice adresses andTim Janik2006-12-281-1/+1
* cache the value of the hash function in the GHashNode. this speeds upRyan Lortie2006-12-271-17/+34
* Forgotten fileMatthias Clasen2006-12-181-1/+1
* Add g_hash_table_{remove,steal}_all to remove all nodes from a hash table.Matthias Clasen2006-06-011-12/+60
* honour g_mem_gc_friendly settings when freeing slices, make sureTim Janik2006-01-251-6/+0
* Silence compiler warnings.Matthias Clasen2005-11-281-3/+4
* Typo in comment.Morten Welinder2005-11-251-1/+1
* Documentation improvementsMatthias Clasen2005-11-231-0/+4
* g_hash_table_new_full(): create hash tables with a ref count of 1.Tim Janik2005-11-221-20/+74
* prepared deprecation of GMemChunk and GAllocator. added g_slice_*() API toTim Janik2005-11-011-79/+5
* Fix a typo in the docs. (#311569, Ross Burton)Matthias Clasen2005-07-261-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Point to g_hash_table_lookup_extended() for differentiation betweenMatthias Clasen2004-08-301-1/+4
* Documentation updates.Matthias Clasen2004-02-271-7/+8
* applied patch from #131937 with slight renames. providesTim Janik2004-02-201-0/+34
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-3/+1
* Patch from Morten Welinder to make ghash.c properly obeyOwen Taylor2002-11-211-4/+29
* avoid repeated call of g_spaced_primes_closest() by moving it out of theSven Neumann2002-03-201-3/+3
* Minor markup fixes.Matthias Clasen2001-12-161-13/+13
* Documentation fixes.Matthias Clasen2001-12-121-3/+3