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
2017-04-02
api: fix memory leak in function string_dyn_free()
Sébastien Helleu
2017-04-01
api: return pointer to string in function string_dyn_free() if argument "free...
Sébastien Helleu
2017-03-27
core: add cut of string with max chars displayed in evaluation of expressions
Sébastien Helleu
2017-03-25
core: add cut of string in evaluation of expressions
Sébastien Helleu
2017-03-25
core: add ternary operator (condition) in evaluation of expressions
Sébastien Helleu
2017-03-25
api: add dynamic string functions (string_dyn_*)
Sébastien Helleu
2017-03-25
core: check that pointers received in arguments are not NULL in "free" functions
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-10-20
api: fix string_expand_home SIGSEGV when HOME environment variable unset
Simmo Saan
2016-10-02
api: fix return of function string_match() when there are multiple masks in t...
Sébastien Helleu
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
[next]