aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.h
Commit message (Expand)AuthorAge
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15
* Remove useless modelines (pt2)Marco Hinz2014-04-28
* Remove mch_screenmode, inline EMSG into ex_mode()Stefan Hoffmann2014-04-24
* Removed mch_input_isattyPavel Platto2014-04-20
* Removed mch_check_winPavel Platto2014-04-20
* Remove `RealWaitForChar` and `mch_new_shellsize`Thiago de Arruda2014-04-06
* Moved mch_get_host_name and renamed it to os_get_hostanmeStefan Hoffmann2014-04-05
* Moved mch_get_pid and renamed it to os_get_pidStefan Hoffmann2014-04-05
* Remove the old `mch_call_shell` implementationThiago de Arruda2014-04-05
* Removed not defined prototypes in os_unix.hStefan Hoffmann2014-04-04
* Move signal handling to libuv event loopThiago de Arruda2014-04-01
* Move mch_expandpath from os_unix.cJohn Schmidt2014-04-01
* Refactor SHELL_* defines into enum typedefThiago de Arruda2014-03-31
* Make `extra_shell_arg` a `mch_call_shell` parameterThiago de Arruda2014-03-31
* Reimplement input functions on top of libuvThiago de Arruda2014-03-26
* Implement `mch_delay` on top of libuvThiago de Arruda2014-03-24
* Move and refactor mch_[gs]etperm to os/fs module.Thomas Wienecke2014-03-15
* moved mch_get_user_name() and mch_get_uname() into os/users.cStefan Hoffmann2014-03-13
* Move mch_can_exe, executable_file to os/fs.c.Thomas Wienecke2014-03-07
* Port mch_isdir to libuv.Thomas Wienecke2014-03-05
* Remove dead stack-checking code.Alexander Bolodurin2014-03-03
* Remove __ARGS macro. Close #205Nicolas Pierron2014-03-02
* Removes 'proto' dirscott-linder2014-02-26
* Delete local function strerror and USE_GETCWD define.Thomas Wienecke2014-02-25
* os_unix: use libuv total memory functionRich Wareham2014-02-24
* Use neovim versions of ~/.vim and ~/.vimrcChristian Wellenbrock2014-02-24
* Convert function declarations from K&R to ANSI style.scott-linder2014-02-24
* Import vim from changeset v5628:c9cad40b4181Thiago de Arruda2014-01-31