index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit
/
core
/
test-core-string.cpp
Age
Commit message (
Expand
)
Author
2024-05-08
tests: fix typo in comment
Sébastien Helleu
2024-05-08
api: return `-1` or `1` if one input string is NULL and not the other in stri...
Sébastien Helleu
2024-04-26
core: remove check of NULL pointers before calling string_shared_free() (issu...
Sébastien Helleu
2024-04-12
core: add support for $XDG_STATE_HOME
90
2024-04-07
api: add function "asprintf"
Sébastien Helleu
2024-03-12
core: remove "wee-" prefix from source files in src/core and src/core/hook
Sébastien Helleu
2024-02-01
core: add support of base64url in encode/decode functions (issue #2066)
Sébastien Helleu
2024-01-01
core: update copyright dates
Sébastien Helleu
2023-11-23
tests: fix tests on function string_replace_with_callback
Sébastien Helleu
2023-11-23
core: evaluate expressions even when the suffix is missing (issue #2042, issu...
Sébastien Helleu
2023-10-30
tests: check that environment variable "HOME" is set before using it
Sébastien Helleu
2023-10-17
api: add function string_concat (issue #2005)
Sébastien Helleu
2023-08-24
api: add infos "nick_color_ignore_case" and "nick_color_name_ignore_case" (is...
Sébastien Helleu
2023-08-23
tests: add tests on string comparison functions with range of 29 chars
Sébastien Helleu
2023-06-27
core: check for newline characters in string_is_whitespace_char
Trygve Aaberge
2023-05-14
tests: reverse arguments in calls to STRCMP_EQUAL
Sébastien Helleu
2023-05-05
core: fix execution of multiple commands separated by newline when there are ...
Sébastien Helleu
2023-01-30
tests: fix comments (issue #1877)
Sébastien Helleu
2023-01-30
core: add function string_get_common_bytes_count (issue #1877)
Sébastien Helleu
2023-01-30
core: add function string_levenshtein (issue #1877)
Sébastien Helleu
2023-01-28
core: move function hook_get_priority_and_name to wee-string.c (issue #1872)
Sébastien Helleu
2023-01-14
tests: add tests on string comparison functions
Sébastien Helleu
2023-01-01
core: update copyright dates
Sébastien Helleu
2022-12-24
api: add functions string_strcmp and string_strncmp
Sébastien Helleu
2022-12-24
api: rename char comparison functions "utf8_char*" to "string_char*"
Sébastien Helleu
2022-12-24
api: return arithmetic difference between chars in string comparison functions
Sébastien Helleu
2022-12-23
api: fix function strcmp_ignore_chars with case sensitive comparison and wide...
Sébastien Helleu
2022-12-21
core: improve case convert and insensitive char comparisons (closes #258)
Sébastien Helleu
2022-12-18
api: return newly allocated string in functions string_tolower and string_tou...
Sébastien Helleu
2022-12-10
core: fix function string_cut when there are non printable chars in suffix
Sébastien Helleu
2022-11-05
tests: add another test on function string_translate_chars
Sébastien Helleu
2022-11-05
api: add function string_translate_chars
Sébastien Helleu
2022-09-27
api: restrict number to integer in function string_parse_size
Sébastien Helleu
2022-09-27
api: add function string_parse_size
Sébastien Helleu
2022-09-18
core: add key alt+backspace, change behavior of key ctrl+w (closes #559)
Sébastien Helleu
2022-08-13
tests: add tests on dynamic string functions with NULL string
Sébastien Helleu
2022-07-20
api: add arguments "index_start" and "index_end" in function string_rebuild_s...
Sébastien Helleu
2022-07-20
api: rename function string_build_with_split_string to string_rebuild_split_s...
Sébastien Helleu
2022-03-10
tests: move include of tests/tests.h outside of extern "C"
Sébastien Helleu
2022-02-19
tests: add tests on function string_strndup
Sébastien Helleu
2022-01-17
core: update copyright dates
Sébastien Helleu
2022-01-14
tests: split tests on functions string_tolower and string_toupper
Sébastien Helleu
2022-01-14
core: rename argument "length" to "bytes" in function string_strndup
Sébastien Helleu
2021-11-09
tests: add extra tests on functions string_strcmp_ignore_chars and string_con...
Sébastien Helleu
2021-07-04
typing: add typing plugin
Sébastien Helleu
2021-06-22
core: fix function string_match with joker in the string if multiple words ma...
Sébastien Helleu
2021-06-01
tests: add test of base64 encode/decode with NUL char in string
Sébastien Helleu
2021-05-11
core: split WeeChat home in 4 directories, use XDG directories by default (is...
Sébastien Helleu
2021-01-02
core: update copyright dates
Sébastien Helleu
2020-10-03
tests: run callback when resetting options in tests
Sébastien Helleu
[next]