aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os_unix.c
Commit message (Expand)AuthorAge
* refactor: eliminate os_unix.c #21621Justin M. Keyes2023-01-02
* refactor: rename mch_get_acl => os_get_aclJustin M. Keyes2022-12-16
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor: format with uncrustify #15755dundargoc2021-09-24
* refactor(api): remove unneccesary indirection around handlesBjörn Linse2021-08-22
* refactor: rename mch_exit => os_exitJustin M. Keyes2020-02-02
* refactor: move various things to os/shell.cJustin M. Keyes2020-02-02
* doc: fix typosBrian Wignall2019-11-27
* os_can_exe: remove char_uJustin M. Keyes2019-07-21
* refactor: use int for Columns and RowsBjörn Linse2019-07-19
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* cleanup: remove HAVE_SELINUX #10040Justin M. Keyes2019-05-21
* UI: add "compositor" layer to merge grids for TUI use in a correct wayBjörn Linse2019-02-02
* os_unix: Log exit code before freeing all memoryJames McCoy2018-09-24
* log: RPC, input, other eventsJustin M. Keyes2018-09-19
* UI/cleanup: Remove most redraw_later_clear() callsJustin M. Keyes2018-09-12
* ui: flush UI state on exitBjörn Linse2018-09-09
* exit: annotate FUNC_ATTR_NORETURN functions #7954 (#7954)Justin M. Keyes2018-02-07
* input: only change mode of input fd if there is an input fdBjörn Linse2017-11-25
* loop_close: Avoid infinite loop, and log it.Justin M. Keyes2017-06-07
* lint: fix indentation of FUNC_ATTR linesBjörn Linse2017-06-03
* os_unix: Mark mch_exit as NORETURNJames McCoy2017-05-12
* *: Add comment to all C filesZyX2017-04-19
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* linter: make os_unix.c pass the linterraichoo2017-03-06
* make backtick-expansion work with `shell=fish`raichoo2017-03-06
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
* Linting.KillTheMule2016-05-02
* vim-patch:7.4.672KillTheMule2016-05-02
* os_nodetype: impl with libuvJustin M. Keyes2016-04-29
* Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
* Misc. macro cleanupMichael Reed2016-01-14
* Stop using <stropts.h>Michael Reed2016-01-12
* src/*: Remove `VIM - Vi improved ...` headerMichael Reed2015-11-27
* src: README.txt -> README.mdMichael Reed2015-11-23
* Remove instances of TRUE/FALSE macroSteven Oliver2015-09-04
* job: Replace by a better process abstraction layerThiago de Arruda2015-07-17
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* input: stream_set_blocking(): libuv implJustin M. Keyes2015-05-27
* Remove char_u: add_pathsep()Mark Bainter2015-05-06
* Replace vim_iswhite with ascii_iswhite() defined in ascii.hFelipe Oliveira Carvalho2015-04-24
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Update comments for expand_wildcards functions.oni-link2015-04-05
* os_scandir: fname_case -> path_fix_caseScott Prager2015-03-31
* Un-mch mch_has_(exp_)wildcard().Scott Prager2015-03-31
* ui: Replace cursor_{on,off} by busy_{stop,start}Thiago de Arruda2015-03-15
* Macro cleanup: HAVE_SANDBOXMichael Reed2015-03-05