summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale (follow)
Commit message (Expand)AuthorAgeFilesLines
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* POSIX.1-2008 TC3 is going to clarify how newlocale(3) uses oldloc.schwarze2019-06-251-3/+4
* Copy categories outside "mask" from "oldloc" to the new locale object.schwarze2019-03-292-19/+31
* Improve the description of locale dependency:schwarze2019-01-182-14/+20
* For all functions known to be infected by LC_NUMERIC, add shortschwarze2019-01-161-2/+11
* Warn against using any categories but LC_CTYPE in setlocale(3) andschwarze2019-01-131-3/+122
* mention which locale categories this is related to, and add SEE ALSOschwarze2018-04-041-1/+11
* add SEE ALSOschwarze2018-04-041-1/+6
* Split the useless localeconv(3) function out of the importantschwarze2018-04-043-145/+195
* Resolve some code duplication.schwarze2018-03-291-11/+3
* Fix three bugs in setlocale(3):schwarze2018-03-291-5/+7
* Rewrite, since Karl Williamson <public at khwilliamson dot com>schwarze2018-03-221-153/+142
* pasto in function name in the SYNOPSIS; from semarie@schwarze2017-10-041-3/+3
* New POSIX xlocale implementation written from scratch.schwarze2017-09-0534-693/+1739
* We only support ASCII and UTF-8, so we never need toschwarze2017-08-053-20/+3
* Delete some abstraction that we don't and won't need.schwarze2016-09-057-116/+26
* Make it clear that printable characters of width 0 exist.schwarze2016-09-021-7/+5
* Since we support only one non-ASCII LC_CTYPE locale, we don't needschwarze2016-09-021-55/+15
* fix a couple of errors in the page;jmc2016-06-281-4/+4
* Stop exposing <sys/localedef.h> and various symbols internal to the libcguenther2016-05-239-24/+21
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-23/+1
* LOCALE_CHARSETS has been unused for some time nowjca2016-03-201-5/+1
* Fix STANDARDS: use the appropriate .St argument and add the informationschwarze2016-02-271-5/+8
* If an incomplete character is passed to mbtowc(3), set errno to EILSEQ.schwarze2016-02-271-4/+11
* Dv fix;jmc2016-02-131-2/+3
* Fix an obvious cut-and-paste error:schwarze2016-02-131-4/+3
* Align with reality, and with POSIX: For this particular function,schwarze2016-02-081-7/+3
* avoid an uninitialised value in a return path added in rev 1.5jsg2016-02-051-2/+4
* Validate input files to prevent out of boundary accesses.tobias2015-12-061-63/+80
* Rewrite the mbtowc(3) page for clarity. Explain what needs to be done on error.stsp2015-10-281-42/+54
* typommcc2015-10-241-3/+3
* nl_langinfo(3) conforms to POSIX.bentley2015-10-241-2/+7
* Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In oneguenther2015-10-014-18/+7
* Prefer Xr over Fn for interpage references and delete reference toguenther2015-09-211-10/+11
* Don't wrap initialized variables: binutils appears to be mishandling themguenther2015-09-191-1/+3
* Wrap <langinfo.h> and <regexp.h> so internal calls go direct andguenther2015-09-141-1/+2
* Wrap <locale.h> so internal calls go directguenther2015-09-142-2/+4
* Wrap <ctype.h> and <wctype.h> so that calls go direct and the symbols notguenther2015-09-134-17/+26
* Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther2015-09-131-3/+3
* Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go directguenther2015-09-128-8/+22
* reduce more .Nd to one line and kill more .Tnschwarze2015-09-101-4/+4
* restore codeset checking: we shouldn't silency fallback to ASCII codeset.semarie2015-08-231-2/+2
* Load LC_MESSAGES locale only if the character encoding is UTF-8.stsp2015-08-141-17/+2
* Disable support for loading LC_CTYPE locales other than UTF-8.stsp2015-08-141-2/+5
* Mention LC_MESSAGES.zhuk2015-08-121-2/+7
* the C locale should contain only ASCIIsemarie2015-07-071-128/+0
* There are no ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale directories insemarie2015-07-031-2/+2
* remove new_categories variable from global.semarie2015-07-021-16/+10
* Remove unused parameter of load_locale_sub(). No assembly change on i386.stsp2015-06-091-4/+4