Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove la_LN.* from the list of bogus locales. They're incomplete, but | tjr | 2004-08-02 | 1 | -1/+1 |
| | | | | still potentially useful. | ||||
* | Exclude bogus la_LN.* and UTF-8 locales from the output of locale -a | tjr | 2004-08-02 | 1 | -1/+11 |
| | | | | to discourage people from using them. | ||||
* | 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 | ||||
* | 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 | 1 | -5/+47 |
| | | | | | | available codesets) Modify manpages appropriatelly | ||||
* | implement LC_MONETARY's int_* keywords | phantom | 2003-06-26 | 1 | -2/+32 |
| | |||||
* | locale.c: | phantom | 2003-06-25 | 1 | -7/+5 |
| | | | | | | | | | | 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 |
| | |||||
* | 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. | ||||
* | Fix few typos and remove two unneeded checks | phantom | 2003-06-20 | 1 | -4/+3 |
| | | | | Noticed by: ache | ||||
* | Fix most warnings, sort prototypes, kill spaces at EOLs | phantom | 2003-06-20 | 1 | -27/+36 |
| | |||||
* | 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 | 1 | -0/+214 |
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. |