summaryrefslogtreecommitdiff
path: root/lib/libc/locale
AgeCommit message (Expand)Author
2025-11-26libc: Simplify __get_locale()Dag-Erling Smørgrav
2025-10-26packages: Install development manpages in the -dev packageLexi Winter
2025-04-20libc: locale: fix EUC shift checkKyle Evans
2025-04-10collate: Add support for equivalence classes and collating symbolsBojan Novković
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-23Update manual page references and macros to align to mandoc syntaxChristopher Davidson
2024-04-12libc(localeconv.c): fix "appropriate" spellingrilysh
2024-03-05libc/locale: don't expose nonexistant __collate_load_errorBrooks Davis
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-21libc: remove some obsolete VCS dataBrooks Davis
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-28libc: Implement N2630.Dag-Erling Smørgrav
2023-08-24libc: Fix parsing of hexadecimal numbers in strtol() family.Dag-Erling Smørgrav
2023-08-22libc: iconv: zero out cv_shared on allocationKyle Evans
2023-08-22libc: fix c*rtomb/mbrtoc*Kyle Evans
2023-08-16Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-20libc: locale: flesh out an incomplete commentKyle Evans
2023-05-28libc: locale: fix collation file size validationKyle Evans
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-28libc: use separate collate objects for C, POSIX, and C.UTF-8Yuri Pankov
2023-03-27libc: Use secure_getenv(3) where appropriateMark Johnston
2023-03-02xlocale: garbage collect references to strtoq_l/strtouq_lVal Packett
2022-12-19xlocale(3): Link man pagesJose Luis Duran
2022-08-04libc: drop "All rights reserved" from Foundation copyrightsEd Maste
2022-07-21Remove "All Rights Reserved" from FreeBSD Foundation libc copyrightsEd Maste
2022-05-05libc: Add HISTORY sections to the manual pagesGordon Bergling
2022-02-03lnumeric.c: replace some space*8 by tabsKonstantin Belousov
2022-02-03__ctype_load(): check for calloc() failureKonstantin Belousov
2022-02-03__numeric_load(): check for calloc() failureKonstantin Belousov
2022-02-03libc/locale/lnumeric.c: minor styleKonstantin Belousov
2022-02-03__monetary_load(): check for calloc() failureKonstantin Belousov
2022-02-03libc/locale/lmonetary.c: minor styleKonstantin Belousov
2022-02-03__messages_load(): check for calloc() failureKonstantin Belousov
2022-02-03libc/locale/lmessages.c: minor styleKonstantin Belousov
2022-02-03__collate_load(): check for calloc failureKonstantin Belousov
2022-02-03libc/locale/collate.c: minor styleKonstantin Belousov
2022-02-03xlocale.c: only call init_key() when locale was successfully allocatedKonstantin Belousov
2022-02-03xlocale.c: check for allocation failureKonstantin Belousov
2022-02-03xlocale.c:init_key(): do not ignore errors from pthread_key_create()Konstantin Belousov
2022-02-03libc/locale/xlocale.c: minor styleKonstantin Belousov
2021-09-17libc/locale: Fix races between localeconv(3) and setlocale(3)Mark Johnston
2021-07-29libc/locale: Use O_CLOEXEC when opening locale tablesMark Johnston