aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | eval/typval: Remove FUNC_ATTR_MALLOC from tv_dict_allocZyX2017-04-15
| * | | | | | | | | | | | | | eval/typval: Remove FUNC_ATTR_MALLOC from tv_dict_item_copyZyX2017-04-15
| * | | | | | | | | | | | | | eval/typval: Remove FUNC_ATTR_MALLOC from tv_list_allocZyX2017-04-15
| * | | | | | | | | | | | | | os/fileio: Remove FUNC_ATTR_MALLOC for file_open_newZyX2017-04-15
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | test: make locale dependent oldtest more reliable (#6526)Björn Linse2017-04-15
* | | | | | | | | | | | | | ops: fix i<c-r> with multi-byte text (#6524)Björn Linse2017-04-15
| |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | test: check_cores(): Escape $TMPDIR path. (#6520)Justin M. Keyes2017-04-14
* | | | | | | | | | | | | perf: tv_clear(): Cache gettext() result. (#6519)Justin M. Keyes2017-04-14
* | | | | | | | | | | | | Merge #6497 from justinmk/win-quotJustin M. Keyes2017-04-12
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | win: os_shell_is_cmdexe() + testsJustin M. Keyes2017-04-12
| * | | | | | | | | | | | | win: default shellxescape, shellxquote to emptyRui Abreu Ferreira2017-04-12
| * | | | | | | | | | | | | win: libuv_process_spawn(): special-case cmd.exeRui Abreu Ferreira2017-04-12
| * | | | | | | | | | | | | win/test: Enable more system() testsRui Abreu Ferreira2017-04-12
| * | | | | | | | | | | | | win: vim_strsave_shellescape: Handle 'shellslash'.Justin M. Keyes2017-04-12
| * | | | | | | | | | | | | win: defaults: 'shellredir', 'shellxquote', 'shellxescape'Justin M. Keyes2017-04-12
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | refactor: pos_T macros to functions (#6496)Felipe Oliveira Carvalho2017-04-11
* | | | | | | | | | | | | Merge pull request #6495 from bfredl/localefixBjörn Linse2017-04-11
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ci: install Turkish locale and make locale tests more reliableBjörn Linse2017-04-11
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge #6490 from justinmk/testJustin M. Keyes2017-04-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | ci/appveyor: fix cache patternJustin M. Keyes2017-04-11
| * | | | | | | | | | | | test: helpers.execute() => helpers.feed_command()Justin M. Keyes2017-04-11
| * | | | | | | | | | | | win/test: Enable recover_spec.luaJustin M. Keyes2017-04-11
| * | | | | | | | | | | | win: mch_open_rw: specify S_IWRITE #6487erw72017-04-11
| * | | | | | | | | | | | test: `:file {name}`Justin M. Keyes2017-04-11
| * | | | | | | | | | | | test/rmdir(): fallback to Nvim delete()Justin M. Keyes2017-04-11
| * | | | | | | | | | | | test/rmdir(): Remove `readonly` attr on Windows.Justin M. Keyes2017-04-10
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge #6489 from ZyX-I/own-output-handlerJustin M. Keyes2017-04-10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | appveyor: Widen .deps cache dependencyZyX2017-04-10
| * | | | | | | | | | | | ci: Make appveyor use new output handler as wellZyX2017-04-10
| * | | | | | | | | | | | tests: Rename neovim output handler to nvimZyX2017-04-10
| * | | | | | | | | | | | third-party: Update busted versionZyX2017-04-10
| * | | | | | | | | | | | tests: Skip dumping elapsed times when not availableZyX2017-04-10
| * | | | | | | | | | | | tests: Print description also at the end of the suiteZyX2017-04-10
| * | | | | | | | | | | | tests: Use our own output handler on travisZyX2017-04-10
* | | | | | | | | | | | | Merge #6479 from bfredl/tolowerJustin M. Keyes2017-04-10
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | lint: fix clint errors around mb_tolower callsBjörn Linse2017-04-10
| * | | | | | | | | | | | | vim-patch:8.0.0552Björn Linse2017-04-10
| * | | | | | | | | | | | | vim-patch:8.0.0243Björn Linse2017-04-10
| * | | | | | | | | | | | | test: add tests for gu/gU behavior in Turkish localeBjörn Linse2017-04-10
| * | | | | | | | | | | | | mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge #6488 from ZyX-I/coverity-fixesJustin M. Keyes2017-04-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | spellfile: Fix SAL sections readingZyX2017-04-09
| * | | | | | | | | | | | coverity/56795: Fix NULL dereference in :syn keyword non-printableZyX2017-04-09
| * | | | | | | | | | | | spellfile: Fix clint errorsZyX2017-04-09
| * | | | | | | | | | | | spellfile: Fix memory leakZyX2017-04-09
| * | | | | | | | | | | | coverity/13689: Check file header with memcmpZyX2017-04-09
| * | | | | | | | | | | | coverity/13688: Check for NUL bytes in salfromZyX2017-04-09
| * | | | | | | | | | | | coverity/13687: Do not allow NUL byte in region namesZyX2017-04-09
| * | | | | | | | | | | | spellfile: Use old errorZyX2017-04-09
| * | | | | | | | | | | | coverity/13686: Do not allow NUL byte in precondition regexZyX2017-04-09