summaryrefslogtreecommitdiff
path: root/lib/libc/locale/xlocale.c
Commit message (Expand)AuthorAgeFilesLines
* 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