Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-05 | Actually, LANG only set the default. | Antoine Jacoutot | |
from guenther@ | |||
2023-03-05 | oops, overridden has two d's; apologies ajacoutot for not spotting that. | Jason McIntyre | |
2023-03-05 | Values for categories that are not set in the environment or that are overriden | Antoine Jacoutot | |
by LANG or LC_ALL are displayed between double quotes. wording by guenther@ ok kn@ jmc@ | |||
2020-04-17 | implement the "charmap" argument as required by POSIX; | Ingo Schwarze | |
OK stsp@ millert@ | |||
2016-10-26 | Polishing together with jmc@: | Ingo Schwarze | |
Avoid the impression that we unconditionally recommend LC_CTYPE=en_US.UTF-8. Make it clear that not all parts of the system fully support it yet. Collect the sentences drawing the big picture into a single paragraph, and move it to a less unusual place, right after the option list. | |||
2016-10-24 | Document the LC_* variables in more detail | Ingo Schwarze | |
and explain what is special about locales in OpenBSD. Lots of feedback and OK jmc@. | |||
2016-03-20 | LOCALE_CHARSETS has been unused for some time now | Jeremie Courreges-Anglas | |
so no need to include share/locale/ctype/Makefile.inc to get it. ok guenther@ stsp@ (who had the same diff) | |||
2016-02-05 | Sort includes. | Jeremie Courreges-Anglas | |
2016-02-05 | No need for pledge("rpath") | Jeremie Courreges-Anglas | |
2015-11-19 | pledge "stdio rpath". Might not need "rpath", but ... | Theo de Raadt | |
2015-08-14 | Remove charsets other than UTF-8 from locale(1) output. | Stefan Sperling | |
ok mpi tedu phessler zhuk, and discussed with many at c2k15 | |||
2015-08-12 | Mention LC_MESSAGES. | Vadim Zhukov | |
Input & okay (pre-lock) from jmc@, sobrado@ and stsp@. | |||
2014-03-24 | - add an EXIT STATUS section | Jason McIntyre | |
- more consistent STANDARDS blurb - -nosplit in AUTHORS ok stsp | |||
2013-12-27 | Add HISTORY and AUTHORS; triggered by a shorter patch from bcallah@. | Ingo Schwarze | |
OK bcallah@ on a previous version, plus feedback from guenther@. | |||
2013-11-15 | Include unistd.h as it is the standard location for getopt(). | Todd C. Miller | |
2013-11-13 | handle proto warnings | Theo de Raadt | |
2013-07-01 | update list of locales after adding Turkish. | Federico G. Schwindt | |
requested and ok stsp@ | |||
2013-06-16 | Quote values in the variable assignments, to be bulletproof in the face | Philip Guenther | |
of insane settings ok matthew@ jca@ stsp@ | |||
2013-06-16 | Oops, I undid rev. 1.2 | Jeremie Courreges-Anglas | |
Spotted by stsp@ (sorry) | |||
2013-06-16 | Improve locale(1) output formatting. | Jeremie Courreges-Anglas | |
Quote LC_* variables "that are not set in the environment or are overridden by LC_ALL" when printing them, and just print an empty string for LC_ALL if it is unset. With input and ok from guenther@ stsp@ | |||
2013-06-05 | Add charset to Pig locale name. Without charset the Pig locale won't work. | Stefan Sperling | |
2013-06-03 | nicer ENVIRONMENT; | Jason McIntyre | |
2013-06-03 | Add a minimal implementation of the locale(1) utility. | Stefan Sperling | |
Can be used to check the current locale configuration and provides a list of locales supported by the system. help and ok matthew, schwarze |