summaryrefslogtreecommitdiffstats
path: root/usr.bin/locale
Commit message (Collapse)AuthorAgeFilesLines
* Use the standard section name.ru2005-01-181-1/+1
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Remove la_LN.* from the list of bogus locales. They're incomplete, buttjr2004-08-021-1/+1
| | | | still potentially useful.
* Exclude bogus la_LN.* and UTF-8 locales from the output of locale -atjr2004-08-021-1/+11
| | | | to discourage people from using them.
* Clean up language and markup.ru2004-05-191-24/+25
|
* Back out LANG printing changes. POSIX is unclear in this place, butache2004-02-021-10/+11
| | | | other systems do that in the old way.
* 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
| | | | | | | | | return for getopt() and comparing to -1, ditto with fgetc() and EOF, and using the kg_nice value from <sys/user.h> Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at> Reviewed by: obrien, bde (a while back) Tested lightly on: ppc, i386, make universe
* Grammar, spelling and punctuation sweep.brueffer2003-11-261-9/+9
| | | | Approved by: re (rwatson)
* 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-262-13/+54
| | | | | | available codesets) Modify manpages appropriatelly
* implement LC_MONETARY's int_* keywordsphantom2003-06-261-2/+32
|
* locale.c:phantom2003-06-252-7/+6
| | | | | | | | | | Use newly added __detect_path_locale() helper to lookup _PathLocale value. It adds boundary checking for PATH_LOCALE environment variable value and check for super-user fallback. Makefile: Add lib/libc/locale to compiler's include path (for setlocale.h)
* Catch up with _PATH_LOCALE move from rune.h to paths.hphantom2003-06-251-1/+1
|
* document 'list' keyword & fix few typosphantom2003-06-221-3/+7
|
* Add FreeBSD specific keyword 'list' implementation. 'locale -k list' canphantom2003-06-221-97/+138
| | | | be used to retrieve list of all available keywords now.
* Add WARNSphantom2003-06-221-0/+1
|
* Fix few typos and remove two unneeded checksphantom2003-06-201-4/+3
| | | | Noticed by: ache
* We have manpage now, so remove NOMANphantom2003-06-201-1/+0
|
* Fix most warnings, sort prototypes, kill spaces at EOLsphantom2003-06-201-27/+36
|
* Add minimalistic manual page for locale(1)phantom2003-06-201-0/+91
|
* Complete rewrite of locale(1) in order to become POSIX complaint utilitty.phantom2003-06-201-84/+400
| | | | | It's possibly not completely complaint with POSIX requirements, but very close to it now.
* Add locale(1). I have used it for while as useful debugging toolphantom2002-10-162-0/+220
for locale related things. So, I think it could be useful for others. It's not yet implement (or implement in different manner) all POSIX things, but I think it's good enough for start. POSIX conformance related updates and manpage to follow relatively soon.
OpenPOWER on IntegriCloud