summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
AgeCommit message (Expand)AuthorFilesLines
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.deraadt1-2/+2
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-2/+2
2019-06-25POSIX.1-2008 TC3 is going to clarify how newlocale(3) uses oldloc.schwarze1-3/+4
2019-03-29Copy categories outside "mask" from "oldloc" to the new locale object.schwarze2-19/+31
2019-01-18Improve the description of locale dependency:schwarze2-14/+20
2019-01-16For all functions known to be infected by LC_NUMERIC, add shortschwarze1-2/+11
2019-01-13Warn against using any categories but LC_CTYPE in setlocale(3) andschwarze1-3/+122
2018-04-04mention which locale categories this is related to, and add SEE ALSOschwarze1-1/+11
2018-04-04add SEE ALSOschwarze1-1/+6
2018-04-04Split the useless localeconv(3) function out of the importantschwarze3-145/+195
2018-03-29Resolve some code duplication.schwarze1-11/+3
2018-03-29Fix three bugs in setlocale(3):schwarze1-5/+7
2018-03-22Rewrite, since Karl Williamson <public at khwilliamson dot com>schwarze1-153/+142
2017-10-04pasto in function name in the SYNOPSIS; from semarie@schwarze1-3/+3
2017-09-05New POSIX xlocale implementation written from scratch.schwarze34-693/+1739
2017-08-05We only support ASCII and UTF-8, so we never need toschwarze3-20/+3
2016-09-05Delete some abstraction that we don't and won't need.schwarze7-116/+26
2016-09-02Make it clear that printable characters of width 0 exist.schwarze1-7/+5
2016-09-02Since we support only one non-ASCII LC_CTYPE locale, we don't needschwarze1-55/+15
2016-06-28fix a couple of errors in the page;jmc1-4/+4
2016-05-23Stop exposing <sys/localedef.h> and various symbols internal to the libcguenther9-24/+21
2016-03-30for some time now mandoc has not required MLINKS to functionjmc1-23/+1
2016-03-20LOCALE_CHARSETS has been unused for some time nowjca1-5/+1
2016-02-27Fix STANDARDS: use the appropriate .St argument and add the informationschwarze1-5/+8
2016-02-27If an incomplete character is passed to mbtowc(3), set errno to EILSEQ.schwarze1-4/+11
2016-02-13Dv fix;jmc1-2/+3
2016-02-13Fix an obvious cut-and-paste error:schwarze1-4/+3
2016-02-08Align with reality, and with POSIX: For this particular function,schwarze1-7/+3
2016-02-05avoid an uninitialised value in a return path added in rev 1.5jsg1-2/+4
2015-12-06Validate input files to prevent out of boundary accesses.tobias1-63/+80
2015-10-28Rewrite the mbtowc(3) page for clarity. Explain what needs to be done on error.stsp1-42/+54
2015-10-24typommcc1-3/+3
2015-10-24nl_langinfo(3) conforms to POSIX.bentley1-2/+7
2015-10-01Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In oneguenther4-18/+7
2015-09-21Prefer Xr over Fn for interpage references and delete reference toguenther1-10/+11
2015-09-19Don't wrap initialized variables: binutils appears to be mishandling themguenther1-1/+3
2015-09-14Wrap <langinfo.h> and <regexp.h> so internal calls go direct andguenther1-1/+2
2015-09-14Wrap <locale.h> so internal calls go directguenther2-2/+4
2015-09-13Wrap <ctype.h> and <wctype.h> so that calls go direct and the symbols notguenther4-17/+26
2015-09-13Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther1-3/+3
2015-09-12Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go directguenther8-8/+22
2015-09-10reduce more .Nd to one line and kill more .Tnschwarze1-4/+4
2015-08-23restore codeset checking: we shouldn't silency fallback to ASCII codeset.semarie1-2/+2
2015-08-14Load LC_MESSAGES locale only if the character encoding is UTF-8.stsp1-17/+2
2015-08-14Disable support for loading LC_CTYPE locales other than UTF-8.stsp1-2/+5
2015-08-12Mention LC_MESSAGES.zhuk1-2/+7
2015-07-07the C locale should contain only ASCIIsemarie1-128/+0
2015-07-03There are no ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale directories insemarie1-2/+2
2015-07-02remove new_categories variable from global.semarie1-16/+10
2015-06-09Remove unused parameter of load_locale_sub(). No assembly change on i386.stsp1-4/+4