aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/localeconv.c
Commit message (Expand)AuthorAgeFilesLines
* libc(localeconv.c): fix "appropriate" spellingrilysh2024-04-121-1/+1
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-041-1/+1
* libc/locale: Fix races between localeconv(3) and setlocale(3)Mark Johnston2021-09-171-4/+4
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-14/+23
* Remove 3rd clause of licenseAlexey Zelkin2007-12-121-4/+0
* . style(9)Alexey Zelkin2003-06-261-0/+1
* Add support for the 6 new C99 struct lconv members dealing with formattingTim J. Robbins2002-10-091-0/+6
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+2
* Do not try to convert to char already converted C monetary locale members.Andrey A. Chernov2002-01-281-11/+1
* Add my e-mail to copyrightsAlexey Zelkin2001-12-201-1/+1
* Use our standard .c rcsid format.David E. O'Brien2001-03-051-1/+2
* Fix copyright breakage in rev 1.2.David E. O'Brien2001-03-051-0/+7
* . Fix semantics of grouping (LC_MONETARY::mon_grouping,Alexey Zelkin2001-02-101-10/+2
* As temporary workaround for missing *grouping fields parser always return "noAndrey A. Chernov2001-02-101-2/+10
* According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back outAndrey A. Chernov2001-02-101-1/+5
* Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f)Andrey A. Chernov2001-02-101-1/+1
* Make localeconv() actual function. Now it will use LC_MONETARY/LC_NUMERICAlexey Zelkin2001-02-081-9/+65
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+49