2007-06-25 |
Tim Janik | g_hash_table_find(), g_hash_table_foreach(): document... |
blob | commitdiff |
2007-04-11 |
Emmanuele Bassi | Add g_hash_table_get_keys() and g_hash_table_get_values... |
blob | commitdiff | diff to current |
2006-12-28 |
Tim Janik | implemented static debugging hash-tree to validate... |
blob | commitdiff | diff to current |
2006-12-27 |
Ryan Lortie | cache the value of the hash function in the GHashNode... |
blob | commitdiff | diff to current |
2006-12-18 |
Matthias Clasen | Forgotten file |
blob | commitdiff | diff to current |
2006-06-01 |
Matthias Clasen | Add g_hash_table_{remove,steal}_all to remove all nodes... |
blob | commitdiff | diff to current |
2006-01-25 |
Tim Janik | honour g_mem_gc_friendly settings when freeing slices... |
blob | commitdiff | diff to current |
2005-11-28 |
Matthias Clasen | Silence compiler warnings. |
blob | commitdiff | diff to current |
2005-11-25 |
Morten Welinder | Typo in comment. |
blob | commitdiff | diff to current |
2005-11-23 |
Matthias Clasen | Documentation improvements |
blob | commitdiff | diff to current |
2005-11-22 |
Tim Janik | g_hash_table_new_full(): create hash tables with a... |
blob | commitdiff | diff to current |
2005-11-01 |
Tim Janik | prepared deprecation of GMemChunk and GAllocator. added... |
blob | commitdiff | diff to current |
2005-07-26 |
Matthias Clasen | Fix a typo in the docs. (#311569, Ross Burton) |
blob | commitdiff | diff to current |
2005-03-14 |
Matthias Clasen | Make PLT-reduction work with gcc4, and don't include... |
blob | commitdiff | diff to current |
2004-09-16 |
Matthias Clasen | Implement the same PLT reduction technique used in... |
blob | commitdiff | diff to current |
2004-08-30 |
Matthias Clasen | Point to g_hash_table_lookup_extended() for differentia... |
blob | commitdiff | diff to current |
2004-02-27 |
Matthias Clasen | Documentation updates. |
blob | commitdiff | diff to current |
2004-02-20 |
Tim Janik | applied patch from #131937 with slight renames. provides |
blob | commitdiff | diff to current |
2002-12-04 |
Owen Taylor | Patch from Sven Neumann to make the include order consi... |
blob | commitdiff | diff to current |
2002-11-21 |
Owen Taylor | Patch from Morten Welinder to make ghash.c properly... |
blob | commitdiff | diff to current |
2002-03-20 |
Sven Neumann | avoid repeated call of g_spaced_primes_closest() by... |
blob | commitdiff | diff to current |
2001-12-16 |
Matthias Clasen | Minor markup fixes. |
blob | commitdiff | diff to current |
2001-12-12 |
Matthias Clasen | Documentation fixes. |
blob | commitdiff | diff to current |
2001-11-29 |
Havoc Pennington | Add notes about how you shouldn't modify these data... |
blob | commitdiff | diff to current |
2001-08-23 |
Owen Taylor | Patch from Josh Pritikin to fix reversed key and value... |
blob | commitdiff | diff to current |
2001-08-20 |
Owen Taylor | Eliminate use of floating point when determining if... |
blob | commitdiff | diff to current |
2001-05-04 |
Sven Neumann | fixed a typo in a comment. |
blob | commitdiff | diff to current |
2001-04-19 |
Sebastian Wilhelmi | Remove definition of g_hash_table_freeze and g_hash_tab... |
blob | commitdiff | diff to current |
2001-03-30 |
Sven Neumann | ghash.[ch] added new functions g_hash_table_new_full, |
blob | commitdiff | diff to current |
2000-12-19 |
Sebastian Wilhelmi | Ok, I'm a moron. When I originally implemented ENABLE_G... |
blob | commitdiff | diff to current |
2000-12-13 |
Tim Janik | return whether a value got removed. |
blob | commitdiff | diff to current |
2000-10-30 |
Sebastian Wilhelmi | Introduced new function type GEqualFunc to return TRUE... |
blob | commitdiff | diff to current |
2000-07-26 |
Tim Janik | applied patch from Andreas Persenius <ndap@swipnet... |
blob | commitdiff | diff to current |
2000-07-20 |
Sebastian Wilhelmi | Mark the functions g_hash_table_freeze, g_hash_table_th... |
blob | commitdiff | diff to current |
2000-04-17 |
Sebastian Wilhelmi | Add configure test for garbage collector friendliness... |
blob | commitdiff | diff to current |
1999-02-24 |
CST 1999 Shawn T... | inserted additional note to look for ChangeLog and... |
blob | commitdiff | diff to current |
1999-02-15 |
Tim Janik | return guints instead of gints for g_hash_table_size and |
blob | commitdiff | diff to current |
1999-02-10 |
Sebastian Wilhelmi | s/G_LOCK_DECLARE/G_LOCK_DEFINE/ throuhout glib. Added... |
blob | commitdiff | diff to current |
1999-01-24 |
EST 1999 Jeff Garzik | - Revert previous "fix" (which really just did things... |
blob | commitdiff | diff to current |
1999-01-24 |
Jeff Garzik | - Fixed bug that overwrote nodes in hash buckets instea... |
blob | commitdiff | diff to current |
1998-12-16 |
Tim Janik | version bump to 1.1.8, binary age 0, interface age 0. |
blob | commitdiff | diff to current |
1998-12-15 |
Owen Taylor | This commit merges the glib-threads branch into the... |
blob | commitdiff | diff to current |
1998-11-28 |
Tim Janik | implemented incremental freezing facility. |
blob | commitdiff | diff to current |
1998-11-26 |
Tim Janik | reverted the g_hash_table_set_key_freefunc() addition... |
blob | commitdiff | diff to current |
1998-11-24 |
EST 1998 Michael... | added GFreeFunc and g_hash_table_set_key_freefunc(... |
blob | commitdiff | diff to current |
1998-09-21 |
Tim Janik | NEWS file update for upcoming release of GLib + GModule... |
blob | commitdiff | diff to current |
1998-09-20 |
Manish Singh | This is Josh, commiting as Manish. This is completely... |
blob | commitdiff | diff to current |
1998-09-02 |
Manish Singh | Mostly changes to GArray code. See ChangeLog. |
blob | commitdiff | diff to current |
1998-07-09 |
Lauri Alanko | Renamed g_hash_table_lookup_full to g_hash_table_lookup... |
blob | commitdiff | diff to current |
1998-07-07 |
Lauri Alanko | Generic hash cleanup, added a function (g_hash_table_lo... |
blob | commitdiff | diff to current |
1998-06-12 |
Josh MacDonald | [Changes from josh to sync with his glib stuff -Yosh] |
blob | commitdiff | diff to current |
1998-06-10 |
Owen Taylor | Initial revision |
blob | commitdiff | diff to current |
|