aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/locale/locale.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a ton of speelling errorsEitan Adler2015-10-211-2/+2
* Correctly handle keywords without options.Greg Lehey2012-11-171-2/+2
* More style(9) tabs vs. spaces:Greg Lehey2012-11-101-25/+25
* Replace spaces by tabs where appropriate.Greg Lehey2012-11-081-38/+38
* Make parameters to -c and -k options optional. If no parameters areGreg Lehey2012-11-081-12/+19
* Add the comment "(FreeBSD only)" to the altmonth_x keywordsEdwin Groothuis2009-10-071-12/+12
* Backout changes for c_fmt, x_fmt and X_fmt, they were coming fromEdwin Groothuis2009-10-051-3/+0
* Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's.Edwin Groothuis2009-10-051-6/+32
* Remove la_LN.* from the list of bogus locales. They're incomplete, butTim J. Robbins2004-08-021-1/+1
* Exclude bogus la_LN.* and UTF-8 locales from the output of locale -aTim J. Robbins2004-08-021-1/+11
* Back out LANG printing changes. POSIX is unclear in this place, butAndrey A. Chernov2004-02-021-10/+11
* Fix printout case when LANG is overwritten by LC_ALLAndrey A. Chernov2004-02-011-11/+10
* Userland signed char fixes for PPC build. Problems were using a charPeter Grehan2004-01-221-1/+1
* Move scmp() to more appropriate locationAlexey Zelkin2003-06-261-10/+9
* Add support of '-m' option to show charmaps (or correctly to say list ofAlexey Zelkin2003-06-261-5/+47
* implement LC_MONETARY's int_* keywordsAlexey Zelkin2003-06-261-2/+32
* locale.c:Alexey Zelkin2003-06-251-7/+5
* Catch up with _PATH_LOCALE move from rune.h to paths.hAlexey Zelkin2003-06-251-1/+1
* Add FreeBSD specific keyword 'list' implementation. 'locale -k list' canAlexey Zelkin2003-06-221-97/+138
* Fix few typos and remove two unneeded checksAlexey Zelkin2003-06-201-4/+3
* Fix most warnings, sort prototypes, kill spaces at EOLsAlexey Zelkin2003-06-201-27/+36
* Complete rewrite of locale(1) in order to become POSIX complaint utilitty.Alexey Zelkin2003-06-201-84/+400
* Add locale(1). I have used it for while as useful debugging toolAlexey Zelkin2002-10-161-0/+214