aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
* Merge #4646 from oni-link/fix.issue.4569.3Justin M. Keyes2016-06-26
|\
| * shell.c: Fix missing outputoni-link2016-05-15
* | Merge #4965 from justinmk/fixup4453Justin M. Keyes2016-06-25
|\ \
| * | ex_cmds2.c: cleanupJustin M. Keyes2016-06-25
* | | os/fileio: Use readv oftenZyX2016-06-24
* | | *: Satisfy linter (newest type casts rule)ZyX2016-06-24
* | | file: Move src/nvim/file.* to src/nvim/os/fileio.*ZyX2016-06-24
* | | file: Add buffered reading and writingZyX2016-06-23
* | | file,os/fs,shada: Separate opening, closing, writing and reading filesZyX2016-06-23
|/ /
* | Remove some unnecessary function attributes (#4909)oni-link2016-06-11
* | eval: allow setting cwd in {jobstart,termopen}()Aleksa Sarai2016-06-07
* | pty_process: split into plat-specific files (#3976)Rui Abreu Ferreira2016-06-04
* | *: Rename main loop variable from loop to main_loopZyX2016-05-30
* | os_nodetype: Return NODE_NORMAL if os_stat fails.Justin M. Keyes2016-05-22
* | os/env.c: document remove_tail() properlyFelipe Oliveira Carvalho2016-05-15
* | os/env.c: declare srcp and dst as restrict in expand_env_esc()Felipe Oliveira Carvalho2016-05-15
* | os/env.c: cosmetic changes done during review of the fileFelipe Oliveira Carvalho2016-05-15
|/
* vim-patch:7.4.896Rui Abreu Ferreira2016-05-08
* Windows: Fix os_nodetype() default returnRui Abreu Ferreira2016-05-06
* Merge pull request #4678 from KillTheMule/vim-7.4.672Justin M. Keyes2016-05-04
|\
| * vim-patch:7.4.672KillTheMule2016-05-02
* | Merge pull request #4680 from equalsraf/tb-windows-winsock2Justin M. Keyes2016-05-02
|\ \ | |/ |/|
| * Windows: Include winsock2.h before windows.hRui Abreu Ferreira2016-04-30
* | *: Fix new linter errorsZyX2016-05-01
|/
* Merge pull request #4675 from barraponto/patch-1Justin M. Keyes2016-04-29
|\
| * Increase readability of unit conversion.Capi Etheriel2016-04-29
* | Add missing include fcntl.hRui Abreu Ferreira2016-04-29
|/
* os_nodetype: impl with libuvJustin M. Keyes2016-04-29
* Merge pull request #4593 from ZyX-I/length-functionsJustin M. Keyes2016-04-26
|\
| * keymap: Make replace_termcodes and friends accept length and cpo_flagsZyX2016-04-18
* | vim-patch:7.4.1114Jurica Bradaric2016-04-20
|/
* path.c: enable -WconversionCharles Joachim2016-03-27
* Lint: fix line length >80Marco Hinz2016-03-04
* Windows: XDG: Update default paths. #4403Rui Abreu Ferreira2016-03-03
* Merge pull request #4277 from Jun-T/lang2localeJustin M. Keyes2016-02-26
|\
| * build: install *.mo into the "standard" directoryJun T2016-02-23
* | vim-patch:7.4.936 #4271watiko2016-02-22
* | vim-patch:7.4.845watiko2016-02-21
* | vim-patch:7.4.832watiko2016-02-21
|/
* Merge pull request #3994 from sethjackson/pathextJustin M. Keyes2016-02-01
|\
| * Windows: use $PATHEXT to find executables in path.Rui Abreu Ferreira2016-01-30
* | Merge pull request #4024 from sethjackson/io-includeJustin M. Keyes2016-02-01
|\ \
| * | Windows: include <io.h>.Rui Abreu Ferreira2016-01-17
* | | config: Remove HAVE_UNISTD_H.Seth Jackson2016-01-18
| |/ |/|
* | Windows: Include <uv.h> for S_IFLNK.Rui Abreu Ferreira2016-01-17
|/
* os/win_defs.h: Define O_NOFOLLOWMichael Reed2016-01-16
* misc: UNIX => Unix #4022Seth Jackson2016-01-16
* doc: Remove more references to MS-DOSSeth Jackson2016-01-16
* Misc. macro cleanupMichael Reed2016-01-14