Age | Commit message (Collapse) | Author |
|
Bug was introduced by commit af138840b3484e106d247c4a6a18a28e8225f5bb.
|
|
"free_string" is 0
|
|
The syntax is: ${cutscr:max,suffix,string}.
The string is cut after max chars displayed on screen. If the string is cut,
the optional suffix is added after.
|
|
The syntax is: ${cut:max,suffix,string}.
The string is cut after max chars. If the string is cut, the optional suffix is
added after.
|
|
|
|
New functions:
- string_dyn_alloc
- string_dyn_copy
- string_dyn_concat
- string_dyn_free
|
|
Functions:
- hdata_free
- infolist_var_free
- infolist_item_free
- infolist_free
- string_shared_free
- gui_window_objects_free
- gui_color_free
- gui_completion_free
- gui_filter_free
- gui_history_buffer_free
- gui_hotlist_free
- gui_key_free
- gui_lines_free
- gui_line_tags_free
- gui_line_free
- gui_window_tree_free
- gui_window_scroll_free
|
|
|
|
|
|
the string (issue #812)
Some tests are added as well to test the multiple masks in the string.
|
|
|
|
|
|
|
|
|
|
|
|
When keep_eol is 2 and separators are found at the end of string,
the function returned argc + 1 instead of argc.
|
|
|
|
The strings "/" and "/ " are not considered as valid commands any more.
|
|
And a new test is now checking that "\" returns "".
|
|
|
|
|
|
and utf8_add_offset
|
|
after use
|
|
|
|
|
|
|
|
task #9459)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The result of function was sometimes wrong, for example base64 decoding of
"YWJj" was returning "ab" instead of "abc".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|