| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | | eval/typval: Remove FUNC_ATTR_MALLOC from tv_dict_alloc | ZyX | 2017-04-15 | |
| | * | | | | | | | | | | | | | | eval/typval: Remove FUNC_ATTR_MALLOC from tv_dict_item_copy | ZyX | 2017-04-15 | |
| | * | | | | | | | | | | | | | | eval/typval: Remove FUNC_ATTR_MALLOC from tv_list_alloc | ZyX | 2017-04-15 | |
| | * | | | | | | | | | | | | | | os/fileio: Remove FUNC_ATTR_MALLOC for file_open_new | ZyX | 2017-04-15 | |
| |/ / / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | | test: make locale dependent oldtest more reliable (#6526) | Björn Linse | 2017-04-15 | |
| * | | | | | | | | | | | | | | ops: fix i<c-r> with multi-byte text (#6524) | Björn Linse | 2017-04-15 | |
| | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | test: check_cores(): Escape $TMPDIR path. (#6520) | Justin M. Keyes | 2017-04-14 | |
| * | | | | | | | | | | | | | perf: tv_clear(): Cache gettext() result. (#6519) | Justin M. Keyes | 2017-04-14 | |
| * | | | | | | | | | | | | | Merge #6497 from justinmk/win-quot | Justin M. Keyes | 2017-04-12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | win: os_shell_is_cmdexe() + tests | Justin M. Keyes | 2017-04-12 | |
| | * | | | | | | | | | | | | | win: default shellxescape, shellxquote to empty | Rui Abreu Ferreira | 2017-04-12 | |
| | * | | | | | | | | | | | | | win: libuv_process_spawn(): special-case cmd.exe | Rui Abreu Ferreira | 2017-04-12 | |
| | * | | | | | | | | | | | | | win/test: Enable more system() tests | Rui Abreu Ferreira | 2017-04-12 | |
| | * | | | | | | | | | | | | | win: vim_strsave_shellescape: Handle 'shellslash'. | Justin M. Keyes | 2017-04-12 | |
| | * | | | | | | | | | | | | | win: defaults: 'shellredir', 'shellxquote', 'shellxescape' | Justin M. Keyes | 2017-04-12 | |
| |/ / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | refactor: pos_T macros to functions (#6496) | Felipe Oliveira Carvalho | 2017-04-11 | |
| * | | | | | | | | | | | | | Merge pull request #6495 from bfredl/localefix | Björn Linse | 2017-04-11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | ci: install Turkish locale and make locale tests more reliable | Björn Linse | 2017-04-11 | |
| |/ / / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | | Merge #6490 from justinmk/test | Justin M. Keyes | 2017-04-11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | ci/appveyor: fix cache pattern | Justin M. Keyes | 2017-04-11 | |
| | * | | | | | | | | | | | | test: helpers.execute() => helpers.feed_command() | Justin M. Keyes | 2017-04-11 | |
| | * | | | | | | | | | | | | win/test: Enable recover_spec.lua | Justin M. Keyes | 2017-04-11 | |
| | * | | | | | | | | | | | | win: mch_open_rw: specify S_IWRITE #6487 | erw7 | 2017-04-11 | |
| | * | | | | | | | | | | | | test: `:file {name}` | Justin M. Keyes | 2017-04-11 | |
| | * | | | | | | | | | | | | test/rmdir(): fallback to Nvim delete() | Justin M. Keyes | 2017-04-11 | |
| | * | | | | | | | | | | | | test/rmdir(): Remove `readonly` attr on Windows. | Justin M. Keyes | 2017-04-10 | |
| |/ / / / / / / / / / / / | ||||
| * | | | | | | | | | | | | Merge #6489 from ZyX-I/own-output-handler | Justin M. Keyes | 2017-04-10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | appveyor: Widen .deps cache dependency | ZyX | 2017-04-10 | |
| | * | | | | | | | | | | | | ci: Make appveyor use new output handler as well | ZyX | 2017-04-10 | |
| | * | | | | | | | | | | | | tests: Rename neovim output handler to nvim | ZyX | 2017-04-10 | |
| | * | | | | | | | | | | | | third-party: Update busted version | ZyX | 2017-04-10 | |
| | * | | | | | | | | | | | | tests: Skip dumping elapsed times when not available | ZyX | 2017-04-10 | |
| | * | | | | | | | | | | | | tests: Print description also at the end of the suite | ZyX | 2017-04-10 | |
| | * | | | | | | | | | | | | tests: Use our own output handler on travis | ZyX | 2017-04-10 | |
| * | | | | | | | | | | | | | Merge #6479 from bfredl/tolower | Justin M. Keyes | 2017-04-10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | lint: fix clint errors around mb_tolower calls | Björn Linse | 2017-04-10 | |
| | * | | | | | | | | | | | | | vim-patch:8.0.0552 | Björn Linse | 2017-04-10 | |
| | * | | | | | | | | | | | | | vim-patch:8.0.0243 | Björn Linse | 2017-04-10 | |
| | * | | | | | | | | | | | | | test: add tests for gu/gU behavior in Turkish locale | Björn Linse | 2017-04-10 | |
| | * | | | | | | | | | | | | | mbyte: replace vim_tolower with mb_tolower handling locale correctly | Björn Linse | 2017-04-10 | |
| | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | Merge #6488 from ZyX-I/coverity-fixes | Justin M. Keyes | 2017-04-10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | spellfile: Fix SAL sections reading | ZyX | 2017-04-09 | |
| | * | | | | | | | | | | | | coverity/56795: Fix NULL dereference in :syn keyword non-printable | ZyX | 2017-04-09 | |
| | * | | | | | | | | | | | | spellfile: Fix clint errors | ZyX | 2017-04-09 | |
| | * | | | | | | | | | | | | spellfile: Fix memory leak | ZyX | 2017-04-09 | |
| | * | | | | | | | | | | | | coverity/13689: Check file header with memcmp | ZyX | 2017-04-09 | |
| | * | | | | | | | | | | | | coverity/13688: Check for NUL bytes in salfrom | ZyX | 2017-04-09 | |
| | * | | | | | | | | | | | | coverity/13687: Do not allow NUL byte in region names | ZyX | 2017-04-09 | |
| | * | | | | | | | | | | | | spellfile: Use old error | ZyX | 2017-04-09 | |
| | * | | | | | | | | | | | | coverity/13686: Do not allow NUL byte in precondition regex | ZyX | 2017-04-09 | |