aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
...
* | test/win: executable(), exepath() #9516erw72019-04-01
* | win: exepath(): append extension if omittederw72019-04-01
* | win: executable(): also check extensionerw72019-04-01
* | win: executable(): fix relative path bugerw72019-04-01
* | Merge #9686 'win/Lua: monkey-patch os.getenv()'Justin M. Keyes2019-03-16
|\ \ | |/ |/|
| * Fix os.getenv of lua on Windowserw72019-03-07
| * Fix environment variable on Windowserw72019-03-06
* | executable(): return false if user is not owner #9703erw72019-03-09
|/
* os/env: Fix completion of multibyte env var nameserw72019-03-03
* floats: implement floating windowsBjörn Linse2019-03-02
* os: remove uv_translate_sys_error impl #9652Justin M. Keyes2019-03-01
* clint: check env functionsJustin M. Keyes2019-02-28
* os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes2019-02-27
* os_getenv, os_setenv: revert "widechar" implJustin M. Keyes2019-02-26
* win: os_getenv(): use _wgetenv()Justin M. Keyes2019-02-25
* os_setenv: use _wputenv_s; remove vestigial code #7920Justin M. Keyes2019-02-25
* I/O: ignore ENOTSUP for failed fsync()Justin M. Keyes2019-02-21
* deps: update to libuv v1.26.0Justin M. Keyes2019-02-21
* fix "E667: Fsync failed" on macOSJustin M. Keyes2019-02-21
* Merge #9560 from justinmk/Wmissing-prototypesJustin M. Keyes2019-02-04
|\
| * build: -Wmissing-prototypesJustin M. Keyes2019-02-04
* | events: add "Signal" event #9564Marco Hinz2019-02-04
|/
* ui: multigrid mouse supportBjörn Linse2019-01-20
* Merge #9401 from justinmk/pr-win-erw7Justin M. Keyes2018-12-30
|\
| * cleanup: Remove os_term_is_nice()Justin M. Keyes2018-12-30
| * refactor: Extract os_tty_guess_term()Justin M. Keyes2018-12-30
* | vim-patch:8.1.0662: needlessly searching for tilde in stringJames McCoy2018-12-30
|/
* TUI: detect BSD vt consoleJustin M. Keyes2018-12-16
* os/lang: use the correct LC_NUMERIC also for OS XBjörn Linse2018-12-13
* macOS: infer primary language if $LANG is empty #9345Marco Hinz2018-12-11
* jobstart(): Fix hang on non-executable cwd #9204Tommy Allen2018-11-07
* shell/logging: Fix E730 with verbose system({List}) #9009Justin M. Keyes2018-09-21
* log: RPC, input, other eventsJustin M. Keyes2018-09-19
* do_shell, do_filter: Remove "clear screen", "wait for return" callsJustin M. Keyes2018-09-12
* Refactor: remove mb_ptr2len_len, mb_ptr2cells and mb_ptr2cells_lenZviRackover2018-08-31
* shell.c: fix scan-build NPE warning #8932Justin M. Keyes2018-08-29
* vim-patch:8.0.0883: invalid memory access with nonsensical scriptJan Edmund Lazo2018-08-24
* Fix crash in lang_init() on macOS if lang_region = NULLbattlmonstr2018-08-01
* Merge pull request #8485 from janlazo/vim-8.0.1012James McCoy2018-07-27
|\
| * vim-patch:8.0.1012: MS-Windows: problem with $HOME when is was set internallyJan Edmund Lazo2018-07-24
* | rename: os_get_localtime => os_localtimeJustin M. Keyes2018-07-24
|/
* Check all child processes for exit in SIGCHLD handlerDavid Hotham2018-07-14
* Only waitpid() for processes that we care aboutDavid Hotham2018-07-13
* use wchar_t instead of WCHAR #6998Matt Kline2018-06-18
* doc: job/channel, misc #7783Justin M. Keyes2018-06-11
* Merge #7679 'startup: treat stdin as text instead of commands'Justin M. Keyes2018-06-10
|\
| * cleanup, test interactive -EJustin M. Keyes2018-06-04
| * win/startup: remove --literalJustin M. Keyes2018-06-04
| * startup: allow explicit "-" file arg with --headlessJustin M. Keyes2018-06-04
| * startup: fix -es/-Es so they are actually silentJustin M. Keyes2018-06-04