weechat/src/core
Sébastien Helleu 007fd03bc8 tests: add tests on calc functions
Functions tested:

- calc_operator_precedence
- calc_pop_value
- calc_list_free_cb
- calc_operation
- calc_operation_stacks
2020-04-08 21:38:51 +02:00
..
hook core: flush stdout/stderr before forking in hook_process function (closes #1441) 2020-01-20 21:15:15 +01:00
CMakeLists.txt core: move crypto functions to wee-crypto.c, rename API function string_hash to crypto_hash 2020-03-01 21:24:27 +01:00
Makefile.am core: move crypto functions to wee-crypto.c, rename API function string_hash to crypto_hash 2020-03-01 21:24:27 +01:00
wee-arraylist.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-arraylist.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-backtrace.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-backtrace.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-calc.c tests: add tests on calc functions 2020-04-08 21:38:51 +02:00
wee-calc.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-command.c core: rename function util_get_uptime to util_get_time_diff 2020-02-02 13:57:39 +01:00
wee-command.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-completion.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-completion.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-config-file.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-config-file.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-config.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-config.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-crypto.c core: add minimum libgcypt version 1.7.0 for SHA3 algorithms in comment of function weecrypto_hash 2020-03-02 22:57:44 +01:00
wee-crypto.h core: fix copyright date in wee-crypto sources 2020-03-02 22:57:39 +01:00
wee-debug.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-debug.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-eval.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-eval.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-hashtable.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-hashtable.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-hdata.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-hdata.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-hook.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-hook.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-infolist.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-infolist.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-input.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-input.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-list.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-list.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-log.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-log.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-network.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-network.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-proxy.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-proxy.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-secure-buffer.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-secure-buffer.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-secure-config.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-secure-config.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-secure.c core: move crypto functions to wee-crypto.c, rename API function string_hash to crypto_hash 2020-03-01 21:24:27 +01:00
wee-secure.h core: move crypto functions to wee-crypto.c, rename API function string_hash to crypto_hash 2020-03-01 21:24:27 +01:00
wee-string.c core: move crypto functions to wee-crypto.c, rename API function string_hash to crypto_hash 2020-03-01 21:24:27 +01:00
wee-string.h core: move crypto functions to wee-crypto.c, rename API function string_hash to crypto_hash 2020-03-01 21:24:27 +01:00
wee-upgrade-file.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-upgrade-file.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-upgrade.c core: add variable "old_full_name" in buffer, set before the buffer is renamed (issue #1428) 2020-01-12 16:57:08 +01:00
wee-upgrade.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-url.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-url.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-utf8.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-utf8.h core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-util.c core: rename function util_get_uptime to util_get_time_diff 2020-02-02 13:57:39 +01:00
wee-util.h core: rename function util_get_uptime to util_get_time_diff 2020-02-02 13:57:39 +01:00
wee-version.c core: update copyright dates 2020-01-04 10:41:26 +01:00
wee-version.h core: update copyright dates 2020-01-04 10:41:26 +01:00
weechat.c api: add info "auto_connect" (closes #1453) 2020-03-20 20:42:05 +01:00
weechat.h api: add info "auto_connect" (closes #1453) 2020-03-20 20:42:05 +01:00