summaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: add wildcard matching operators to eval (closes #608)Simmo Saan2017-04-291-0/+8
* tests: fix compilation warning on FreeBSDSébastien Helleu2017-04-261-1/+1
* core: add a way to count the suffix length in max chars displayed in cut of string ("cut:" and "cutscr:") (closes #963)Sébastien Helleu2017-04-241-0/+36
* core: ensure length is not negative in function string_strndupSébastien Helleu2017-04-221-0/+2
* tests: fix tests on dynamic stringsSébastien Helleu2017-04-011-1/+2
* core: add ${re:#} to get the index of last group captured in evaluation of expressionsSébastien Helleu2017-03-301-0/+7
* core: make "callback_cmp" optional in call to function arraylist_new()Sébastien Helleu2017-03-301-2/+0
* tests: add tests on combining characters in cut/cutscr (evaluation of expression)Sébastien Helleu2017-03-281-1/+2
* core: fix cut of chars in "cutscr" of evaluated stringsSébastien Helleu2017-03-281-0/+30
* core: add cut of string with max chars displayed in evaluation of expressionsSébastien Helleu2017-03-273-4/+5
* core: add cut of string in evaluation of expressionsSébastien Helleu2017-03-251-0/+10
* buflist: new plugin "buflist" (bar with list of buffers)Sébastien Helleu2017-03-251-0/+1
* core: add ternary operator (condition) in evaluation of expressionsSébastien Helleu2017-03-252-27/+49
* api: add dynamic string functions (string_dyn_*)Sébastien Helleu2017-03-251-0/+115
* tests: fix compilation of tests on FreeBSD 11Sébastien Helleu2017-01-131-0/+7
* core: update copyright datesSébastien Helleu2017-01-0116-16/+16
* tests: add wattr_get/set to fakeAndrew Potter2016-10-021-0/+20
* api: fix return of function string_match() when there are multiple masks in the string (issue #812)Sébastien Helleu2016-10-021-0/+18
* tests: add test on the "extra" option on function eval_expression()Sébastien Helleu2016-08-181-0/+5
* core: rename function string_iconv_fprintf to string_fprintfSébastien Helleu2016-07-091-6/+6
* tests: add tests on function string_split_command()Sébastien Helleu2016-05-141-1/+18
* core: fix the hardcoded separator in string_split_commandWojciech Kwolek2016-05-081-0/+10
* core: add pointer in some callbacks (closes #406)Sébastien Helleu2016-03-211-2/+4
* tests: add tests on string_split() with keep_eol set to 2Sébastien Helleu2016-01-231-2/+21
* core: update copyright datesSébastien Helleu2016-01-0116-16/+16
* core: fix execution of empty command nameSébastien Helleu2015-12-311-1/+15
* tests: temporary disable check of javascript pluginSébastien Helleu2015-12-251-1/+1
* tests: fix compilation with autotoolsSébastien Helleu2015-12-241-1/+2
* tests: fix locale used to execute testsSébastien Helleu2015-12-241-1/+1
* tests: check if all plugins are loadedSébastien Helleu2015-12-243-0/+78
* core: use Ubuntu Trusty for tests (Travis CI)Mikaela Suomalainen2015-12-201-0/+0
* api: fix handle of invalid escape in function string_convert_escaped_chars()Sébastien Helleu2015-08-241-0/+1
* api: add function string_hex_dump()Sébastien Helleu2015-08-221-0/+70
* api: add argument "length" in function utf8_is_valid()Sébastien Helleu2015-08-181-23/+131
* api: fix type of value returned by functions utf8_prev_char, utf8_next_char and utf8_add_offsetSébastien Helleu2015-07-041-1/+1
* api: add support of evaluated sub-strings and current date/time in function string_eval_expression() and command /evalSébastien Helleu2015-06-301-0/+13
* api: add function string_eval_path_home()Sébastien Helleu2015-06-241-1/+69
* tests: add package libcpputest-dev for ubuntu/precise (Travis CI)Sébastien Helleu2015-06-141-0/+0
* core: make cpputest optional in cmake compilationSébastien Helleu2015-05-171-2/+0
* core: add support of full color option name in command /eval and API function string_eval_expression()Sébastien Helleu2015-04-261-0/+17
* core: add options weechat.look.word_chars_{highlight|input} (closes #55, task #9459)Sébastien Helleu2015-04-111-14/+27
* tests: check that function string_strndup returns NULL if the given string is NULLSébastien Helleu2015-03-221-1/+1
* tests: remove compiler warnings about unused parametersSébastien Helleu2015-03-063-0/+13
* tests: remove unused variablesSébastien Helleu2015-03-033-11/+7
* tests: remove unused variableSébastien Helleu2015-03-021-1/+0
* tests: add tests on weelist functionsSébastien Helleu2015-02-131-8/+282
* core: update copyright datesSébastien Helleu2015-01-0115-15/+15
* core: use https for WeeChat URLsSébastien Helleu2014-12-131-4/+4
* tests: fix compilation of tests with clang (closes #275)Sébastien Helleu2014-12-101-2/+2
* tests: add tests of regex replace with empty regex or regex_replaceSébastien Helleu2014-11-231-0/+18