Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 1 | -30/+42 |
| | | | | | | | | | | | | load of _l suffixed versions of various standard library functions that use the global locale, making them take an explicit locale parameter. Also adds support for per-thread locales. This work was funded by the FreeBSD Foundation. Please test any code you have that uses the C standard locale functions! Reviewed by: das (gdtoa changes) Approved by: dim (mentor) | ||||
* | Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's. | edwin | 2009-10-05 | 1 | -0/+6 |
| | | | | | | Also modify the "-k list" option to display only fields with a certain prefix. MFC after: 1 week | ||||
* | . style(9) | phantom | 2003-06-26 | 1 | -10/+13 |
| | | | | | . fix/add comments (to cover changes done thru last 20 months) . extend monetary testcase to cover int_* values | ||||
* | Remove transition period hack | ache | 2003-06-10 | 1 | -32/+3 |
| | |||||
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -2/+3 |
| | | | | I believe have made all of libc .c's as consistent as possible. | ||||
* | * Add my e-mail to copyrights | phantom | 2001-12-11 | 1 | -2/+4 |
| | | | | * style(9)'ify | ||||
* | Return "" if reallocf() fails | ache | 2001-06-25 | 1 | -1/+2 |
| | |||||
* | Add transition period hack allowing old locale names return proper codeset too | ache | 2001-06-25 | 1 | -4/+31 |
| | |||||
* | Handle "ASCII" and "US-ASCII" aliases | ache | 2001-06-10 | 1 | -1/+2 |
| | |||||
* | Implement D_MD_ORDER (local extension) to get month/day order from locale | ache | 2001-03-19 | 1 | -0/+3 |
| | |||||
* | Actually implement T_FMT_AMPM | ache | 2001-03-02 | 1 | -1/+1 |
| | |||||
* | cleanup commentaries | phantom | 2001-02-19 | 1 | -10/+14 |
| | |||||
* | CRNCYSTR: determine '.' too | ache | 2001-02-17 | 1 | -9/+15 |
| | |||||
* | Implement CRNCYSTR | ache | 2001-02-17 | 1 | -3/+20 |
| | |||||
* | Return {YES,NO}STR from locale | ache | 2001-02-13 | 1 | -2/+2 |
| | | | | Approved by: phantom | ||||
* | Implement CODESET | ache | 2001-02-09 | 1 | -3/+12 |
| | |||||
* | Back out attempt to implement CRNCYSTR - require additional prefixes according | ache | 2001-02-09 | 1 | -1/+4 |
| | | | | to SUSV2. Add comment explaining it instead. | ||||
* | Explicitly mark deprecated entries. | ache | 2001-02-09 | 1 | -12/+9 |
| | | | | | | | Return currency_symbol for CRNCYSTR Return "%r" for T_FMT_AMPM Remove obsoleted comment about c_fmt Return "" for {YES,NO}STR | ||||
* | Add SUSv2 compatible nl_langinfo() function. It still need some work, but | phantom | 2001-02-08 | 1 | -0/+130 |
this is already usable one. |