summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/os/users.c
AgeCommit message (Expand)AuthorFiles
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-03-28vim-patch:9.1.0220: Few typos in source and test files (#28076)zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2023-03-03refactor(build): remove unused stdlib function and include checksbfredl1
2023-01-09refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc1
2022-12-21refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-09-18vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc1
2022-09-11refactor: replace char_u with charDundar Göc1
2022-09-09refactor: replace char_u with charDundar Göc1
2022-06-30feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc1
2022-05-20fix(cid/348314): free user_copy, not userJames McCoy1
2022-05-11refactor: replace char_u variables and functions with charDundar Goc1
2021-12-10refactor(misc1): move user related code to os/users.cBjörn Linse1
2021-11-01vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy1
2021-09-29Refactor/uncrustify (#15790)dundargoc1
2021-09-14refactor: format files with uncrustify #15663dundargoc1
2020-12-15fix: Include auto/config.h before HAVE_* preprocessor checksJames McCoy1
2019-10-14vim-patch 8.1.0361: remote user not used for completionerw71
2019-10-13vim-patch 8.1.0084: user name completion does not work on MS-Windowserw71
2018-06-09expand_env_esc: fix invalid memory access (#8508)Justin M. Keyes1
2018-06-08vim-patch:8.0.0355: using uninitialized memory when 'isfname' is empty (#8493)Jan Edmund Lazo1
2017-04-19*: Add comment to all C filesZyX1
2016-09-13refactor: eliminate misc2.cJustin M. Keyes1
2016-01-01Windows: Make the os_get_uname argument portable.Seth Jackson1
2015-08-04os_get_user_name() for non UNIX system #2729Rui Abreu Ferreira1
2014-12-24Linting: Suppress warnings in os/users.c.Florian Walch1
2014-07-09move ascii.h include out of vim.hBrandon Coleman1
2014-06-30Introduce GA_APPEND()Felipe Oliveira Carvalho1
2014-06-13Replace vim_strncpy calls: os/users.cDouglas Schneider1
2014-05-19Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho1
2014-05-19Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho1
2014-05-15Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Fix project-local includes.Eliseo Martínez1
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez1