summaryrefslogtreecommitdiff
path: root/lib/libc/locale/lnumeric.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-08-04libc: drop "All rights reserved" from Foundation copyrightsEd Maste
2022-02-03lnumeric.c: replace some space*8 by tabsKonstantin Belousov
2022-02-03__numeric_load(): check for calloc() failureKonstantin Belousov
2022-02-03libc/locale/lnumeric.c: minor styleKonstantin Belousov
2021-09-17libc/locale: Fix races between localeconv(3) and setlocale(3)Mark Johnston
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
2003-06-26. style(9)Alexey Zelkin
2003-06-13Fixes to locale code to properly use indirect pointers in order to preventJordan K. Hubbard
2003-03-20decimal_point can't be "" according to C99, so set it to standard "."Andrey A. Chernov
2002-08-08Rewrite locale loading procedures, so any load failure will not affectAndrey A. Chernov
2002-08-07Style fixes in preparation of code rewrittingAndrey A. Chernov
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2001-12-11* Add my e-mail to copyrightsAlexey Zelkin
2001-02-13catch up to __part_load_locale() interface changeAlexey Zelkin
2001-02-12Make comparsions more clear (per style(9))Alexey Zelkin
2001-02-11Don't try to convert grouping strings in case if C or POSIX localeAlexey Zelkin
2001-02-10. Fix semantics of grouping (LC_MONETARY::mon_grouping,Alexey Zelkin
2001-02-10According to Garrett, POSIX widely use -1 to indicate CHAR_MAX, so back outAndrey A. Chernov
2001-02-10Use __XSTRING(CHAR_MAX) instead of "127" and strtol() base 0 to parse it (0x7f)Andrey A. Chernov
2001-02-10Correct myself a bit: situation is broken not for _all_ numeric LC_MONETARY,Andrey A. Chernov
2001-02-10NOTE: according to SUSV2 and other implementations, numeric elements inAndrey A. Chernov
2001-02-08Make FreeBSD locale support complete: add support for rest locale categoriesAlexey Zelkin