aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/env.c
Commit message (Expand)AuthorAge
* refactor(options): use `const` in more places (#31791)Famiu Haque2025-01-01
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* refactor: rename "process" => "proc" #30387Justin M. Keyes2024-09-15
* docs: misc #28970Justin M. Keyes2024-09-01
* refactor: Windows tilde expansion followup (#29380)Rafael Kitover2024-06-18
* fixup: apply the change on more filesJames Tirta Halim2024-06-04
* fix(path): avoid chdir() when resolving path (#28799)zeertzjq2024-05-17
* refactor(build): make all generated c files headersbfredl2024-04-27
* refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq2024-04-20
* 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
* perf(os/env): os_getenv() allocation when there is no env var setbfredl2024-02-24
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: remove redundant NOLINT commentsdundargoc2024-01-01
* refactor: follow style guidedundargoc2023-12-30
* refactor: remove unnecessary HAVE_PATHDEF macrodundargoc2023-12-27
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor: free more reachable memory with EXITFREE (#26349)zeertzjq2023-12-02
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* build: adjust clang-tidy warning exclusion logicdundargoc2023-11-20
* build: remove PVSdundargoc2023-11-12
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* refactor(map): enhanced implementation, Clean Code™, etc etcbfredl2023-09-08
* refactor: uncrustifydundargoc2023-04-26
* refactor(env): remove unused mutexbfredl2023-04-20
* vim-patch:8.2.1071: Vim9: no line break allowed inside a lambdazeertzjq2023-04-14
* refactor: remove redundant const char * castsii142023-04-07
* refactor: make char * parameters const in message.cii142023-04-07
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* refactor: replace char_u with chardundargoc2023-01-09
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-19
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* fix: avoid unsigned overflow in home_replace() (#20854)zeertzjq2022-10-30
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-10