summaryrefslogtreecommitdiff
path: root/src/core/wee-eval.c
AgeCommit message (Expand)Author
2019-10-06core: add support of modifiers in evaluation of expressions with "modifier:na...Sébastien Helleu
2019-09-21core: ignore color codes in ${length:xxx} and ${lengthscr:xxx}Sébastien Helleu
2019-09-21core: add "length:xxx" and "lengthscr:xxx" in evaluation of expressionsSébastien Helleu
2019-09-20core: add calculation of expression in evaluation of expressions with "calc:....Sébastien Helleu
2019-04-13api: return allocated string in hook_info callback and function info_getSébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-10-09core: add repeat of string in evaluation of expressions with "repeat:count,st...Sébastien Helleu
2018-10-08core: fix evaluation of nested ternary operators (closes #1263)Sébastien Helleu
2018-10-01core: replace "long unsigned int" by "unsigned long"Sébastien Helleu
2018-08-18core: fix evaluation of condition when the left operand is an empty stringSébastien Helleu
2018-08-16core: fix string evaluation with regex replacement when the string is emptySébastien Helleu
2018-06-11fset: fix crash when applying filters after closing the fset buffer (closes #...Sébastien Helleu
2018-06-02core: add reverse of string in evaluation of expressions with "rev:" (closes ...Sébastien Helleu
2018-04-17core: fix infinite loop in evaluation of strings (closes #1183)Sébastien Helleu
2018-04-17core: add an eval context structureSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-10-17core: allow floating point and hexadecimal numbers in comparison of evaluated...Sébastien Helleu
2017-08-12core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu
2017-05-28core: remove unused variable "index" in function eval_hdata_get_valueSébastien Helleu
2017-05-20core: allow index for hdata arrays in evaluation of expressionsSébastien Helleu
2017-04-29core: add wildcard matching operators to eval (closes #608)Simmo Saan
2017-04-25core: fix check of condition in ${if:...} (evaluated strings)Sébastien Helleu
2017-04-25core: add new cut formats in function commentSébastien Helleu
2017-04-24core: add a way to count the suffix length in max chars displayed in cut of s...Sébastien Helleu
2017-03-30core: add ${re:#} to get the index of last group captured in evaluation of ex...Sébastien Helleu
2017-03-27core: add cut of string with max chars displayed in evaluation of expressionsSébastien Helleu
2017-03-25core: prevent infinite loop in evaluation of expression with extra_vars_evalSébastien Helleu
2017-03-25core: add cut of string in evaluation of expressionsSébastien Helleu
2017-03-25core: add ternary operator (condition) in evaluation of expressionsSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-08-18core: move the extra_vars_eval argument after extra_varsSébastien Helleu
2016-08-18core: fix empty commentSébastien Helleu
2016-08-18Merge remote-tracking branch 'origin/pr/534'Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-08-18core: add extra_vars evaluation option to eval_expressionSimmo Saan
2015-07-04core: add missing comments before functions when the result must be freed aft...Sébastien Helleu
2015-06-30api: add support of evaluated sub-strings and current date/time in function s...Sébastien Helleu
2015-06-23core: allow pointer as list name in evaluation of hdata (closes #450)Sébastien Helleu
2015-04-26api: add support of environment variables in function string_eval_expression(...Sébastien Helleu
2015-04-26core: add support of full color option name in command /eval and API function...Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-11-23core: fix regex replace in eval_expression when regex or regex_replace is emptySébastien Helleu
2014-10-22api: add regex replace feature in function string_eval_expressionSébastien Helleu
2014-10-16core: add hide of chars in string in evaluation of expressionsSébastien Helleu
2014-10-12core: move default prefix/suffix for evaluation in wee-eval.hSébastien Helleu
2014-08-13core: make argument "errors" optional in function string_replace_with_callbackSébastien Helleu
2014-07-12core: fix evaluation of expressions with regex condition (closes #63)Sébastien Helleu
2014-04-04core: fix evaluation of expression with regex when a comparison char is in th...Sébastien Helleu
2014-03-06core: fix recursive calls to function eval_expressionSebastien Helleu