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.c
Commit message (
Expand
)
Author
Age
*
Move mch_expandpath from os_unix.c
John Schmidt
2014-04-01
*
remove HAVE_SETJMP_H
Julian Orth
2014-03-31
*
Rename ga_init2() to ga_init()
John Schmidt
2014-03-31
*
Rewrite `show_shell_mess` as a `ShellOpts` flag
Thiago de Arruda
2014-03-31
*
Refactor SHELL_* defines into enum typedef
Thiago de Arruda
2014-03-31
*
Refactor/cleanup argument parsing functions
Thiago de Arruda
2014-03-31
*
Extract `shell_build_argv` from `mch_call_shell`
Thiago de Arruda
2014-03-31
*
Make `extra_shell_arg` a `mch_call_shell` parameter
Thiago de Arruda
2014-03-31
*
Extract `shell_count_argc` from `mch_call_shell`
Thiago de Arruda
2014-03-31
*
Extract `shell_skip_word` from `mch_call_shell`
Thiago de Arruda
2014-03-31
*
Split code for counting and parsing arguments
Thiago de Arruda
2014-03-31
*
Extract path.c from misc1.c
John Schmidt
2014-03-29
*
Rename mch_* functions to os_* in os module.
Thomas Wienecke
2014-03-27
*
Reimplement input functions on top of libuv
Thiago de Arruda
2014-03-26
*
Use memmove instead of mch_memmove
Felipe Oliveira Carvalho
2014-03-26
*
Implement `mch_delay` on top of libuv
Thiago de Arruda
2014-03-24
*
adapt to the style guildelines
Petter Wahlman
2014-03-19
*
Revive vim_fname (-> os_file_exists); fix misuse of mch_getperm.
Thomas Wienecke
2014-03-15
*
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
*
cleanup environment variable handling + unit tests
Stefan Hoffmann
2014-03-06
*
Fix style issues.
Thomas Wienecke
2014-03-06
*
Remove USE_SYSTEM and code only run under USE_SYSTEM
Simen Endsjø
2014-03-05
*
Port mch_isdir to libuv.
Thomas Wienecke
2014-03-05
*
Remove static declaration of executable_file.
Thomas Wienecke
2014-03-05
*
Rename and refactor mch_FullName.
Thomas Wienecke
2014-03-04
*
Remove dead stack-checking code.
Alexander Bolodurin
2014-03-03
*
Remove __ARGS macro. Close #205
Nicolas Pierron
2014-03-02
*
Extract garray.c from misc2.c
Felipe Oliveira Carvalho
2014-02-28
*
Removes 'proto' dir
scott-linder
2014-02-26
*
Delete local function strerror and USE_GETCWD define.
Thomas Wienecke
2014-02-25
*
os_unix: Port mch_FullName and mch_isFullName to libuv.
Thomas Wienecke
2014-02-25
*
os_unix: Use libuv uv_cwd instead of getcwd/getwd.
Thomas Wienecke
2014-02-25
*
Create new OS module
Thiago de Arruda
2014-02-24
*
move libuv functions to os.c and io.c module
Rich Wareham
2014-02-24
*
os_unix: use libuv total memory function
Rich Wareham
2014-02-24
*
os_unix: switch to libuv chdir() function
Rich Wareham
2014-02-24
*
os_unix: add #include for libuv
Rich Wareham
2014-02-24
*
Convert function declarations from K&R to ANSI style.
scott-linder
2014-02-24
*
Remove more #ifdef dead code
Thiago de Arruda
2014-02-01
*
Fix build on OSX/Archlinux and add README
aph
2014-02-01
*
Import vim from changeset v5628:c9cad40b4181
Thiago de Arruda
2014-01-31