summaryrefslogtreecommitdiffstats
path: root/usr.bin/locale
AgeCommit message (Expand)AuthorFilesLines
2020-04-17implement the "charmap" argument as required by POSIX;schwarze2-8/+18
2016-10-26Polishing together with jmc@:schwarze1-15/+17
2016-10-24Document the LC_* variables in more detailschwarze1-26/+189
2016-03-20LOCALE_CHARSETS has been unused for some time nowjca1-5/+1
2016-02-05Sort includes.jca1-3/+3
2016-02-05No need for pledge("rpath")jca1-2/+2
2015-11-19pledge "stdio rpath". Might not need "rpath", but ...deraadt1-1/+5
2015-08-14Remove charsets other than UTF-8 from locale(1) output.stsp1-122/+2
2015-08-12Mention LC_MESSAGES.zhuk1-2/+4
2014-03-24- add an EXIT STATUS sectionjmc1-4/+8
2013-12-27Add HISTORY and AUTHORS; triggered by a shorter patch from bcallah@.schwarze1-2/+17
2013-11-15Include unistd.h as it is the standard location for getopt().millert1-1/+2
2013-11-13handle proto warningsderaadt1-7/+7
2013-07-01update list of locales after adding Turkish.fgsch1-1/+3
2013-06-16Quote values in the variable assignments, to be bulletproof in the faceguenther1-7/+34
2013-06-16Oops, I undid rev. 1.2jca1-2/+3
2013-06-16Improve locale(1) output formatting.jca1-8/+15
2013-06-05Add charset to Pig locale name. Without charset the Pig locale won't work.stsp1-2/+3
2013-06-03nicer ENVIRONMENT;jmc1-2/+3
2013-06-03Add a minimal implementation of the locale(1) utility.stsp3-0/+364