aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
* MSVC: Define STDOUT_FILENO and STDERR_FILENO.Rui Abreu Ferreira2015-12-21
* Merge pull request #3846 from sethjackson/win-defsJustin M. Keyes2015-12-16
|\
| * MSVC: Define S_IXUSR.Rui Abreu Ferreira2015-12-16
* | Windows: define FNAME_ILLEGAL.Seth Jackson2015-12-14
|/
* Merge #3443 'vim-patch:7.4.{785,795,898}'Justin M. Keyes2015-12-13
|\
| * vim-patch:7.4.785Johan Klokkhammer Helsing2015-11-22
* | Windows: Implement os_setenv() using _putenv_s()Rui Abreu Ferreira2015-12-12
* | Merge pull request #3804 from sethjackson/signal-guardsJustin M. Keyes2015-12-09
|\ \
| * | Add guards for SIGPIPE and SIGQUITRui Abreu Ferreira2015-12-08
* | | Windows: Define HOME environment variableRui Abreu Ferreira2015-12-08
|/ /
* | Windows: Add path definitions for Windows.Seth Jackson2015-11-29
* | Windows: Only redefine ssize_t for MSVCRui Abreu Ferreira2015-11-26
* | Return libuv error code from os_getperm()Rui Abreu Ferreira2015-11-25
* | Return libuv return code from os_stat()Rui Abreu Ferreira2015-11-25
* | Fix comments for os_* functions return valueRui Abreu Ferreira2015-11-25
|/
* os/fs.c: Convert stray getenv() to os_getenv()Michael Reed2015-10-31
* Merge pull request #3553 from ZyX-I/fix-xdg-2Justin M. Keyes2015-10-30
|\
| * stdpaths: Document that stdpaths_*_subpath is not returning NULLZyX2015-10-29
| * stdpaths: Use NULL in place of empty stringsZyX2015-10-29
* | os/input.c: Fix assertion in `create_cursorhold_event`Thiago de Arruda2015-10-29
|/
* main: Refactor normal_enter to call `os_inchar` directlyThiago de Arruda2015-10-26
* input: Remove CURSORHOLD keyThiago de Arruda2015-10-26
* os/unix_defs: Rename default system vimrc file to sysinit.vimZyX2015-10-24
* os/fs: Allow os_mkdir_recurse directory name to end with ///ZyX2015-10-23
* stdpaths: Remove outdated commentZyX2015-10-23
* stdpaths: Add Windows-specific directoriesZyX2015-10-23
* stdpaths: Add missing includeZyX2015-10-23
* stdpaths: Remove Apple defaults, use \*nix ones insteadZyX2015-10-23
* main,version: Remove USR_EXRC_FILE*ZyX2015-10-23
* option: Add `//` to the end of default `&directory`ZyX2015-10-23
* stdpaths: Add documentationZyX2015-10-23
* main,os/env: Fix lint errorsZyX2015-10-23
* stdpaths: Do NOT create data directoriesZyX2015-10-23
* stdpaths: Give proper error message in case directory creation failedZyX2015-10-23
* shada: Move shada file to a new locationZyX2015-10-23
* stdpaths,main: Remove all remaining memory leaksZyX2015-10-23
* stdpaths: Export get_xdg function (renamed) and use it for runtimepathZyX2015-10-23
* stdpaths: Rename export functions so that they have common prefixZyX2015-10-23
* stdpaths: Remove useless functions get_user_*_dirZyX2015-10-23
* stdpaths: Fix some issues, specificallyZyX2015-10-23
* option: Use different default value for &runtimepathZyX2015-10-23
* os/env: Add functions that can iterate over colon-separated variablesZyX2015-10-23
* option,main: Partial support of XDG base directory specificationKeerthan Jaic2015-10-23
* os/time: Make Timestamp be 64-bit unsigned integerZyX2015-10-08
* viminfo: First version of ShaDa file dumpingZyX2015-10-08
* os/fs: Define os_strerror as an alias to uv_strerrorZyX2015-10-08
* os/input: Don't advance past incomplete sequences in input_enqueueThiago de Arruda2015-10-01
* remove HAVE_DUP #1072Justin M. Keyes2015-09-12
* do_path_expand: Avoid non-readable directories. #3273Felipe Morales2015-09-04
* Windows: Define USE_CRNL on Windows. #3249Seth Jackson2015-08-28