aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
...
* | | IO: let 'fsync' option control more casesJustin M. Keyes2018-04-21
* | | Merge #8276 'startup: Make -s - read from stdin'Justin M. Keyes2018-04-17
|\ \ \
| * | | win: Fix reading from stdinb-r-o-c-k2018-04-14
| * | | Merge branch 'master' into s-dash-stdinb-r-o-c-k2018-04-14
| |\ \ \
| * \ \ \ Merge branch 'master' into s-dash-stdinZyX2017-12-03
| |\ \ \ \
| * | | | | os/fileio: Fix QB failureZyX2017-03-19
| * | | | | fileio,main: Do not restart syscall at EAGAIN when reading for -sZyX2017-03-19
| * | | | | getchar: Use fileio instead of fdopenZyX2017-03-19
| * | | | | main: Temporary fix assertion errorZyX2017-03-19
* | | | | | Merge #6272 'stdpath()'Justin M. Keyes2018-04-15
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | eval: Add stdpath() method (#5297)Christian Höltje2018-03-29
| | |_|/ / | |/| | |
* | | | | os/shell: use msg functions instead of screen when throttlingBjörn Linse2018-04-09
* | | | | os/shell: remove dead calls to screen functionsBjörn Linse2018-04-09
* | | | | build/OpenBSD: need -lpthread -lc++abi for LuaJIT (#8215)Utkarsh Anand2018-04-02
|/ / / /
* | | | lintJames McCoy2018-03-29
* | | | build/NetBSD: use kinfo_proc2; undef uint64_t (#8197)Utkarsh Anand2018-03-29
* | | | refactor/rename: path_is_absolute()Justin M. Keyes2018-03-24
* | | | Merge #8107 'jobs: separate process-group'Justin M. Keyes2018-03-18
|\ \ \ \
| * | | | API: nvim_get_proc()Justin M. Keyes2018-03-18
| * | | | win: nvim_get_proc_children()Justin M. Keyes2018-03-16
| * | | | nvim_get_proc_children: fallback to shellJustin M. Keyes2018-03-16
| * | | | API: nvim_get_proc_children()Justin M. Keyes2018-03-16
| * | | | win: os_proc_tree_kill()Justin M. Keyes2018-03-16
| * | | | jobs: child proc must have a separate process-groupJustin M. Keyes2018-03-16
* | | | | build/MSVC: fix "C4005: RGB: macro redefinition"Justin M. Keyes2018-03-18
|/ / / /
* | | | Add missing PVS headers to new filesJames McCoy2018-03-11
* | | | build/msvc: Remove confusing commentb-r-o-c-k2018-03-04
* | | | build/msvc: Fix standard IO file number definitionsb-r-o-c-k2018-02-28
* | | | build/msvc: Move include into unix_defs.hb-r-o-c-k2018-02-28
* | | | build/msvc: Add mode_t typedef to win_defs.hb-r-o-c-k2018-02-28
* | | | 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