summaryrefslogtreecommitdiff
path: root/src/core/wee-eval.c
AgeCommit message (Expand)Author
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
2014-03-02core: fix memory leak in evaluation of sub-conditionsSebastien Helleu
2014-02-28api: add support of escaped strings in function string_eval_expression and co...Sebastien Helleu
2014-01-26core: fix memory leak in regex matching when evaluating expressionSebastien Helleu
2014-01-08core: fix crash in /eval when config option has a NULL valueSebastien Helleu
2014-01-05core: fix crash with hdata_update on shared strings, add hdata type "shared_s...Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-11-09api: add support of infos with format `${info:name,arguments}` in function st...Sebastien Helleu
2013-08-25core: fix evaluation of expressions with parenthesesSebastien Helleu
2013-08-04core: optimize creation of hashtable "pointers" in eval_expression if argumen...Sebastien Helleu
2013-08-04api: add support of colors with format "${color:xxx}" in function string_eval...Sebastien Helleu
2013-08-04api: add argument "options" in function string_eval_expression, add option "-...Sebastien Helleu
2013-07-27core: add secured data with optional encryption in file sec.confSebastien Helleu
2013-07-24core: fix priority of logical operators in evaluation of expressionSebastien Helleu
2013-07-08core: fix crash in evaluation of expression when reading a string in hdata wi...Sebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-01-26core: use size of 32 for hashtables (instead of 4, 8 or 16)Sebastien Helleu
2013-01-10core: fix some copyright datesSebastien Helleu
2013-01-07core: fix memory leak in evaluation of expression when a logical operator ("&...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-19core: fix compilation warning on FreeBSDSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-11-02core: expand buffer local variables in evaluation of expressions (command /ev...Sebastien Helleu
2012-11-02core: add command /eval, use expression in conditions for bars, add function ...Sebastien Helleu