Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Back out LANG printing changes. POSIX is unclear in this place, but | ache | 2004-02-02 | 1 | -10/+11 |
| | | | | other systems do that in the old way. | ||||
* | Fix printout case when LANG is overwritten by LC_ALL | ache | 2004-02-01 | 1 | -11/+10 |
| | |||||
* | Userland signed char fixes for PPC build. Problems were using a char | grehan | 2004-01-22 | 1 | -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. | brueffer | 2003-11-26 | 1 | -9/+9 |
| | | | | Approved by: re (rwatson) | ||||
* | Move scmp() to more appropriate location | phantom | 2003-06-26 | 1 | -10/+9 |
| | |||||
* | Add support of '-m' option to show charmaps (or correctly to say list of | phantom | 2003-06-26 | 2 | -13/+54 |
| | | | | | | available codesets) Modify manpages appropriatelly | ||||
* | implement LC_MONETARY's int_* keywords | phantom | 2003-06-26 | 1 | -2/+32 |
| | |||||
* | locale.c: | phantom | 2003-06-25 | 2 | -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.h | phantom | 2003-06-25 | 1 | -1/+1 |
| | |||||
* | document 'list' keyword & fix few typos | phantom | 2003-06-22 | 1 | -3/+7 |
| | |||||
* | Add FreeBSD specific keyword 'list' implementation. 'locale -k list' can | phantom | 2003-06-22 | 1 | -97/+138 |
| | | | | be used to retrieve list of all available keywords now. | ||||
* | Add WARNS | phantom | 2003-06-22 | 1 | -0/+1 |
| | |||||
* | Fix few typos and remove two unneeded checks | phantom | 2003-06-20 | 1 | -4/+3 |
| | | | | Noticed by: ache | ||||
* | We have manpage now, so remove NOMAN | phantom | 2003-06-20 | 1 | -1/+0 |
| | |||||
* | Fix most warnings, sort prototypes, kill spaces at EOLs | phantom | 2003-06-20 | 1 | -27/+36 |
| | |||||
* | Add minimalistic manual page for locale(1) | phantom | 2003-06-20 | 1 | -0/+91 |
| | |||||
* | Complete rewrite of locale(1) in order to become POSIX complaint utilitty. | phantom | 2003-06-20 | 1 | -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 tool | phantom | 2002-10-16 | 2 | -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. |