GHash: move docs from tmpl to inline comments
[platform/upstream/glib.git] / glib / ghash.c
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-11-04 Christian DywanBug 558672 – NULL key lookup using g_hash_table_lookup_...
2008-10-27 Joseph Pingenotchanged "#GHashTableIterator" to "#GHashTableIter"...
2008-09-20 Hans Petter JanssonRewrite most of GHashTable to use open addressing with...
2008-06-10 Matthias Clasen Bug 536158 – also bump GHashTable version when...
2008-03-31 Matthias ClasenFix the build with -DG_DISABLE_ASSERT. (#525060, Arfrev...
2008-01-02 Alvaro Lopez OrtegaThese functions prototype defines its output as void...
2007-12-15 Matthias ClasenFix up docs
2007-12-15 Matthias ClasenAdd hash table iterators. (#500507, Jean-Yves Lefort)
2007-12-06 Mathias HasselmannCall destroy notify when destroying the hash table...
2007-12-05 Ryan Lortieungtk-docify some comments for internal functions
2007-12-04 Ryan Lortieno code changes; add comments to document the internal...
2007-12-04 Ryan Lortieno code changes; reorder functions to remove the need...
2007-12-04 Ryan Lortieimprove clarity in some functions
2007-12-04 Ryan Lortierename 'node' to 'node_ptr' where appropriate
2007-12-04 Ryan Lortieconvert G_HASH_TABLE_RESIZE() macro to inline function
2007-12-04 Ryan Lortieonly whitespace fixes, mostly removing spaces at ends...
2007-12-03 Ryan Lortiecreate a common function for the many places where...
2007-12-03 Ryan Lortiemerge more common code into functions. Vastly simplify...
2007-11-28 Ryan Lortienothing to see here... move along, move along :)
2007-11-28 Ryan Lortieinsert/replace were identical except for a single line...
2007-06-25 Tim Janikg_hash_table_find(), g_hash_table_foreach(): document...
2007-04-11 Emmanuele BassiAdd g_hash_table_get_keys() and g_hash_table_get_values...
2006-12-28 Tim Janikimplemented static debugging hash-tree to validate...
2006-12-27 Ryan Lortiecache the value of the hash function in the GHashNode...
2006-12-18 Matthias ClasenForgotten file
2006-06-01 Matthias ClasenAdd g_hash_table_{remove,steal}_all to remove all nodes...
2006-01-25 Tim Janikhonour g_mem_gc_friendly settings when freeing slices...
2005-11-28 Matthias ClasenSilence compiler warnings.
2005-11-25 Morten WelinderTypo in comment.
2005-11-23 Matthias ClasenDocumentation improvements
2005-11-22 Tim Janikg_hash_table_new_full(): create hash tables with a...
2005-11-01 Tim Janikprepared deprecation of GMemChunk and GAllocator. added...
2005-07-26 Matthias ClasenFix a typo in the docs. (#311569, Ross Burton)
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...
2004-08-30 Matthias ClasenPoint to g_hash_table_lookup_extended() for differentia...
2004-02-27 Matthias ClasenDocumentation updates.
2004-02-20 Tim Janikapplied patch from #131937 with slight renames. provides
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-21 Owen TaylorPatch from Morten Welinder to make ghash.c properly...
2002-03-20 Sven Neumannavoid repeated call of g_spaced_primes_closest() by...
2001-12-16 Matthias ClasenMinor markup fixes.
2001-12-12 Matthias ClasenDocumentation fixes.
2001-11-29 Havoc PenningtonAdd notes about how you shouldn't modify these data...
2001-08-23 Owen TaylorPatch from Josh Pritikin to fix reversed key and value...
2001-08-20 Owen TaylorEliminate use of floating point when determining if...
2001-05-04 Sven Neumannfixed a typo in a comment.
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-19 Sebastian WilhelmiOk, I'm a moron. When I originally implemented ENABLE_G...
2000-12-13 Tim Janikreturn whether a value got removed.
2000-10-30 Sebastian WilhelmiIntroduced new function type GEqualFunc to return TRUE...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-07-20 Sebastian WilhelmiMark the functions g_hash_table_freeze, g_hash_table_th...
2000-04-17 Sebastian WilhelmiAdd configure test for garbage collector friendliness...
1999-02-24 CST 1999 Shawn T... inserted additional note to look for ChangeLog and...
1999-02-15 Tim Janikreturn guints instead of gints for g_hash_table_size and
1999-02-10 Sebastian Wilhelmis/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added...
1999-01-24 EST 1999 Jeff Garzik- Revert previous "fix" (which really just did things...
1999-01-24 Jeff Garzik- Fixed bug that overwrote nodes in hash buckets instea...
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-28 Tim Janikimplemented incremental freezing facility.
1998-11-26 Tim Janikreverted the g_hash_table_set_key_freefunc() addition...
1998-11-24 EST 1998 Michael... added GFreeFunc and g_hash_table_set_key_freefunc(...
1998-09-21 Tim JanikNEWS file update for upcoming release of GLib + GModule...
1998-09-20 Manish SinghThis is Josh, commiting as Manish. This is completely...
1998-09-02 Manish SinghMostly changes to GArray code. See ChangeLog.
1998-07-09 Lauri AlankoRenamed g_hash_table_lookup_full to g_hash_table_lookup...
1998-07-07 Lauri AlankoGeneric hash cleanup, added a function (g_hash_table_lo...
1998-06-12 Josh MacDonald[Changes from josh to sync with his glib stuff -Yosh]
1998-06-10 Owen TaylorInitial revision