summaryrefslogtreecommitdiff
path: root/src/core/wee-string.c
AgeCommit message (Expand)Author
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-29api: readjust string size in function string_dyn_free when string is not free...Sébastien Helleu
2023-01-28core: move function hook_get_priority_and_name to wee-string.c (issue #1872)Sébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-12-24api: add functions string_strcmp and string_strncmpSébastien Helleu
2022-12-24doc/api: mention "UTF-8" in char/string comparison functionsSé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-19core: return directly output of string_dyn_free without temporary variableSébastien Helleu
2022-12-18api: return newly allocated string in functions string_tolower and string_tou...Sébastien Helleu
2022-12-18core: return number of bytes for UTF-8 char in function utf8_int_stringSébastien Helleu
2022-12-10core: fix function string_cut when there are non printable chars in suffixSébastien Helleu
2022-11-05api: add function string_translate_charsSébastien Helleu
2022-10-08core: fix compilation warning on isdigit functionSé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-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-02-19core: call strdup in string_strndup if bytes equals strlen of stringSébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2022-01-14core: rename argument "length" to "bytes" in function string_strndupSé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-05-29core, irc, script: fix typosSébastien Helleu
2021-05-11doc: add XDG directories support in docs (issue #1285)Sé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
2021-01-01doc: add note about call to "regfree" after call to "string_regcomp" (plugin ...Sébastien Helleu
2020-08-23api: add argument "bytes" in function string_dyn_concatSébastien Helleu
2020-05-21core: move functions string_base_encode and string_base_decode from plugin-ap...Sébastien Helleu
2020-05-21core: return -1 in case of error in functions string_base16_decode and string...Sébastien Helleu
2020-03-01core: move crypto functions to wee-crypto.c, rename API function string_hash ...Sébastien Helleu
2020-03-01core: merge functions string_hash_binary and string_hash into a single functi...Sébastien Helleu
2020-02-29core: add support of CRC32 algorithm in hash functionsSébastien Helleu
2020-02-29api: add functions string_hash_binary and string_hashSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-10-12core: add reverse of string for screen in evaluation of expressions with "rev...Sébastien Helleu
2019-09-17Fixed segfault during excessive evaluation.Tobias Stoeckmann
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-06-15core: check that string pointer is not NULL in function "string_shared_get"Sébastien Helleu
2019-03-17core: fix typo: Weechat -> WeeChatSébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-03-09core: add value -1 for keep_eol in function string_strip (issue #1322)Sébastien Helleu
2019-02-27api: add function string_match_listSébastien Helleu
2019-01-26core: fix compilation of empty regular expression (not allowed on FreeBSD)Sébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu