aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include/locale.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-31getlocalename_l: implement per SUS Base Specifications Issue 8 draftCorinna Vinschen1-0/+5
2021-11-15change _COMPILING_NEWLIB to _LIBCMike Frysinger1-1/+1
2019-06-14Rename <xlocale.h> back to <sys/_locale.h>Corinna Vinschen1-1/+1
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz1-4/+4
2017-03-22Rename <sys/_locale.h> to <xlocale.h>Yaakov Selkowitz1-1/+1
2016-08-25Change return type from locale_t to struct __locale_t * as wellCorinna Vinschen1-3/+4
2016-08-25Use struct __locale_t * for reentrent locale functionsCorinna Vinschen1-4/+4
2016-08-23Remove erroneous POSIX guards for reentrant locale functionsCorinna Vinschen1-2/+0
2016-08-15setlocale/localeconv are *not* POSIX-1.2008Corinna Vinschen1-3/+3
2016-08-15Add sys/_locale.h header and fix up headersCorinna Vinschen1-4/+3
2016-08-15Move localeconv, duplocale, freelocale, newlocale, uselocale into separate filesCorinna Vinschen1-0/+1
2016-08-15include/locale.h: Fix POSIX guardsCorinna Vinschen1-2/+10
2016-08-15Implement newlocale, freelocale, duplocale, uselocaleCorinna Vinschen1-5/+15
2016-08-15Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen1-3/+3
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen1-0/+15
2012-11-01 * libc/include/locale.h (NULL): Fetch definition via stddef.h.Corinna Vinschen1-3/+2
2009-06-16 * libc/include/locale.h (struct lconv): Add missing members requiredCorinna Vinschen1-0/+6
2002-06-272002-06-27 Benjamin Kosnik <bkoz@redhat.com>Jeff Johnston1-6/+4
2001-02-052001-02-05 Charles Wilson <cwilson@ece.gatech.edu>Jeff Johnston1-0/+1
2000-02-17import newlib-2000-02-17 snapshotChristopher Faylor1-0/+60