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-eval.c
Age
Commit message (
Expand
)
Author
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-10-09
core: add repeat of string in evaluation of expressions with "repeat:count,st...
Sébastien Helleu
2018-10-08
core: fix evaluation of nested ternary operators (closes #1263)
Sébastien Helleu
2018-10-01
core: replace "long unsigned int" by "unsigned long"
Sébastien Helleu
2018-08-18
core: fix evaluation of condition when the left operand is an empty string
Sébastien Helleu
2018-08-16
core: fix string evaluation with regex replacement when the string is empty
Sébastien Helleu
2018-06-11
fset: fix crash when applying filters after closing the fset buffer (closes #...
Sébastien Helleu
2018-06-02
core: add reverse of string in evaluation of expressions with "rev:" (closes ...
Sébastien Helleu
2018-04-17
core: fix infinite loop in evaluation of strings (closes #1183)
Sébastien Helleu
2018-04-17
core: add an eval context structure
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-10-17
core: allow floating point and hexadecimal numbers in comparison of evaluated...
Sébastien Helleu
2017-08-12
core: fix cast of time_t (to "long long" instead of "long") (closes #1051)
Sébastien Helleu
2017-05-28
core: remove unused variable "index" in function eval_hdata_get_value
Sébastien Helleu
2017-05-20
core: allow index for hdata arrays in evaluation of expressions
Sébastien Helleu
2017-04-29
core: add wildcard matching operators to eval (closes #608)
Simmo Saan
2017-04-25
core: fix check of condition in ${if:...} (evaluated strings)
Sébastien Helleu
2017-04-25
core: add new cut formats in function comment
Sébastien Helleu
2017-04-24
core: add a way to count the suffix length in max chars displayed in cut of s...
Sébastien Helleu
2017-03-30
core: add ${re:#} to get the index of last group captured in evaluation of ex...
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: prevent infinite loop in evaluation of expression with extra_vars_eval
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-01-01
core: update copyright dates
Sébastien Helleu
2016-08-18
core: move the extra_vars_eval argument after extra_vars
Sébastien Helleu
2016-08-18
core: fix empty comment
Sébastien Helleu
2016-08-18
Merge remote-tracking branch 'origin/pr/534'
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-08-18
core: add extra_vars evaluation option to eval_expression
Simmo Saan
2015-07-04
core: add missing comments before functions when the result must be freed aft...
Sébastien Helleu
2015-06-30
api: add support of evaluated sub-strings and current date/time in function s...
Sébastien Helleu
2015-06-23
core: allow pointer as list name in evaluation of hdata (closes #450)
Sébastien Helleu
2015-04-26
api: add support of environment variables in function string_eval_expression(...
Sébastien Helleu
2015-04-26
core: add support of full color option name in command /eval and API function...
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-11-23
core: fix regex replace in eval_expression when regex or regex_replace is empty
Sébastien Helleu
2014-10-22
api: add regex replace feature in function string_eval_expression
Sébastien Helleu
2014-10-16
core: add hide of chars in string in evaluation of expressions
Sébastien Helleu
2014-10-12
core: move default prefix/suffix for evaluation in wee-eval.h
Sébastien Helleu
2014-08-13
core: make argument "errors" optional in function string_replace_with_callback
Sébastien Helleu
2014-07-12
core: fix evaluation of expressions with regex condition (closes #63)
Sébastien Helleu
2014-04-04
core: fix evaluation of expression with regex when a comparison char is in th...
Sébastien Helleu
2014-03-06
core: fix recursive calls to function eval_expression
Sebastien Helleu
2014-03-02
core: fix memory leak in evaluation of sub-conditions
Sebastien Helleu
2014-02-28
api: add support of escaped strings in function string_eval_expression and co...
Sebastien Helleu
2014-01-26
core: fix memory leak in regex matching when evaluating expression
Sebastien Helleu
2014-01-08
core: fix crash in /eval when config option has a NULL value
Sebastien Helleu
2014-01-05
core: fix crash with hdata_update on shared strings, add hdata type "shared_s...
Sebastien Helleu
[next]