aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os_unix.c
Commit message (Expand)AuthorAge
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
* Linting.KillTheMule2016-05-02
* vim-patch:7.4.672KillTheMule2016-05-02
* os_nodetype: impl with libuvJustin M. Keyes2016-04-29
* Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
* Misc. macro cleanupMichael Reed2016-01-14
* Stop using <stropts.h>Michael Reed2016-01-12
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* src: README.txt -> README.mdMichael Reed2015-11-23
* Remove instances of TRUE/FALSE macroSteven Oliver2015-09-04
* job: Replace by a better process abstraction layerThiago de Arruda2015-07-17
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* input: stream_set_blocking(): libuv implJustin M. Keyes2015-05-27
* Remove char_u: add_pathsep()Mark Bainter2015-05-06
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Update comments for expand_wildcards functions.oni-link2015-04-05
* os_scandir: fname_case -> path_fix_caseScott Prager2015-03-31
* Un-mch mch_has_(exp_)wildcard().Scott Prager2015-03-31
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
* Macro cleanup: HAVE_SANDBOXMichael Reed2015-03-05
* refactor: Remove term modules and termcap optionsThiago de Arruda2015-02-21
* Enable -Wconversion: os_unix.c.Eliseo Martínez2015-02-18
* Enable -Wconversion: Passing-by: Remove dead code (MACOS_CONVERT).Eliseo Martínez2015-02-18
* cleanup: Remove unused functions and builtin termcapsThiago de Arruda2015-02-16
* ui: Rewrite the builtin terminal UIThiago de Arruda2015-02-16
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* coverity/13745: Argument cannot be negative: RI.Eliseo Martínez2015-02-02
* coverity/15019: String not null terminated: FP.Eliseo Martínez2015-02-02
* Merge pull request #1816 from Pyrohh/macro_cleanupJustin M. Keyes2015-01-15
|\
| * Macro cleanup: PROTOMichael Reed2015-01-14
* | ui: Implement set_{title,icon}Thiago de Arruda2015-01-14
|/
* Merge pull request #1685 from justinmk/coverity74718Justin M. Keyes2014-12-20
|\
| * coverity/74718: invalid FUNC_ATTR_NONNULL_ARGJustin M. Keyes2014-12-20
* | Remove VMS remnantsMichael Reed2014-12-19
* | vim-patch:7.4.423Florian Walch2014-12-18
|/
* docs: Remove BeOS/Haiku remnantsMichael Reed2014-12-09
* term: Move more mouse functions to mouse.cThiago de Arruda2014-12-02
* Merge pull request #1491 from Pyrohh/os2-and-misc-cleanupJustin M. Keyes2014-11-28
|\
| * Remove OS/2 referencesMichael Reed2014-11-27
| * Remove Atari MiNT referencesMichael Reed2014-11-27
| * Remove NeXTSTEP referencesMichael Reed2014-11-27
* | mch_early_init() -> early_init().Scott Prager2014-11-28
* | update mch_suspendScott Prager2014-11-28
* | mch_init -> term_initScott Prager2014-11-28
* | mch_write -> term_writeScott Prager2014-11-28
|/
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* event: Ensure the event loop has been cleaned up in event_teardownThiago de Arruda2014-11-02
* msgpack-rpc: Create subdirectory for msgpack-rpc modulesThiago de Arruda2014-10-21