aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* Remove "All Rights Reserved" from Foundation copyrightsEd Maste2023-09-2565-66/+55
* libc: use separate collate objects for C, POSIX, and C.UTF-8Yuri Pankov2023-09-201-3/+14
* libc: Fix parsing of hexadecimal numbers in strtol() family.Dag-Erling Smørgrav2023-09-076-7/+25
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-2331-31/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-2333-66/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2364-128/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-234-4/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2311-22/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2551-51/+51
* libc: locale: fix collation file size validationKyle Evans2023-06-201-1/+1
* xlocale(3): Link man pagesJose Luis Duran2022-12-2621-128/+443
* libc: Add HISTORY sections to the manual pagesGordon Bergling2022-06-049-9/+64
* lnumeric.c: replace some space*8 by tabsKonstantin Belousov2022-02-091-3/+3
* __ctype_load(): check for calloc() failureKonstantin Belousov2022-02-091-0/+2
* __numeric_load(): check for calloc() failureKonstantin Belousov2022-02-091-0/+2
* libc/locale/lnumeric.c: minor styleKonstantin Belousov2022-02-091-16/+17
* __monetary_load(): check for calloc() failureKonstantin Belousov2022-02-091-0/+2
* libc/locale/lmonetary.c: minor styleKonstantin Belousov2022-02-091-18/+20
* __messages_load(): check for calloc() failureKonstantin Belousov2022-02-091-0/+2
* libc/locale/lmessages.c: minor styleKonstantin Belousov2022-02-091-12/+18
* __collate_load(): check for calloc failureKonstantin Belousov2022-02-091-0/+2
* libc/locale/collate.c: minor styleKonstantin Belousov2022-02-091-6/+10
* xlocale.c: only call init_key() when locale was successfully allocatedKonstantin Belousov2022-02-091-4/+4
* xlocale.c: check for allocation failureKonstantin Belousov2022-02-091-0/+3
* xlocale.c:init_key(): do not ignore errors from pthread_key_create()Konstantin Belousov2022-02-091-4/+9
* libc/locale/xlocale.c: minor styleKonstantin Belousov2022-02-091-12/+18
* Revert "libc/locale: Fix races between localeconv(3) and setlocale(3)"Mark Johnston2021-10-203-8/+8
* libc/locale: Fix races between localeconv(3) and setlocale(3)Mark Johnston2021-10-203-8/+8
* libc/locale: Use O_CLOEXEC when opening locale tablesMark Johnston2021-08-052-2/+2
* Remove __NO_TLS.Konstantin Belousov2021-03-023-22/+2
* libc: Fix most issues reported by mandocGordon Bergling2020-12-191-9/+9
* nl_langinfo(3): document recognized item namesYuri Pankov2020-12-171-8/+94
* Add collation version support to querylocale(3).Thomas Munro2020-11-085-16/+57
* newlocale(3): Fix a memory leak.Mark Johnston2020-10-022-2/+19
* setlocale(3): Add an EXAMPLES section and add LANG categoryGordon Bergling2020-08-071-1/+24
* mbsrtowcs(3): Clarify the RETURN VALUES sectionGordon Bergling2020-08-071-4/+18
* Explain how to learn about possible recognized locale namesJoerg Wunsch2020-06-271-0/+16
* Use proper mdoc(7) macros for literal text and do not use TnMateusz Piotrowski2020-04-011-5/+8
* Fix uselocale(3) to not leak a reference to the old locale.Mark Johnston2020-03-201-1/+1
* libc: Fix a few bugs in the xlocale collation code.Mark Johnston2020-01-092-3/+8
* localeconv: correct grouping and mon_grouping per C/POSIXEd Maste2019-12-191-1/+1
* Improve the description of big5(5)Li-Wen Hsu2019-09-141-2/+9
* In FreeBSD 11 localedef(1) has replaced the mklocale(1) and colldef(1)Baptiste Daroussin2019-09-103-8/+7
* Fix WITHOUT_ICONV build after r340276.Yuri Pankov2018-11-144-8/+8
* Reset persistent mbstates when rune locale encoding changes.Yuri Pankov2018-11-0915-45/+63
* Add hybrid C.UTF-8 locale being identical to default C locale exceptYuri Pankov2018-11-042-3/+6
* Add -b/-l options to localedef(1) to specify output endianness and useYuri Pankov2018-10-203-103/+48