aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/lnumeric.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "All Rights Reserved" from Foundation copyrightsEd Maste2023-09-251-1/+1
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* lnumeric.c: replace some space*8 by tabsKonstantin Belousov2022-02-091-3/+3
* __numeric_load(): check for calloc() failureKonstantin Belousov2022-02-091-0/+2
* libc/locale/lnumeric.c: minor styleKonstantin Belousov2022-02-091-16/+17
* Revert "libc/locale: Fix races between localeconv(3) and setlocale(3)"Mark Johnston2021-10-201-2/+2
* libc/locale: Fix races between localeconv(3) and setlocale(3)Mark Johnston2021-10-201-2/+2
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-1/+3
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-17/+51
* . style(9)Alexey Zelkin2003-06-261-1/+2
* Fixes to locale code to properly use indirect pointers in order to preventJordan K. Hubbard2003-06-131-1/+1
* decimal_point can't be "" according to C99, so set it to standard "."Andrey A. Chernov2003-03-201-1/+6
* Rewrite locale loading procedures, so any load failure will not affectAndrey A. Chernov2002-08-081-3/+4
* Style fixes in preparation of code rewrittingAndrey A. Chernov2002-08-071-5/+5
* 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-9/+9
* catch up to __part_load_locale() interface changeAlexey Zelkin2001-02-131-1/+2
* Make comparsions more clear (per style(9))Alexey Zelkin2001-02-121-1/+1
* Don't try to convert grouping strings in case if C or POSIX localeAlexey Zelkin2001-02-111-1/+1
* . Fix semantics of grouping (LC_MONETARY::mon_grouping,Alexey Zelkin2001-02-101-2/+6
* According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back outAndrey A. Chernov2001-02-101-3/+1
* Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f)Andrey A. Chernov2001-02-101-1/+3
* Correct myself a bit: situation is broken not for _all_ numeric LC_MONETARY,Andrey A. Chernov2001-02-101-2/+1
* NOTE: according to SUSV2 and other implementations, numeric elements inAndrey A. Chernov2001-02-101-3/+6
* Make FreeBSD locale support complete: add support for rest locale categoriesAlexey Zelkin2001-02-081-0/+78