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
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
2014-02-15
core: move function string_replace before string_replace_regex
Sebastien Helleu
2014-02-14
doc: add function string_split_shell in plugin API reference
Sebastien Helleu
2014-02-14
core: change text in comment of function string_replace_regex
Sebastien Helleu
2014-02-09
core: improve the string_replace_regex function (add reference char, change s...
Sebastien Helleu
2014-02-09
core: replace "regex_t *" by "void *" in string functions (fix ruby compilati...
Sebastien Helleu
2014-02-09
core: add argument "num_items" in function string_split_shell
Sebastien Helleu
2014-02-09
trigger: add trigger plugin
Sebastien Helleu
2014-01-24
core: add support of escaped unicode chars in commands /print and "/input ins...
Sebastien Helleu
2014-01-19
core: add command /print
Sebastien Helleu
2014-01-13
core: fix typo in /help weechat.look.highlight_regex
Sebastien Helleu
2014-01-01
core: update copyright dates
Sebastien Helleu
2013-09-02
Merge branch 'shared-strings'
Sebastien Helleu
2013-08-17
core: add commment in function string_shared_get (returned value must not be ...
Sebastien Helleu
2013-08-12
core: add comment with return value of function string_regcomp
Sebastien Helleu
2013-08-10
core: add support of shared strings in split of strings (add functions string...
Sebastien Helleu
2013-08-10
core: add shared strings to reduce memory usage
Sebastien Helleu
2013-08-04
api: add argument "options" in function string_eval_expression, add option "-...
Sebastien Helleu
2013-07-27
core: add secured data with optional encryption in file sec.conf
Sebastien Helleu
2013-03-17
core: fix typos in many comments and some strings
Sebastien Helleu
2013-03-11
api: fix bug in string_match when mask begins and ends with "*"
Sebastien Helleu
2013-02-26
api: fix function string_mask_to_regex: escape all special chars used in rege...
Sebastien Helleu
2013-01-18
core: fix infinite loop when a regex gives an empty match (bug #38112)
Sebastien Helleu
2013-01-01
core: update copyright dates
Sebastien Helleu
2012-12-25
core: fix detection of command in input: a single command char is considered ...
Nils Görs
2012-12-15
core: move comments with description of C file to top of files
Sebastien Helleu
2012-12-13
core: reformat comments for functions
Sebastien Helleu
2012-11-18
core: do not call shell to execute command in hook_process (fix security prob...
Sebastien Helleu
2012-11-02
core: add command /eval, use expression in conditions for bars, add function ...
Sebastien Helleu
2012-02-25
core: fix expand of path "~" to home of user in function string_expand_home (...
Sebastien Helleu
2012-02-05
core: fix compilation warning under Cygwin
Sebastien Helleu
2012-01-26
api: replace type "regex_t *" by "void *" in function string_regcomp (fix rub...
Sebastien Helleu
2012-01-22
core: add support of flags in regular expressions and highlight options, add ...
Sebastien Helleu
2012-01-08
core: update copyright dates
Sebastien Helleu
2011-11-12
core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more) (bug #...
Simon Kuhnle
2011-11-12
api: add new functions strcasecmp_range and strncasecmp_range
Sebastien Helleu
2011-10-26
core: remove unneeded whitespace
Sebastien Helleu
2011-10-16
core: use value 2 of keep_eol in function string_split to keep separators at ...
Sebastien Helleu
2011-08-28
core: fix bugs with calls to realloc
Sebastien Helleu
2011-08-26
core: use dynamic buffer size for calls to vsnprintf
Sebastien Helleu
2011-08-18
core: remove some compilation warnings under Cygwin
Sebastien Helleu
2011-07-26
core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...
Sebastien Helleu
2011-01-01
Update copyright dates
Sebastien Helleu
[next]