summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-04-29core: add wildcard matching operators to eval (closes #608)Simmo Saan
2017-04-26tests: fix compilation warning on FreeBSDSé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-04-22core: ensure length is not negative in function string_strndupSébastien Helleu
2017-04-01tests: fix tests on dynamic stringsSébastien Helleu
2017-03-30core: add ${re:#} to get the index of last group captured in evaluation of ex...Sébastien Helleu
2017-03-30core: make "callback_cmp" optional in call to function arraylist_new()Sébastien Helleu
2017-03-28tests: add tests on combining characters in cut/cutscr (evaluation of express...Sébastien Helleu
2017-03-28core: fix cut of chars in "cutscr" of evaluated stringsSébastien Helleu
2017-03-27core: add cut of string with max chars displayed in evaluation of expressionsSébastien Helleu
2017-03-25core: add cut of string in evaluation of expressionsSébastien Helleu
2017-03-25buflist: new plugin "buflist" (bar with list of buffers)Sébastien Helleu
2017-03-25core: add ternary operator (condition) in evaluation of expressionsSébastien Helleu
2017-03-25api: add dynamic string functions (string_dyn_*)Sébastien Helleu
2017-01-13tests: fix compilation of tests on FreeBSD 11Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-10-02tests: add wattr_get/set to fakeAndrew Potter
2016-10-02api: fix return of function string_match() when there are multiple masks in t...Sébastien Helleu
2016-08-18tests: add test on the "extra" option on function eval_expression()Sébastien Helleu
2016-07-09core: rename function string_iconv_fprintf to string_fprintfSébastien Helleu
2016-05-14tests: add tests on function string_split_command()Sébastien Helleu
2016-05-08core: fix the hardcoded separator in string_split_commandWojciech Kwolek
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-23tests: add tests on string_split() with keep_eol set to 2Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-12-31core: fix execution of empty command nameSébastien Helleu
2015-12-25tests: temporary disable check of javascript pluginSébastien Helleu
2015-12-24tests: fix compilation with autotoolsSébastien Helleu
2015-12-24tests: fix locale used to execute testsSébastien Helleu
2015-12-24tests: check if all plugins are loadedSébastien Helleu
2015-12-20core: use Ubuntu Trusty for tests (Travis CI)Mikaela Suomalainen
2015-08-24api: fix handle of invalid escape in function string_convert_escaped_chars()Sébastien Helleu
2015-08-22api: add function string_hex_dump()Sébastien Helleu
2015-08-18api: add argument "length" in function utf8_is_valid()Sébastien Helleu
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...Sébastien Helleu
2015-06-30api: add support of evaluated sub-strings and current date/time in function s...Sébastien Helleu
2015-06-24api: add function string_eval_path_home()Sébastien Helleu
2015-06-14tests: add package libcpputest-dev for ubuntu/precise (Travis CI)Sébastien Helleu
2015-05-17core: make cpputest optional in cmake compilationSébastien Helleu
2015-04-26core: add support of full color option name in command /eval and API function...Sébastien Helleu
2015-04-11core: add options weechat.look.word_chars_{highlight|input} (closes #55, task...Sébastien Helleu
2015-03-22tests: check that function string_strndup returns NULL if the given string is...Sébastien Helleu
2015-03-06tests: remove compiler warnings about unused parametersSébastien Helleu
2015-03-03tests: remove unused variablesSébastien Helleu
2015-03-02tests: remove unused variableSébastien Helleu
2015-02-13tests: add tests on weelist functionsSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-12-13core: use https for WeeChat URLsSébastien Helleu
2014-12-10tests: fix compilation of tests with clang (closes #275)Sébastien Helleu
2014-11-23tests: add tests of regex replace with empty regex or regex_replaceSébastien Helleu