Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
arrays in hdata
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Functions:
- hdata_free
- infolist_var_free
- infolist_item_free
- infolist_free
- string_shared_free
- gui_window_objects_free
- gui_color_free
- gui_completion_free
- gui_filter_free
- gui_history_buffer_free
- gui_hotlist_free
- gui_key_free
- gui_lines_free
- gui_line_tags_free
- gui_line_free
- gui_window_tree_free
- gui_window_scroll_free
|
|
|
|
|
|
|
|
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
|