index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os_unix.h
Commit message (
Expand
)
Author
Age
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15
*
Remove useless modelines (pt2)
Marco Hinz
2014-04-28
*
Remove mch_screenmode, inline EMSG into ex_mode()
Stefan Hoffmann
2014-04-24
*
Removed mch_input_isatty
Pavel Platto
2014-04-20
*
Removed mch_check_win
Pavel Platto
2014-04-20
*
Remove `RealWaitForChar` and `mch_new_shellsize`
Thiago de Arruda
2014-04-06
*
Moved mch_get_host_name and renamed it to os_get_hostanme
Stefan Hoffmann
2014-04-05
*
Moved mch_get_pid and renamed it to os_get_pid
Stefan Hoffmann
2014-04-05
*
Remove the old `mch_call_shell` implementation
Thiago de Arruda
2014-04-05
*
Removed not defined prototypes in os_unix.h
Stefan Hoffmann
2014-04-04
*
Move signal handling to libuv event loop
Thiago de Arruda
2014-04-01
*
Move mch_expandpath from os_unix.c
John Schmidt
2014-04-01
*
Refactor SHELL_* defines into enum typedef
Thiago de Arruda
2014-03-31
*
Make `extra_shell_arg` a `mch_call_shell` parameter
Thiago de Arruda
2014-03-31
*
Reimplement input functions on top of libuv
Thiago de Arruda
2014-03-26
*
Implement `mch_delay` on top of libuv
Thiago de Arruda
2014-03-24
*
Move and refactor mch_[gs]etperm to os/fs module.
Thomas Wienecke
2014-03-15
*
moved mch_get_user_name() and mch_get_uname() into os/users.c
Stefan Hoffmann
2014-03-13
*
Move mch_can_exe, executable_file to os/fs.c.
Thomas Wienecke
2014-03-07
*
Port mch_isdir to libuv.
Thomas Wienecke
2014-03-05
*
Remove dead stack-checking code.
Alexander Bolodurin
2014-03-03
*
Remove __ARGS macro. Close #205
Nicolas Pierron
2014-03-02
*
Removes 'proto' dir
scott-linder
2014-02-26
*
Delete local function strerror and USE_GETCWD define.
Thomas Wienecke
2014-02-25
*
os_unix: use libuv total memory function
Rich Wareham
2014-02-24
*
Use neovim versions of ~/.vim and ~/.vimrc
Christian Wellenbrock
2014-02-24
*
Convert function declarations from K&R to ANSI style.
scott-linder
2014-02-24
*
Import vim from changeset v5628:c9cad40b4181
Thiago de Arruda
2014-01-31