aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
...
* | channels: reflect exit due to signals in exit status code (#10573)Daniel Hahler2019-08-09
* | f_environ: cleanup/refactorDaniel Hahler2019-08-06
* | vim-patch:8.1.0572: stopping a job does not work properly on OpenBSDDaniel Hahler2019-07-30
* | os/fs: introduce os_fopen()Justin M. Keyes2019-07-25
* | vim-patch:8.1.1740: exepath() doesn't work for "bin/cat" (#10556)Daniel Hahler2019-07-24
* | env: invalid pointer after os_setenv() #10558erw72019-07-23
* | os_can_exe: remove char_uJustin M. Keyes2019-07-21
* | win: jobstart(), system(): $PATHEXT-resolve exeJustin M. Keyes2019-07-21
* | refactor: use int for Columns and RowsBjörn Linse2019-07-19
* | Fix is_executable_in_path() on Windows (#10468)erw72019-07-15
* | viml/profile: revert gettimeofday() #10488Justin M. Keyes2019-07-13
* | viml/reltime(): allow negative result #10453Justin M. Keyes2019-07-09
* | CI: improve gcov handling #10404Daniel Hahler2019-07-07
* | win,fs.c: Fix is_executable_ext #10209erw72019-07-04
* | fileio.c: eliminate set_file_time() #10357Justin M. Keyes2019-06-30
* | viml/profile: switch to uv_gettimeofday() #10356Justin M. Keyes2019-06-29
* | os: close library even if uv_dlopen() failserw72019-06-23
* | 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