[kdbus] KDBUS_ITEM_PAYLOAD_OFF items are (once again) relative to msg header
[platform/upstream/glib.git] / glib / ghash.c
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