summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/os/dl.c
AgeCommit message (Expand)AuthorFiles
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-12build: remove PVSdundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2021-11-01vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy1
2021-09-14refactor: format files with uncrustify #15663dundargoc1
2020-08-08libcall: Use "int" for number argumentJames McCoy1
2019-12-15libcallnr: Use int, not int64_t, as the return type for Vim compatJames McCoy1
2019-06-23os: close library even if uv_dlopen() failserw71
2019-02-04build: -Wmissing-prototypesJustin M. Keyes1
2017-04-19*: Add comment to all C filesZyX1
2016-01-16misc: UNIX => Unix #4022Seth Jackson1
2014-07-14Use strict function prototypes #945Pavel Platto1
2014-07-09remove stdbool.h include from vim.h and globals.hBrandon Coleman1
2014-06-28os: implement VimL libcall with {mch,os}_libcallNicolas Hillegeer1