summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/nl_langinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-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.edwin2009-10-051-0/+6
| | | | | | Also modify the "-k list" option to display only fields with a certain prefix. MFC after: 1 week
* . style(9)phantom2003-06-261-10/+13
| | | | | . fix/add comments (to cover changes done thru last 20 months) . extend monetary testcase to cover int_* values
* Remove transition period hackache2003-06-101-32/+3
|
* Fix the style of the SCM ID's.obrien2002-03-221-2/+3
| | | | I believe have made all of libc .c's as consistent as possible.
* * Add my e-mail to copyrightsphantom2001-12-111-2/+4
| | | | * style(9)'ify
* Return "" if reallocf() failsache2001-06-251-1/+2
|
* Add transition period hack allowing old locale names return proper codeset tooache2001-06-251-4/+31
|
* Handle "ASCII" and "US-ASCII" aliasesache2001-06-101-1/+2
|
* Implement D_MD_ORDER (local extension) to get month/day order from localeache2001-03-191-0/+3
|
* Actually implement T_FMT_AMPMache2001-03-021-1/+1
|
* cleanup commentariesphantom2001-02-191-10/+14
|
* CRNCYSTR: determine '.' tooache2001-02-171-9/+15
|
* Implement CRNCYSTRache2001-02-171-3/+20
|
* Return {YES,NO}STR from localeache2001-02-131-2/+2
| | | | Approved by: phantom
* Implement CODESETache2001-02-091-3/+12
|
* Back out attempt to implement CRNCYSTR - require additional prefixes accordingache2001-02-091-1/+4
| | | | to SUSV2. Add comment explaining it instead.
* Explicitly mark deprecated entries.ache2001-02-091-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, butphantom2001-02-081-0/+130
this is already usable one.
OpenPOWER on IntegriCloud