aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/locale/xlocale.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Remove "All Rights Reserved" from FreeBSD Foundation libc copyrightsEd Maste2022-07-211-1/+0
* 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
* Remove __NO_TLS.Konstantin Belousov2021-02-231-14/+1
* Add collation version support to querylocale(3).Thomas Munro2020-11-081-5/+14
* newlocale(3): Fix a memory leak.Mark Johnston2020-10-021-0/+4
* Fix uselocale(3) to not leak a reference to the old locale.Mark Johnston2020-03-201-1/+1
* libc/locale: fix an off-by-one in newlocaleEitan Adler2017-12-291-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Change the return type of freelocale(3) to void.Ed Schouten2016-07-291-12/+10
* Fix an issue where the locale and rune locale could become out of sync,David Chisnall2014-04-021-9/+7
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildDavid Chisnall2012-03-041-16/+48
* Revert r231673 and r231682 for now, until we can run a full makeDimitry Andric2012-02-141-48/+16
* Cleanup of xlocale:David Chisnall2012-02-141-16/+48
* Fix a crash when trying to duplicate a locale that contains some implicit C l...David Chisnall2011-11-221-1/+6
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-0/+334