Age | Commit message (Collapse) | Author |
|
|
|
|
|
The strings "/" and "/ " are not considered as valid commands any more.
|
|
The compilation with autotools fails to detect v8 lib (used by
javascript plugin) on Ubuntu Trusty, so the tests are failing because
javascript plugins is not loaded.
This check will be enabled again when autotools compilation will be
fixed.
|
|
|
|
|
|
|
|
The Debian package libcpputest-dev becomes useless as it's available in
the repositories now.
|
|
And a new test is now checking that "\" returns "".
|
|
|
|
|
|
and utf8_add_offset
|
|
string_eval_expression() and command /eval
|
|
|
|
|
|
With this fix, WeeChat can be built without tests (if cpputest is not found),
without having to explicitely disable tests ("-DENABLE_TESTS=OFF").
|
|
function string_eval_expression()
|
|
task #9459)
|
|
is NULL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The syntax is: ${hide:char,string}.
All chars in string are replaced with char (which can be one or more chars).
|
|
|
|
|
|
|
|
|
|
The pointer and index returned is now the first element found with the value
(with the lower index if there are many elements with same value).
And the index for insert is the last element with same value + 1
(the higher index + 1).
|
|
|
|
|
|
|
|
and util_timeval_add
|
|
|
|
(closes #178)
|
|
|
|
"WEECHAT_TESTS_ARGS"
|
|
|
|
|
|
|
|
|
|
|