aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os_unix.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:7.4.359Scott Prager2014-09-19
* vim-patch:7.4.305Scott Prager2014-09-19
* vim-patch:7.4.235Scott Prager2014-09-17
* api/msgpack-rpc: Use EXT type to serialize Buffer/Window/TabpageThiago de Arruda2014-09-12
* fileinfo: rename os_file_info_id_equalStefan Hoffmann2014-08-31
* fileinfo: rename os_get_file_info{,_link,_fd}Stefan Hoffmann2014-08-31
* msgpack-rpc: Accept method names in requestsThiago de Arruda2014-08-29
* api: Implement '--embedded-mode' command-line optionThiago de Arruda2014-08-28
* Make ttyfast default to true on all terminals #1051Fredrik Fornwall2014-08-18
* Merge #814 'Remove dead #ifdefed code'Justin M. Keyes2014-08-07
|\
| * Remove fix for select(). select() is not used anymore.Pavel Platto2014-08-02
| * Remove EBCDIC: Remove IF_EB macrosPavel Platto2014-08-02
* | Drop SGI IRIS support. #1006Fredrik Fornwall2014-08-07
|/
* vim: move vim_acl_T to types.hNicolas Hillegeer2014-07-16
* Extract `tempfile` module from fileioPavel Platto2014-07-14
* Refactor vim_tempnamePavel Platto2014-07-14
* Use strict function prototypes #945Pavel Platto2014-07-14
* vim-patch:7.4.295 #833Will Stamper2014-07-11
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* Replace int with bool in some files. #654Klemen Košir2014-07-08
* libcall: remove libcall ifdefsNicolas Hillegeer2014-06-28
* os: remove legacy mch_libcallNicolas Hillegeer2014-06-28
* FileID: refactor os_unix.c to use `FileID`Stefan Hoffmann2014-06-27
* Replace vim_strncpy calls: os_unix.cDouglas Schneider2014-06-13
* spelling fixes #827Will Stamper2014-06-12