aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/nl_langinfo.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-041-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* return "US-ASCII" instead of "POSIX" for "C" and "POSIX" localesBaptiste Daroussin2015-11-101-1/+1
* nl_langinfo: Simplify case ladderBaptiste Daroussin2015-11-091-2/+0
* locales: Enforce US-ASCII encoding (limited to 7-bit)Baptiste Daroussin2015-11-091-0/+2
* libc: Fix (and improve) nl_langinfo (CODESET)Baptiste Daroussin2015-11-011-8/+22
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-30/+42
* Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's.Edwin Groothuis2009-10-051-0/+6
* . style(9)Alexey Zelkin2003-06-261-10/+13
* Remove transition period hackAndrey A. Chernov2003-06-101-32/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+3
* * Add my e-mail to copyrightsAlexey Zelkin2001-12-111-2/+4
* Return "" if reallocf() failsAndrey A. Chernov2001-06-251-1/+2
* Add transition period hack allowing old locale names return proper codeset tooAndrey A. Chernov2001-06-251-4/+31
* Handle "ASCII" and "US-ASCII" aliasesAndrey A. Chernov2001-06-101-1/+2
* Implement D_MD_ORDER (local extension) to get month/day order from localeAndrey A. Chernov2001-03-191-0/+3
* Actually implement T_FMT_AMPMAndrey A. Chernov2001-03-021-1/+1
* cleanup commentariesAlexey Zelkin2001-02-191-10/+14
* CRNCYSTR: determine '.' tooAndrey A. Chernov2001-02-171-9/+15
* Implement CRNCYSTRAndrey A. Chernov2001-02-171-3/+20
* Return {YES,NO}STR from localeAndrey A. Chernov2001-02-131-2/+2
* Implement CODESETAndrey A. Chernov2001-02-091-3/+12
* Back out attempt to implement CRNCYSTR - require additional prefixes accordingAndrey A. Chernov2001-02-091-1/+4
* Explicitly mark deprecated entries.Andrey A. Chernov2001-02-091-12/+9
* Add SUSv2 compatible nl_langinfo() function. It still need some work, butAlexey Zelkin2001-02-081-0/+130