Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
arrays in hdata
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some includes were missing in .h files, and the tests must be linked
with intl and execinfo on FreeBSD.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hdata_update and hdata_set
|
|
|
|
|
|
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
|
|
|