summaryrefslogtreecommitdiff
path: root/tests/unit/core/test-core-string.cpp
AgeCommit message (Expand)Author
2024-05-08tests: fix typo in commentSébastien Helleu
2024-05-08api: return `-1` or `1` if one input string is NULL and not the other in stri...Sébastien Helleu
2024-04-26core: remove check of NULL pointers before calling string_shared_free() (issu...Sébastien Helleu
2024-04-12core: add support for $XDG_STATE_HOME90
2024-04-07api: add function "asprintf"Sébastien Helleu
2024-03-12core: remove "wee-" prefix from source files in src/core and src/core/hookSébastien Helleu
2024-02-01core: add support of base64url in encode/decode functions (issue #2066)Sébastien Helleu
2024-01-01core: update copyright datesSébastien Helleu
2023-11-23tests: fix tests on function string_replace_with_callbackSébastien Helleu
2023-11-23core: evaluate expressions even when the suffix is missing (issue #2042, issu...Sébastien Helleu
2023-10-30tests: check that environment variable "HOME" is set before using itSébastien Helleu
2023-10-17api: add function string_concat (issue #2005)Sébastien Helleu
2023-08-24api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (is...Sébastien Helleu
2023-08-23tests: add tests on string comparison functions with range of 29 charsSébastien Helleu
2023-06-27core: check for newline characters in string_is_whitespace_charTrygve Aaberge
2023-05-14tests: reverse arguments in calls to STRCMP_EQUALSébastien Helleu
2023-05-05core: fix execution of multiple commands separated by newline when there are ...Sébastien Helleu
2023-01-30tests: fix comments (issue #1877)Sébastien Helleu
2023-01-30core: add function string_get_common_bytes_count (issue #1877)Sébastien Helleu
2023-01-30core: add function string_levenshtein (issue #1877)Sébastien Helleu
2023-01-28core: move function hook_get_priority_and_name to wee-string.c (issue #1872)Sébastien Helleu
2023-01-14tests: add tests on string comparison functionsSébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-12-24api: add functions string_strcmp and string_strncmpSébastien Helleu
2022-12-24api: rename char comparison functions "utf8_char*" to "string_char*"Sébastien Helleu
2022-12-24api: return arithmetic difference between chars in string comparison functionsSébastien Helleu
2022-12-23api: fix function strcmp_ignore_chars with case sensitive comparison and wide...Sébastien Helleu
2022-12-21core: improve case convert and insensitive char comparisons (closes #258)Sébastien Helleu
2022-12-18api: return newly allocated string in functions string_tolower and string_tou...Sébastien Helleu
2022-12-10core: fix function string_cut when there are non printable chars in suffixSébastien Helleu
2022-11-05tests: add another test on function string_translate_charsSébastien Helleu
2022-11-05api: add function string_translate_charsSébastien Helleu
2022-09-27api: restrict number to integer in function string_parse_sizeSébastien Helleu
2022-09-27api: add function string_parse_sizeSébastien Helleu
2022-09-18core: add key alt+backspace, change behavior of key ctrl+w (closes #559)Sébastien Helleu
2022-08-13tests: add tests on dynamic string functions with NULL stringSébastien Helleu
2022-07-20api: add arguments "index_start" and "index_end" in function string_rebuild_s...Sébastien Helleu
2022-07-20api: rename function string_build_with_split_string to string_rebuild_split_s...Sébastien Helleu
2022-03-10tests: move include of tests/tests.h outside of extern "C"Sébastien Helleu
2022-02-19tests: add tests on function string_strndupSébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2022-01-14tests: split tests on functions string_tolower and string_toupperSébastien Helleu
2022-01-14core: rename argument "length" to "bytes" in function string_strndupSébastien Helleu
2021-11-09tests: add extra tests on functions string_strcmp_ignore_chars and string_con...Sébastien Helleu
2021-07-04typing: add typing pluginSébastien Helleu
2021-06-22core: fix function string_match with joker in the string if multiple words ma...Sébastien Helleu
2021-06-01tests: add test of base64 encode/decode with NUL char in stringSébastien Helleu
2021-05-11core: split WeeChat home in 4 directories, use XDG directories by default (is...Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-10-03tests: run callback when resetting options in testsSébastien Helleu