aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
* gcov: use __gcov_flush instead of __gcov_dump (#10260)Daniel Hahler2019-06-18
* TUI: set os/input.c:global_fd to input->in_fd #10174erw72019-06-10
* vim-patch:8.1.0211: expanding a file name "~" results in $HOMEJan Edmund Lazo2019-05-25
* lua/shared: share trim() implJustin M. Keyes2019-05-20
* fileio: set group of backup fileJustin M. Keyes2019-05-20
* Merge #9709 'fileio: use os_copy to create backups'Justin M. Keyes2019-05-20
|\
| * docs: explicitly state return value on successSaid Al Attrach2019-03-30
| * fs: add os_copy function that uses uv_fs_copyfileSaid Al Attrach2019-03-10
* | vim-patch:8.1.1231: asking about existing swap file unnecessarilyJustin M. Keyes2019-04-29
* | win/defaults: Use "…/nvim-data/site" in 'runtimepath'Justin M. Keyes2019-04-28
* | test: "$PATHEXT=::"Justin M. Keyes2019-04-02
* | fs.c: fix is_executable_ext()erw72019-04-02
* | [ci skip] fs.c: fix commenterw72019-04-01
* | fs.c: Move sh check of is_executable_ext to outside of looperw72019-04-01
* | fs.c: Simplify calling is_executable_exterw72019-04-01
* | fs.c: fix is_executable_exterw72019-04-01
* | fs.c: eliminate is_extension_executableJustin M. Keyes2019-04-01
* | is_extension_executable: simplify check for unix-style shellJustin M. Keyes2019-04-01
* | is_extension_executable: simplifyerw72019-04-01
* | cleanup: PATHEXT functionerw72019-04-01
* | 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