aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os
Commit message (Expand)AuthorAge
...
* vim-patch:9.1.0220: Few typos in source and test files (#28076)zeertzjq2024-03-28
* docs: fix typos (#27868)dundargoc2024-03-28
* vim-patch:9.1.0162: problem with writing extended attributes on failure (#27800)zeertzjq2024-03-10
* vim-patch:9.1.0161: expand() removes slash after env variable that ends with ...zeertzjq2024-03-10
* vim-patch:8.2.5077: various warnings from clang on MS-Windows (#27773)zeertzjq2024-03-08
* fix(process): avoid potential data race on exit (#27769)zeertzjq2024-03-08
* fix(process): close handles and timer in pty_process_close() (#27760)zeertzjq2024-03-07
* refactor(metadata): generate all metadata in luabfredl2024-02-28
* Merge pull request #27599 from bfredl/nofileallocbfredl2024-02-26
|\
| * refactor(fileio): remove API shell layer encouraging unnecessary allocationsbfredl2024-02-25
* | fix(process): start pty process eof timer on main thread (#27625)zeertzjq2024-02-26
|/
* perf(os/env): os_getenv() allocation when there is no env var setbfredl2024-02-24
* refactor(api): use arena for channel info and terminal infobfredl2024-02-18
* refactor(api): make cstr_as_string accept "const char*"bfredl2024-02-09
* docs: small fixes (#27213)dundargoc2024-02-06
* vim-patch:partial:9.0.1196: code is indented more than necessary (#27315)zeertzjq2024-02-03
* feat(quickfix): support -q - to read 'errorfile' from stdin (#27303)zeertzjq2024-02-02
* feat(ui): add chdir UI event (#27093)Gregory Anders2024-01-19
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: remove redundant struct namesdundargoc2024-01-02
* refactor: remove redundant NOLINT commentsdundargoc2024-01-01
* refactor: follow style guidedundargoc2023-12-30
* refactor: remove unnecessary HAVE_PATHDEF macrodundargoc2023-12-27
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor(IWYU): move decor provider types to decoration_defs.h (#26692)zeertzjq2023-12-21
* fixup:zeertzjq2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* feat(api): add forward and back mouse buttonsAmanda Graven2023-12-18
* docs: add style rule regarding initializationdundargoc2023-12-18
* refactor: move some anonymous enums back to non-defs headers (#26622)zeertzjq2023-12-18
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* refactor: free more reachable memory with EXITFREE (#26349)zeertzjq2023-12-02
* refactor: change event_create() to a macro (#26343)zeertzjq2023-12-01
* refactor(IWYU): create {ex_getln,rbuffer,os/fileio}_defs.h (#26338)zeertzjq2023-12-01
* refactor(IWYU): move typedefs out of globals.h (#26322)zeertzjq2023-11-30
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* 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