aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
...
| | * | vim-patch:8.1.1313: warnings for using localtime() and ctime()Jan Edmund Lazo2020-03-29
| | |/
| | * pvs/v1048: variable was assigned same valueJan Edmund Lazo2020-03-01
| | * env: try find library dir (like /usr[/local]/lib/nvim) and add it to &rtpBjörn Linse2020-02-07
| | * lintJustin M. Keyes2020-02-02
| | * refactor: move various things to os/shell.cJustin M. Keyes2020-02-02
| | * shell: "..." instead of "[...]" #11760Justin M. Keyes2020-01-25
| | * Remove termtype optionerw72020-01-17
| | * Change to replace stderr with conouterw72020-01-17
| | * Add missing include fileerw72020-01-17
| | * Change option name from termwintype to termtypeerw72020-01-17
| | * Rename from os_win_conpty.{c,h} to pty_conpty_win.{c,h}erw72020-01-17
| | * Add stdin, stdout replacement functionserw72020-01-17
| | * Change enum to a name that follows naming conventionerw72020-01-17
| | * Change to use TriState instead of boolerw72020-01-17
| | * Fix function prototypeerw72020-01-17
| | * Minor changes in reviewer's pointerw72020-01-17
| | * Move ConPTY resize to os_win_conpty.cerw72020-01-17
| | * Change union name from pty_object to objecterw72020-01-17
| | * Change to use ConPTY, if availableerw72020-01-17
| | * os/env: fix pvs/v781Jan Edmund Lazo2019-12-26
| | * Merge remote-tracking branch 'upstream/master' into libcallJames McCoy2019-12-15
| | |\
| | | * os_getenvname_at_index: Handle Windows env vars whose name starts with =James McCoy2019-12-11
| | | * Add os_getfullenv_size/os_copyfullenvJames McCoy2019-12-11
| | | * jobstart now supports env/clear_envMatthieu Coudron2019-12-11
| | | * 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
* | | | libcall: Use "int" for number argumentJames McCoy2020-08-08
|/ / /
* / / fs: Ensure FileInfo struct is initializedJames McCoy2020-07-31
|/ /
* / libcallnr: Use int, not int64_t, as the return type for Vim compatJames McCoy2019-12-15
|/
* 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