aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
* TUI: use stdio names instead of magic numbers #11410erw72019-11-17
* TUI/thread: guard env map from potential race with unibilium #11259erw72019-10-20
* vim-patch 8.1.0361: remote user not used for completionerw72019-10-14
* vim-patch 8.1.0084: user name completion does not work on MS-Windowserw72019-10-13
* Fix potential deadlock #11151erw72019-10-04
* shell: improve displaying of pulse (#11130)Daniel Hahler2019-10-02
* Revert "win/os_env_exists(): workaround libuv bug #10734"Daniel Hahler2019-09-25
* env: use putenv_s for LC_ALL, LANG, etc. #11050erw72019-09-22
* refactor: allow us to process a child queue only while waiting on inputBjörn Linse2019-09-08
* stdpaths_get_xdg_var: consider empty env vars #10953Daniel Hahler2019-09-06
* Log signals handled in deadly_signal (#10939)Daniel Hahler2019-09-04
* Revisit out_data_decide_throttleDaniel Hahler2019-08-30
* paste: WIP #4448Justin M. Keyes2019-08-27
* vim-patch:8.1.1897: may free memory twice when out of memory (#10827)Jan Edmund Lazo2019-08-22
* build/win: fix warningsJustin M. Keyes2019-08-15
* os/: remove redundant defineJustin M. Keyes2019-08-15
* utf16_to_utf8: align with libuvJustin M. Keyes2019-08-15
* utf8_to_utf16: align with libuvJustin M. Keyes2019-08-15
* Merge #10098 'win: fix msg_puts_printf()'Justin M. Keyes2019-08-12
|\
| * Fix problems with message catalog directoryerw72019-06-09
* | win/env: Vim-compat: Empty string deletes env var #10743erw72019-08-11
* | win: expand nested env var #10662erw72019-08-11
* | win/os_env_exists(): workaround libuv bug #10734Justin M. Keyes2019-08-10
* | 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