Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2021-07-28 09:51:28 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-07-28 09:52:17 +0300
commite69bfa0e0eb9fbf3872a8c13df67ec9205f362a0 (patch)
tree78aaa33c4b02d09a11b5e9bfceae80e87e876b00 /.gitignore
parent06730fcbefae2157281394aebc3b7698e164c560 (diff)
........S. [ZBX-19524] added UTF-8 support to trigger trim functions
Merge in ZBX/zabbix from feature/ZBX-19524-5.4 to release/5.4 * commit 'e9bc598e03487646ec047d63955c185fdbc188f6': ........S. [ZBX-19524] fixed warning ........S. [ZBX-19524] fixed const casting ........S. [ZBX-19524] updated function header ........S. [ZBX-19524] added checks to avoid buffer underrun with broken utf8 sequences .......... [ZBX-19524] fixed indentation .......... [ZBX-19524] added test with BOM ........S. [ZBX-19524] removed condition that is always true; removed redundant variable ........S. [ZBX-19524] added comments .D........ [ZBX-19524] added changelog entry ........S. [ZBX-19524] added UTF-8 support to trigger trim functions (cherry picked from commit 1e96e13ac9bc8dd742796fd8400b143e3f04fcd3)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0772b0d52a2..2f6527f82c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -139,6 +139,8 @@ tests/libs/zbxcommon/zbx_function_find
tests/libs/zbxcommon/zbx_function_get_param_dyn
tests/libs/zbxcommon/zbx_interval_preproc
tests/libs/zbxcommon/zbx_json_to_xml
+tests/libs/zbxcommon/zbx_ltrim_utf8
+tests/libs/zbxcommon/zbx_rtrim_utf8
tests/libs/zbxcommon/zbx_str_extract
tests/libs/zbxcommon/zbx_token_find
tests/libs/zbxcommon/zbx_trim_float
@@ -190,6 +192,7 @@ tests/libs/zbxserver/evaluate_function
tests/libs/zbxserver/get_trigger_expression_constant
tests/libs/zbxserver/macro_fmttime
tests/libs/zbxserver/substitute_lld_macros
+tests/libs/zbxserver/valuemaps
tests/libs/zbxsysinfo/check_key_access_rules
tests/libs/zbxsysinfo/common/SYSTEM_LOCALTIME
tests/libs/zbxsysinfo/common/VFS_FILE_EXISTS