aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* libc: remove some obsolete VCS dataBrooks Davis2023-12-134-24/+0
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-12-131-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-2761-61/+0
* libc: Implement N2630.Dag-Erling Smørgrav2023-09-076-0/+42
* libc: Fix parsing of hexadecimal numbers in strtol() family.Dag-Erling Smørgrav2023-08-246-7/+25
* libc: iconv: zero out cv_shared on allocationKyle Evans2023-08-232-4/+0
* libc: fix c*rtomb/mbrtoc*Kyle Evans2023-08-232-4/+4
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-1631-31/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-1633-66/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1664-128/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1611-22/+0
* libc: locale: flesh out an incomplete commentKyle Evans2023-07-211-1/+4
* libc: locale: fix collation file size validationKyle Evans2023-05-281-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1251-51/+51
* libc: use separate collate objects for C, POSIX, and C.UTF-8Yuri Pankov2023-03-281-3/+14
* libc: Use secure_getenv(3) where appropriateMark Johnston2023-03-271-2/+2
* xlocale: garbage collect references to strtoq_l/strtouq_lVal Packett2023-03-021-2/+0
* xlocale(3): Link man pagesJose Luis Duran2022-12-1921-128/+443
* libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-0455-56/+55
* Remove "All Rights Reserved" from FreeBSD Foundation libc copyrightsEd Maste2022-07-2110-10/+0
* libc: Add HISTORY sections to the manual pagesGordon Bergling2022-05-059-9/+64
* lnumeric.c: replace some space*8 by tabsKonstantin Belousov2022-02-031-3/+3
* __ctype_load(): check for calloc() failureKonstantin Belousov2022-02-031-0/+2
* __numeric_load(): check for calloc() failureKonstantin Belousov2022-02-031-0/+2
* libc/locale/lnumeric.c: minor styleKonstantin Belousov2022-02-031-16/+17
* __monetary_load(): check for calloc() failureKonstantin Belousov2022-02-031-0/+2
* libc/locale/lmonetary.c: minor styleKonstantin Belousov2022-02-031-18/+20
* __messages_load(): check for calloc() failureKonstantin Belousov2022-02-031-0/+2
* libc/locale/lmessages.c: minor styleKonstantin Belousov2022-02-031-12/+18
* __collate_load(): check for calloc failureKonstantin Belousov2022-02-031-0/+2
* libc/locale/collate.c: minor styleKonstantin Belousov2022-02-031-6/+10
* xlocale.c: only call init_key() when locale was successfully allocatedKonstantin Belousov2022-02-031-4/+4
* xlocale.c: check for allocation failureKonstantin Belousov2022-02-031-0/+3
* xlocale.c:init_key(): do not ignore errors from pthread_key_create()Konstantin Belousov2022-02-031-4/+9
* libc/locale/xlocale.c: minor styleKonstantin Belousov2022-02-031-12/+18
* libc/locale: Fix races between localeconv(3) and setlocale(3)Mark Johnston2021-09-173-8/+8
* libc/locale: Use O_CLOEXEC when opening locale tablesMark Johnston2021-07-292-2/+2
* Remove __NO_TLS.Konstantin Belousov2021-02-233-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