summaryrefslogtreecommitdiffstats
path: root/usr.bin/locale/locale.c
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle keywords without options.grog2012-11-171-2/+2
* More style(9) tabs vs. spaces:grog2012-11-101-25/+25
* Replace spaces by tabs where appropriate.grog2012-11-081-38/+38
* Make parameters to -c and -k options optional. If no parameters aregrog2012-11-081-12/+19
* Add the comment "(FreeBSD only)" to the altmonth_x keywordsedwin2009-10-071-12/+12
* Backout changes for c_fmt, x_fmt and X_fmt, they were coming fromedwin2009-10-051-3/+0
* Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's.edwin2009-10-051-6/+32
* Remove la_LN.* from the list of bogus locales. They're incomplete, buttjr2004-08-021-1/+1
* Exclude bogus la_LN.* and UTF-8 locales from the output of locale -atjr2004-08-021-1/+11
* Back out LANG printing changes. POSIX is unclear in this place, butache2004-02-021-10/+11
* Fix printout case when LANG is overwritten by LC_ALLache2004-02-011-11/+10
* Userland signed char fixes for PPC build. Problems were using a chargrehan2004-01-221-1/+1
* Move scmp() to more appropriate locationphantom2003-06-261-10/+9
* Add support of '-m' option to show charmaps (or correctly to say list ofphantom2003-06-261-5/+47
* implement LC_MONETARY's int_* keywordsphantom2003-06-261-2/+32
* locale.c:phantom2003-06-251-7/+5
* Catch up with _PATH_LOCALE move from rune.h to paths.hphantom2003-06-251-1/+1
* Add FreeBSD specific keyword 'list' implementation. 'locale -k list' canphantom2003-06-221-97/+138
* Fix few typos and remove two unneeded checksphantom2003-06-201-4/+3
* Fix most warnings, sort prototypes, kill spaces at EOLsphantom2003-06-201-27/+36
* Complete rewrite of locale(1) in order to become POSIX complaint utilitty.phantom2003-06-201-84/+400
* Add locale(1). I have used it for while as useful debugging toolphantom2002-10-161-0/+214
OpenPOWER on IntegriCloud