aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale
Commit message (Expand)AuthorAgeFilesLines
* libc: locale: fix EUC shift checkKyle Evans2025-04-201-1/+1
* collate: Add support for equivalence classes and collating symbolsBojan Novković2025-04-102-1/+269
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Update manual page references and macros to align to mandoc syntaxChristopher Davidson2024-04-231-4/+4
* libc(localeconv.c): fix "appropriate" spellingrilysh2024-04-121-1/+1
* libc/locale: don't expose nonexistant __collate_load_errorBrooks Davis2024-03-051-1/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-2741-90/+0
* libc: remove some obsolete VCS dataBrooks Davis2023-11-214-24/+0
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-151-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-0161-61/+0
* libc: Implement N2630.Dag-Erling Smørgrav2023-08-286-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