1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00
Files
weechat/src/plugins
Sebastien Helleu d12c9efdbc core: change type of hashtable key hash to unsigned long, return item pointer in functions hashtable_set(_with_size)
The key hash has been changed from unsigned int to unsigned long, and now the
callback can return any value (not only between 0 and size-1), the modulo is
computed after the call to the callback by the hashtable functions.

Functions hashtable_set and hashtable_set_with_size were returning 1 if OK,
0 if error. Now they return pointer to hashtable item, or NULL if error.
2013-08-10 09:35:06 +02:00
..
2013-07-31 18:56:32 +02:00
2013-07-31 18:56:32 +02:00
2013-01-01 13:12:49 +01:00
2013-01-01 13:12:49 +01:00
2013-01-01 13:12:49 +01:00
2013-07-27 18:21:50 +02:00
2013-01-01 13:12:49 +01:00