summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Let nl_langinfo(CODESET) return "US-ASCII" as the name of thenaddy2015-04-121-1/+1
* Resolve a mandoc -Tlint warning about trailing whitespace.stsp2015-03-221-2/+2
* More wide character string function man page improvements based on feedbackstsp2015-03-223-24/+15
* better wording, from andre smagin; ok stspjmc2015-03-193-12/+12
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-051-2/+2
* Fix previous:schwarze2014-12-111-5/+6
* LC_CTYPE has no effect on ctype(3), but on wctype(3); ok jmc@schwarze2014-12-091-3/+3
* mandoc -Tlint fixes from <kaspars at bankovskis dot net>schwarze2014-11-301-3/+2
* Nuke some obvious #include duplications.krw2014-11-181-1/+0
* When fopen()ing internal to libc (the API doesn't support the useguenther2014-09-151-2/+2
* international currency locale rules as per POSIX.1-2008pelikan2014-07-143-5/+49
* use calloc, from Benjamin Baiertedu2014-05-251-3/+2
* Add some missing names to the NAME sections.schwarze2014-04-071-3/+4
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-5/+1
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+3
* ANSI prototypederaadt2013-11-121-2/+2
* Allow setlocale(LC_MESSAGES, ...); to succeed. This always returned anstsp2013-08-282-2/+37
* oops, we forgot to remove the .El in previous; sorry stefan (though youjmc2013-08-281-2/+1
* Cosmetic tweaks of wcrtomb(3) RETURN VALUES section. ok jmcstsp2013-08-281-11/+9
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3