Age | Commit message (Collapse) | Author |
|
|
|
than 1
|
|
|
|
|
|
|
|
"shared_string" (bug #41104)
|
|
|
|
|
|
function hashtable_set_pointer
|
|
"-c" for command /eval (to evaluate a condition)
|
|
|
|
|
|
A size of 32 will use a little more memory but will reduce collisions in key
hashs, and then length of linked lists inside hash structure (faster search in
hashtable).
|
|
|
|
|
|
|
|
|
|
hdata_update and hdata_set
|
|
|
|
integer/long/time
|
|
|
|
|
|
hashtable_map_string
|
|
|
|
|
|
|
|
New features:
- add optional hdata name for variables in hdata
- add plugin API functions: hdata_get_var_hdata
- use hashtable to store hdata (created by WeeChat and plugins)
- free hdata and infolists created by plugin on plugin unload
- free all hdata on exit
- add "free" option to command /debug hdata
- remove hdata for hooks
|
|
|