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
/
nvim
/
os_unix.c
Commit message (
Expand
)
Author
Age
*
refactor: eliminate os_unix.c #21621
Justin M. Keyes
2023-01-02
*
refactor: rename mch_get_acl => os_get_acl
Justin M. Keyes
2022-12-16
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
refactor: format with uncrustify #15755
dundargoc
2021-09-24
*
refactor(api): remove unneccesary indirection around handles
Björn Linse
2021-08-22
*
refactor: rename mch_exit => os_exit
Justin M. Keyes
2020-02-02
*
refactor: move various things to os/shell.c
Justin M. Keyes
2020-02-02
*
doc: fix typos
Brian Wignall
2019-11-27
*
os_can_exe: remove char_u
Justin M. Keyes
2019-07-21
*
refactor: use int for Columns and Rows
Björn Linse
2019-07-19
*
vim-patch:8.0.1496: VIM_CLEAR()
Justin M. Keyes
2019-05-25
*
cleanup: remove HAVE_SELINUX #10040
Justin M. Keyes
2019-05-21
*
UI: add "compositor" layer to merge grids for TUI use in a correct way
Björn Linse
2019-02-02
*
os_unix: Log exit code before freeing all memory
James McCoy
2018-09-24
*
log: RPC, input, other events
Justin M. Keyes
2018-09-19
*
UI/cleanup: Remove most redraw_later_clear() calls
Justin M. Keyes
2018-09-12
*
ui: flush UI state on exit
Björn Linse
2018-09-09
*
exit: annotate FUNC_ATTR_NORETURN functions #7954 (#7954)
Justin M. Keyes
2018-02-07
*
input: only change mode of input fd if there is an input fd
Björn Linse
2017-11-25
*
loop_close: Avoid infinite loop, and log it.
Justin M. Keyes
2017-06-07
*
lint: fix indentation of FUNC_ATTR lines
Björn Linse
2017-06-03
*
os_unix: Mark mch_exit as NORETURN
James McCoy
2017-05-12
*
*: Add comment to all C files
ZyX
2017-04-19
*
eval,*: Move get_tv_string to typval.c
ZyX
2017-03-29
*
linter: make os_unix.c pass the linter
raichoo
2017-03-06
*
make backtick-expansion work with `shell=fish`
raichoo
2017-03-06
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
os/fs: Rename os_file_exists to os_path_exists (#4973)
Daniel Xu
2016-07-06
*
Linting.
KillTheMule
2016-05-02
*
vim-patch:7.4.672
KillTheMule
2016-05-02
*
os_nodetype: impl with libuv
Justin M. Keyes
2016-04-29
*
Merge tempfile.c back into fileio.c
Jurica Bradaric
2016-04-20
*
Misc. macro cleanup
Michael Reed
2016-01-14
*
Stop using <stropts.h>
Michael Reed
2016-01-12
*
src/*: Remove `VIM - Vi improved ...` header
Michael Reed
2015-11-27
*
src: README.txt -> README.md
Michael Reed
2015-11-23
*
Remove instances of TRUE/FALSE macro
Steven Oliver
2015-09-04
*
job: Replace by a better process abstraction layer
Thiago de Arruda
2015-07-17
*
event loop: New abstraction layer with refactored time/signal API
Thiago de Arruda
2015-07-17
*
input: stream_set_blocking(): libuv impl
Justin M. Keyes
2015-05-27
*
Remove char_u: add_pathsep()
Mark Bainter
2015-05-06
*
Replace vim_iswhite with ascii_iswhite() defined in ascii.h
Felipe Oliveira Carvalho
2015-04-24
*
memory: Add `free` wrapper and refactor project to use it
Thiago de Arruda
2015-04-13
*
Update comments for expand_wildcards functions.
oni-link
2015-04-05
*
os_scandir: fname_case -> path_fix_case
Scott Prager
2015-03-31
*
Un-mch mch_has_(exp_)wildcard().
Scott Prager
2015-03-31
*
ui: Replace cursor_{on,off} by busy_{stop,start}
Thiago de Arruda
2015-03-15
*
Macro cleanup: HAVE_SANDBOX
Michael Reed
2015-03-05
[next]