index
:
ghostty.git
1.1.x
1.2.x
main
opengl-test
push-lvtrmyqqqpkn
push-qouskwyzlkmy
tristan957/gtk-ng
vm-tests
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
os
/
locale.zig
Age
Commit message (
Expand
)
Author
2025-06-02
config: add launched-from to specify launch source
Mitchell Hashimoto
2025-03-12
Lots of 0.14 changes
Mitchell Hashimoto
2025-03-09
macOS: only set LANGUAGE for app bundle, do not inherit in termio env
Mitchell Hashimoto
2025-03-09
macOS: disable setting LANGUAGE for now until bug is fixed
Mitchell Hashimoto
2025-03-08
macOS: Set LANGUAGE env var based on macOS preferred language list
Mitchell Hashimoto
2025-03-07
os: remove the preferredLanguages lookup
Mitchell Hashimoto
2025-03-07
os: locale automatically sets LANGUAGE based on macOS preferred
Mitchell Hashimoto
2023-11-17
update zig-objc
Mitchell Hashimoto
2023-11-05
os: macos lang check should include lang null
Mitchell Hashimoto
2023-11-05
os: rename env to be posix-like, do not allocate on posix
Mitchell Hashimoto
2023-11-05
- Update libxev dependency
kcbanner
2023-11-05
windows: add support for the glfw backend on Windows
kcbanner
2023-10-21
If the locale isn't supported and falls back to the POSIX/C locale, use en_US...
Brandon Ferguson
2023-09-29
os: unset lang completely setlocale fails
Mitchell Hashimoto
2023-09-29
os: we need to copy the old lang pointer before we unsetenv
Mitchell Hashimoto
2023-09-26
Simplify setlocale logic to rely on libc to fail if invalid
Mitchell Hashimoto
2023-07-19
locale: remove default value for local dev env
Thorsten Ball
2023-07-19
locale: set LANG to the fallback value if we have invalid locale
Thorsten Ball
2023-07-18
reset LANG env var if we set it and it is invalid
Mitchell Hashimoto
2023-07-11
validate locale prior to setting, fallback to en_US.UTF-8
Mitchell Hashimoto
2022-12-15
mac: in debug, set locale to en_US if not manually set
Mitchell Hashimoto
2022-11-14
better commenting
Mitchell Hashimoto
2022-11-14
locale always requires libc
Mitchell Hashimoto
2022-11-14
set system locale on startup, read Mac locale from OS preferences
Mitchell Hashimoto