summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/os/lang.c
AgeCommit message (Expand)AuthorFiles
2026-04-14build: update clang v21, fix warningsdundargoc1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-05-02feat(build): build.zig MVP: build and run functionaltests on linuxbfredl1
2025-04-16fix(env.c): drop envmap, free os_getenv() result #32683Judit Novak1
2024-02-03vim-patch:partial:9.0.1196: code is indented more than necessary (#27315)zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-18refactor: move some anonymous enums back to non-defs headers (#26622)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-20build: adjust clang-tidy warning exclusion logicdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-10-29docs: small fixes (#25585)dundargoc1
2023-10-15refactor(lang): reduce scope of HAVE_WORKING_LIBINTL #ifdefsbfredl1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2023-09-29refactor(message): smsg_attr -> smsgbfredl1
2023-03-03refactor(build): graduate HAVE_LOCALE_H featurebfredl1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-04-28fix(mac): use same $LANG fallback mechanism as VimMarco Hinz1
2020-12-15fix: Include auto/config.h before HAVE_* preprocessor checksJames McCoy1
2020-09-28vim-patch:8.2.1757: Mac: default locale is lacking the encoding (#12994)Jan Edmund Lazo1
2019-02-04build: -Wmissing-prototypesJustin M. Keyes1
2018-12-13os/lang: use the correct LC_NUMERIC also for OS XBjörn Linse1
2018-12-11macOS: infer primary language if $LANG is empty #9345Marco Hinz1
2018-08-01Fix crash in lang_init() on macOS if lang_region = NULLbattlmonstr1
2018-03-11Add missing PVS headers to new filesJames McCoy1
2017-12-10mac: Set $LANG based on the system localeJames McCoy1