summaryrefslogtreecommitdiff
path: root/src/core/wee-string.c
AgeCommit message (Expand)Author
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...Sébastien Helleu
2015-07-04core: add missing comments before functions when the result must be freed aft...Sébastien Helleu
2015-07-03api: fix type of value returned by function strcasestrSébastien Helleu
2015-06-24api: add function string_eval_path_home()Sébastien Helleu
2015-04-30core: add comments after some #endifSébastien Helleu
2015-04-11core: add options weechat.look.word_chars_{highlight|input} (closes #55, task...Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-10-12core: remove extra spaces in a commentSébastien Helleu
2014-09-28core: check that data is not NULL in function string_iconv_fprintfSébastien Helleu
2014-08-13core: make argument "errors" optional in function string_replace_with_callbackSébastien Helleu
2014-08-11core: callback_free_key shouldn't point to already free'd valueAndrew Potter
2014-08-11core: check that callback is not NULL in function string_replace_with_callbackSébastien Helleu
2014-08-08core: check that regex is not NULL in function string_replace_regexSébastien Helleu
2014-08-07core: fix example in comment of function string_replace_regexSébastien Helleu
2014-08-02core: fix result of hash function (in hashtables) on 32-bit systemsSébastien Helleu
2014-08-02api: fix function string_decode_base64Sébastien Helleu
2014-08-02api: fix function string_format_size on 32-bit systemsSébastien Helleu
2014-07-30core: check that from/to arguments are not NULL in base16/64 functionsSébastien Helleu
2014-07-28core: check that string is not NULL in function string_input_for_bufferSébastien Helleu
2014-07-27core: check that string is not NULL in function string_iconvSébastien Helleu
2014-07-25core: fix compilation warning on GNU/Hurd about unsigned long numbersSébastien Helleu
2014-07-25core: add comments in translations for file size unitsSébastien Helleu
2014-07-25core: add terabyte unit for size displayedSébastien Helleu
2014-07-05core: return only -1, 0 or 1 in string comparison functionsSébastien Helleu
2014-07-05core: check that regex is not NULL in function string_regcompSébastien Helleu
2014-07-05core: check that regex is not NULL in function string_regex_flagsSébastien Helleu
2014-07-05core: add note about result that must be freed in function string_mask_to_regexSébastien Helleu
2014-07-05core: check that "chars" argument is not NULL in function string_stripSébastien Helleu
2014-07-05core: check that string is not NULL in function string_convert_escaped_charsSébastien Helleu
2014-07-05core: add comment with return value of function string_strcasestrSébastien Helleu
2014-07-04core: check that string is not NULL in function string_strndupSébastien Helleu
2014-04-12api: allow wildcard "*" inside the mask in function string_matchSébastien Helleu
2014-03-20api: add support of nested variables in function string_eval_expression and c...Sebastien Helleu
2014-03-15Merge branch 'exec'Sebastien Helleu
2014-03-13core: fix highlight problem with "(?-i)" and upper case letters in option wee...Sebastien Helleu
2014-03-13api: add callback in function string_replace_regexSebastien Helleu
2014-02-22core: comment unneeded assignment in function string_split_shell (make C stat...Sebastien Helleu
2014-02-22core: fix uninitialized value in function string_decode_base64Sebastien Helleu
2014-02-22core: fix memory leak and use of invalid pointer in split of string (in case ...Sebastien Helleu
2014-02-15core: move function string_replace before string_replace_regexSebastien Helleu
2014-02-14doc: add function string_split_shell in plugin API referenceSebastien Helleu
2014-02-14core: change text in comment of function string_replace_regexSebastien Helleu
2014-02-09core: improve the string_replace_regex function (add reference char, change s...Sebastien Helleu
2014-02-09core: replace "regex_t *" by "void *" in string functions (fix ruby compilati...Sebastien Helleu
2014-02-09core: add argument "num_items" in function string_split_shellSebastien Helleu
2014-02-09trigger: add trigger pluginSebastien Helleu
2014-01-24core: add support of escaped unicode chars in commands /print and "/input ins...Sebastien Helleu
2014-01-19core: add command /printSebastien Helleu
2014-01-13core: fix typo in /help weechat.look.highlight_regexSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu