aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
* refactor: move function macros out of vim_defs.h (#26300)zeertzjq2023-11-29
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor(IWYU): create normal_defs.h (#26293)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: fix runtime_defs.h (#26259)zeertzjq2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): export generated headersdundargoc2023-11-27
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* build(IWYU): replace public-to-public mappings with pragmas (#26237)zeertzjq2023-11-27
* build(clint): more precise check for "defs" headers (#26236)zeertzjq2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* build: rework IWYU mapping filesdundargoc2023-11-25
* fix: missing case in setxattr error handling (#26176)Nik Klassen2023-11-24
* build: adjust clang-tidy warning exclusion logicdundargoc2023-11-20
* refactor: enable formatting for ternariesdundargoc2023-11-20
* refactor: follow style guidedundargoc2023-11-13
* refactor: replace manual header guards with #pragma oncedundargoc2023-11-12
* build: remove PVSdundargoc2023-11-12
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* refactor: the long goodbyedundargoc2023-11-05
* docs: small fixes (#25585)dundargoc2023-10-29
* build(lint): remove unnecessary clint.py rulesdundargoc2023-10-23
* vim-patch:dbf749bd5aae (#25665)zeertzjq2023-10-16
* refactor(lang): reduce scope of HAVE_WORKING_LIBINTL #ifdefsbfredl2023-10-15
* vim-patch:9.0.1975: xattr: permission-denied errors on write (#25478)zeertzjq2023-10-03
* fix: fix ASAN errors on clang 17 (#25469)dundargoc2023-10-03
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* vim-patch:9.0.1967: xattr errors not translated (#25454)zeertzjq2023-10-01
* vim-patch:9.0.1964: xattr support fails to build on MacOS X (#25448)zeertzjq2023-10-01
* vim-patch:9.0.1963: Configure script may not detect xattrzeertzjq2023-09-30
* vim-patch:9.0.1962: No support for writing extended attributeszeertzjq2023-09-30
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(message): smsg_attr -> smsgbfredl2023-09-29
* vim-patch:9.0.1946: filename expansion using ** in bash may failzeertzjq2023-09-29
* Merge pull request #25396 from bfredl/no_attrbfredl2023-09-27
|\
| * refactor(messages): fold msg_attr into msgbfredl2023-09-27
| * refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* | feat: NVIM_APPNAME supports relative paths #25233Rory Nesbitt2023-09-27
|/
* fix(job-control): fix use after free (#25223)sid-65812023-09-18
* fix: fix compiler warning from clangdundargoc2023-09-09
* refactor(map): enhanced implementation, Clean Codeā„¢, etc etcbfredl2023-09-08
* refactor: remove some (const char **) casts (#24423)zeertzjq2023-07-22
* fix(startup): run embedded Nvim with real path (#24282)zeertzjq2023-07-08
* refactor: adjust headers according to the style guide (#23934)dundargoc2023-06-06
* fix(NVIM_APPNAME): show error message if $NVIM_APPNAME is invalidGhjuvan Lacambre2023-05-28