Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
#1394)
|
|
|
|
|
|
long long)
|
|
|
|
|
|
|
|
function hashtable_add_from_infolist
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
hashtable_add_to_infolist
|
|
integer/pointer/time in hashtable
|
|
|
|
|
|
|
|
|
|
|
|
hashtable_map_string
|
|
|
|
|
|
(for mouse gestures)
|
|
|
|
properties "keys", "values" and "keys_values"
|
|
|
|
|
|
|
|
|
|
values in hashtable are NULL
|
|
string with list of values or keys/values)
|
|
|
|
|
|
|
|
|
|
info_get_hashtable), add IRC info_hashtable "irc_parse_message"
Note: tcl >= 8.5 is now required (for tcl plugin).
|