aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
* shell: handle split-up UTF-8 sequencesBjörn Linse2018-02-10
* shell: support bellBjörn Linse2018-02-10
* lint, minor cleanupJustin M. Keyes2018-02-07
* shell: use msg_outtrans_len_attr for :!cmdBjörn Linse2018-02-05
* os_system(): do not set up input stream for empty string #7951Justin M. Keyes2018-02-01
* Merge #7863 'mingw64: fix gcc warnings'Justin M. Keyes2018-01-20
|\
| * Fix warning: multi-line comment [-Wcomment] use `:341,355s/: \zs.*/\=string(s...George Zhao2018-01-19
| * Fix warning, read/write have unsigned int count on windows.George Zhao2018-01-19
| * Fix warning about NULL compareGeorge Zhao2018-01-18
| * Fix warning about conversion on mingw64George Zhao2018-01-18
|/
* os/input.c: parse keycodes in non-string context #7411lePerdu2018-01-18
* os/fileio: Fix some flag names in file_* functions documentationZyX2018-01-14
* vim-patch:8.0.0074Michael Schupikov2017-12-15
* pty_process_unix: _exit() on execvp() failureJustin M. Keyes2017-12-13
* mac: Set $LANG based on the system localeJames McCoy2017-12-10
* Use defined(BSD) check when defining OPEN_CHR_FILESJames McCoy2017-11-28
* input: only change mode of input fd if there is an input fdBjörn Linse2017-11-25
* tui: job-control: use saved termios for pty jobsJustin M. Keyes2017-11-25
* channels: generalize jobclose()Björn Linse2017-11-25
* channels: allow bytes sockets and stdio, and buffered bytes outputBjörn Linse2017-11-24
* channels: refactorBjörn Linse2017-11-24
* os_nodetype: reworkJustin M. Keyes2017-11-17
* os_open, os_stat: UV_EINVAL on NULL filenameJustin M. Keyes2017-11-17
* pty_process_win: avoid quoting for cmd.exeerw72017-08-16
* win/pty: log errorserw72017-08-16
* win/pyt: cleanuperw72017-08-16
* win/pty: quote_cmd_arg(): check boundserw72017-08-16
* win/pty: jobstart, jobstop: fix null-pointer dereferenceerw72017-08-16
* win: support :terminalerw72017-08-16
* win: integrate winpty (WIP)Ryan Prichard2017-08-16
* io: more guards against NULL filename (#7159)Justin M. Keyes2017-08-13
* os_stat: return ENOENT on NULL filename argJames McCoy2017-08-10
* buf_write(): wrong argument to os_fileinfo_hardlinksJustin M. Keyes2017-08-09
* win_defs.h: redefine RGB macro after undefiningJustin M. Keyes2017-08-06
* coverity/155506: null dereference (#7089)Justin M. Keyes2017-07-29
* main: Flush file in place of closing it, also do error reportingZyX2017-07-04
* os: Add OS_STD*_FILENO constantsZyX2017-07-04
* os/fileio: Add ability to use os/fileio.c for file descriptorsZyX2017-07-04
* os/fileio: Add msgpack_file_write functionZyX2017-07-04
* coverity/155506: fixing "dereference null after check" (#6862)Chris Hall2017-06-19
* coverity/155509: negative close() argJustin M. Keyes2017-06-14
* log: Always enable; remove DISABLE_LOGJustin M. Keyes2017-06-07
* pty_process_unix.c: include <libutil.h> on DragonFly BSDJustin M. Keyes2017-05-21
* vim_getenv: Remove redundant NULL check.Justin M. Keyes2017-05-20
* startup: init v:progpath before calling vim_getenv (#6755)Justin M. Keyes2017-05-17
* 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