summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/os/stdpaths.c
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-14build: update clang v21, fix warningsdundargoc1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-04-16fix(env.c): drop envmap, free os_getenv() result #32683Judit Novak1
2024-09-08fix(startup): server fails if $NVIM_APPNAME is relative dir #30310Justin M. Keyes1
2024-06-04fixup: apply the change on more filesJames Tirta Halim1
2024-04-20refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq1
2024-04-03fix(stdpath): remove duplicate directories (#26653)Raphael1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-10refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-27feat: NVIM_APPNAME supports relative paths #25233Rory Nesbitt1
2023-05-28fix(NVIM_APPNAME): show error message if $NVIM_APPNAME is invalidGhjuvan Lacambre1
2023-05-16refactor: use xstrl{cpy,cat} on IObuff (#23648)ii141
2023-02-16feat: $NVIM_APPNAME #22128Ghjuvan Lacambre1
2023-01-18refactor: replace char_u with char 24 (#21823)dundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-06fix(stdpath): default to /tmp if stdpath('run') cannot be created #20952zeertzjq1
2022-09-18vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc1
2022-07-17fix(windows):exepath, stdpath return wrong slashes #19111Enan Ajmain1
2022-06-30feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes1
2022-05-16refactor: replace char_u variables and functions with charDundar Goc1
2022-05-12fix(windows): stdpath("state") => "nvim-data" #18546dundargoc1
2022-05-12feat(defaults): session data in $XDG_STATE_HOME #15583Ivan1
2021-11-19refactor: saner options for uncrustify (#16204)dundargoc1
2021-09-14refactor: format files with uncrustify #15663dundargoc1
2021-01-13logging: move to XDG_CACHE_HOME (#13739)Michael Lingelbach1
2019-09-06stdpaths_get_xdg_var: consider empty env vars #10953Daniel Hahler1
2019-04-28win/defaults: Use "…/nvim-data/site" in 'runtimepath'Justin M. Keyes1
2018-05-18do not pass NULL to os_getenvJustin M. Keyes1
2018-03-29eval: Add stdpath() method (#5297)Christian Höltje1
2017-04-19*: Add comment to all C filesZyX1
2017-01-08XDG: Windows: resolve $LOCALAPPDATA, $TEMP (#5278)Rui Abreu Ferreira1
2016-07-10option: Also escape commas in options other then &runtimepathZyX1
2016-03-04Lint: fix line length >80Marco Hinz1
2016-03-03Windows: XDG: Update default paths. #4403Rui Abreu Ferreira1
2015-10-29stdpaths: Document that stdpaths_*_subpath is not returning NULLZyX1
2015-10-29stdpaths: Use NULL in place of empty stringsZyX1
2015-10-23stdpaths: Remove outdated commentZyX1
2015-10-23stdpaths: Add Windows-specific directoriesZyX1
2015-10-23stdpaths: Add missing includeZyX1
2015-10-23stdpaths: Remove Apple defaults, use \*nix ones insteadZyX1
2015-10-23option: Add `//` to the end of default `&directory`ZyX1
2015-10-23stdpaths: Add documentationZyX1
2015-10-23stdpaths: Do NOT create data directoriesZyX1
2015-10-23stdpaths: Give proper error message in case directory creation failedZyX1
2015-10-23stdpaths,main: Remove all remaining memory leaksZyX1