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
*
Introduce nvim namespace: Move files.
Eliseo Martínez
2014-05-15
*
Add teardown function for the event.c module
Thiago de Arruda
2014-05-12
*
replaced `vim_free()` calls with `free()` calls
Matthias Beyer
2014-05-05
*
Remove undefined function suspend_shell.
Thomas Wienecke
2014-05-03
*
revert #652
Justin M. Keyes
2014-05-01
*
Remove NUL macro
Marco Hinz
2014-04-29
*
Remove code and checks for unsupported systems.
Chris Watkins
2014-04-28
*
Remove mch_screenmode, inline EMSG into ex_mode()
Stefan Hoffmann
2014-04-24
*
No OOM error condition in save_patterns()
Felipe Oliveira Carvalho
2014-04-24
*
inline the rest of os_unixx.h into os_unix.c
Stefan Hoffmann
2014-04-22
*
Removed mch_input_isatty
Pavel Platto
2014-04-20
*
Removed mch_check_win
Pavel Platto
2014-04-20
*
Remove modelines
Marco Hinz
2014-04-16
*
removed mch_remove macro
Stefan Hoffmann
2014-04-11
*
Move exe functions back to os/fs.c
John Schmidt
2014-04-08
*
Change prefix from `os_*` to `path_*`
John Schmidt
2014-04-08
*
Implement job control
Thiago de Arruda
2014-04-07
*
Use stdbool in os module
Hinidu
2014-04-07
*
Remove simpler cases of OOM error handling (after *alloc calls)
Felipe Oliveira Carvalho
2014-04-06
*
Add comments and fix `os_microdelay` call
Thiago de Arruda
2014-04-06
*
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
*
Remove mzscheme
John Schmidt
2014-04-05
*
Remove SniFF
John Schmidt
2014-04-05
*
Extract memory.c from misc2.c
John Schmidt
2014-04-04
*
Remove `mch_call_shell` GUI printing code
Thiago de Arruda
2014-04-03
*
Remove support for running interactive programs
Thiago de Arruda
2014-04-03
*
Test and refactor gettail -> path_tail.
Thomas Wienecke
2014-04-03
*
remove HAVE_RENAME
oni-link
2014-04-02
*
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
*
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
[next]