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
/
src
/
core
/
wee-string.c
Age
Commit message (
Expand
)
Author
2016-07-09
core: rename function string_iconv_fprintf to string_fprintf
Sébastien Helleu
2016-05-08
core: fix the hardcoded separator in string_split_command
Wojciech Kwolek
2016-02-18
core: fix typo in a comment
Sébastien Helleu
2016-01-31
core: fix typo in a comment
Sébastien Helleu
2016-01-24
doc: add an example in function string_split (plugin API reference)
Sébastien Helleu
2016-01-23
core: fix number of arguments returned by string_split
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-12-31
core: fix execution of empty command name
Sébastien Helleu
2015-08-24
api: fix handle of invalid escape in function string_convert_escaped_chars()
Sébastien Helleu
2015-08-22
api: add function string_hex_dump()
Sébastien Helleu
2015-08-18
api: add argument "length" in function utf8_is_valid()
Sébastien Helleu
2015-07-04
api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...
Sébastien Helleu
2015-07-04
core: add missing comments before functions when the result must be freed aft...
Sébastien Helleu
2015-07-03
api: fix type of value returned by function strcasestr
Sébastien Helleu
2015-06-24
api: add function string_eval_path_home()
Sébastien Helleu
2015-04-30
core: add comments after some #endif
Sébastien Helleu
2015-04-11
core: add options weechat.look.word_chars_{highlight|input} (closes #55, task...
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-10-12
core: remove extra spaces in a comment
Sébastien Helleu
2014-09-28
core: check that data is not NULL in function string_iconv_fprintf
Sébastien Helleu
2014-08-13
core: make argument "errors" optional in function string_replace_with_callback
Sébastien Helleu
2014-08-11
core: callback_free_key shouldn't point to already free'd value
Andrew Potter
2014-08-11
core: check that callback is not NULL in function string_replace_with_callback
Sébastien Helleu
2014-08-08
core: check that regex is not NULL in function string_replace_regex
Sébastien Helleu
2014-08-07
core: fix example in comment of function string_replace_regex
Sébastien Helleu
2014-08-02
core: fix result of hash function (in hashtables) on 32-bit systems
Sébastien Helleu
2014-08-02
api: fix function string_decode_base64
Sébastien Helleu
2014-08-02
api: fix function string_format_size on 32-bit systems
Sébastien Helleu
2014-07-30
core: check that from/to arguments are not NULL in base16/64 functions
Sébastien Helleu
2014-07-28
core: check that string is not NULL in function string_input_for_buffer
Sébastien Helleu
2014-07-27
core: check that string is not NULL in function string_iconv
Sébastien Helleu
2014-07-25
core: fix compilation warning on GNU/Hurd about unsigned long numbers
Sébastien Helleu
2014-07-25
core: add comments in translations for file size units
Sébastien Helleu
2014-07-25
core: add terabyte unit for size displayed
Sébastien Helleu
2014-07-05
core: return only -1, 0 or 1 in string comparison functions
Sébastien Helleu
2014-07-05
core: check that regex is not NULL in function string_regcomp
Sébastien Helleu
2014-07-05
core: check that regex is not NULL in function string_regex_flags
Sébastien Helleu
2014-07-05
core: add note about result that must be freed in function string_mask_to_regex
Sébastien Helleu
2014-07-05
core: check that "chars" argument is not NULL in function string_strip
Sébastien Helleu
2014-07-05
core: check that string is not NULL in function string_convert_escaped_chars
Sébastien Helleu
2014-07-05
core: add comment with return value of function string_strcasestr
Sébastien Helleu
2014-07-04
core: check that string is not NULL in function string_strndup
Sébastien Helleu
2014-04-12
api: allow wildcard "*" inside the mask in function string_match
Sébastien Helleu
2014-03-20
api: add support of nested variables in function string_eval_expression and c...
Sebastien Helleu
2014-03-15
Merge branch 'exec'
Sebastien Helleu
2014-03-13
core: fix highlight problem with "(?-i)" and upper case letters in option wee...
Sebastien Helleu
2014-03-13
api: add callback in function string_replace_regex
Sebastien Helleu
2014-02-22
core: comment unneeded assignment in function string_split_shell (make C stat...
Sebastien Helleu
2014-02-22
core: fix uninitialized value in function string_decode_base64
Sebastien Helleu
2014-02-22
core: fix memory leak and use of invalid pointer in split of string (in case ...
Sebastien Helleu
[next]