aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
...
* | | env_iter: Learn `delim` parameter.Justin M. Keyes2017-05-15
* | | vim_getenv: Use v:progpath instead of os_exepath.Justin M. Keyes2017-05-15
* | | startup: v:progpath fallback: path_guess_exepathJustin M. Keyes2017-05-15
* | | os/shell.c: temporary solution to not put ctrl chars on the screen gridBjörn Linse2017-05-10
* | | refactor/single-include (#6687)Carlo Abelli2017-05-08
* | | api/nvim_get_mode: Use child-queue instead of "priority".Justin M. Keyes2017-04-28
* | | input.c: Process only safe events before blocking.Justin M. Keyes2017-04-28
* | | api: nvim_get_mode()Justin M. Keyes2017-04-28
* | | test/fs: sanity check for literal "~" directory (#6579)Justin M. Keyes2017-04-24
* | | os_term_is_nice: Return true for rxvt and iTerm.Justin M. Keyes2017-04-22
* | | Merge #6550 from ZyX-I/pvs-check-commentJustin M. Keyes2017-04-20
|\ \ \
| * | | *: Add comment to all C filesZyX2017-04-19
* | | | vim-patch:7.4.2209James McCoy2017-04-19
|/ / /
* | | os/env: Fix “invalid pointer to local” false positiveZyX2017-04-16
* | | fileio: Silence “!= identical subexpressions” warningZyX2017-04-16
* | | os/shell: Remove FUNC_ATTR_MALLOC from shell_build_argvZyX2017-04-15
* | | os/fileio: Remove FUNC_ATTR_MALLOC for file_open_newZyX2017-04-15
* | | win: os_shell_is_cmdexe() + testsJustin M. Keyes2017-04-12
* | | win: defaults: 'shellredir', 'shellxquote', 'shellxescape'Justin M. Keyes2017-04-12
| |/ |/|
* | win: os_get_hostname() #5416 (#6413)Justin M. Keyes2017-04-07
* | 'guicursor': Disable by default for unknown terminals.Justin M. Keyes2017-04-04
* | fileio: Refactor msg_add_fname to something which needs no commentsZyX2017-04-03
* | eval: Make writefile() able to disable fsync()ZyX2017-04-02
* | eval,fileio: Omit additional fsync() callZyX2017-04-01
* | Merge pull request #6397 from jamessan/coverityJames McCoy2017-03-31
|\ \
| * | coverity/161195: Increase scope of exe_nameJames McCoy2017-03-29
* | | win: tempname(): Use $TMPDIR if defined.Justin M. Keyes2017-03-30
|/ /
* | eval: Move part of dictwatcher* functions to eval/typvalZyX2017-03-29
* | *: Fix some Windows-specific warningsZyX2017-03-29
* | eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* | eval,*: Move get_tv_string to typval.cZyX2017-03-29
* | ci: Check that `#include "*.h"` works as a single includeEiichi NISHINA2017-03-27
|/
* os_set_cloexec: Fix condition. #5986Justin M. Keyes2017-03-17
* terminal: Support extra arguments in 'shell'. #4504Jack Bracewell2017-03-17
* job-control: set CLOEXEC on pty processes. #5986Matthew Malcomson2017-03-17
* vim_getenv: $VIMRUNTIME fallback: ../share/nvim/runtime (#6223)Justin M. Keyes2017-03-06
* os/fileio: Support appending to a fileZyX2017-02-14
* os/fileio: Allow certain failures during file_fsyncZyX2017-02-14
* os/*: Use os_buf instead of NameBuff, IObuff.Justin M. Keyes2017-02-12
* coverity/155968: resource leakJustin M. Keyes2017-02-09
* process_spawn: Return status code (#6075)Justin M. Keyes2017-02-09
* vim-patch:8.0.0275Justin M. Keyes2017-02-06
* refactor: fix warningsJustin M. Keyes2017-02-04
* win: executable(): full path without extensionJustin M. Keyes2017-02-04
* vim-patch:8.0.0280Justin M. Keyes2017-02-04
* win: Append process dir to $PATHJustin M. Keyes2017-02-04
* win: executable()Justin M. Keyes2017-02-04
* refactor: Remove strncpy/STRNCPY. (#6008)Justin M. Keyes2017-01-26
* refactor: strlcat instead of str{n}cat.cztchoice2017-01-23
* test: expand_env_esc()Justin M. Keyes2017-01-21