summaryrefslogtreecommitdiff
path: root/lib/libc/locale
AgeCommit message (Expand)Author
2015-09-10reduce more .Nd to one line and kill more .TnIngo Schwarze
2015-08-23restore codeset checking: we shouldn't silency fallback to ASCII codeset.Sebastien Marie
2015-08-14Load LC_MESSAGES locale only if the character encoding is UTF-8.Stefan Sperling
2015-08-14Disable support for loading LC_CTYPE locales other than UTF-8.Stefan Sperling
2015-08-12Mention LC_MESSAGES.Vadim Zhukov
2015-07-07the C locale should contain only ASCIIsemarie
2015-07-03There are no ${LIBCSRCDIR}/arch/${MACHINE_CPU}/locale directories insemarie
2015-07-02remove new_categories variable from global.semarie
2015-06-09Remove unused parameter of load_locale_sub(). No assembly change on i386.Stefan Sperling
2015-04-12Let nl_langinfo(CODESET) return "US-ASCII" as the name of theChristian Weisgerber
2015-03-22Resolve a mandoc -Tlint warning about trailing whitespace.Stefan Sperling
2015-03-22More wide character string function man page improvements based on feedbackStefan Sperling
2015-03-19better wording, from andre smagin; ok stspJason McIntyre
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@Todd C. Miller
2014-12-11Fix previous:Ingo Schwarze
2014-12-09LC_CTYPE has no effect on ctype(3), but on wctype(3); ok jmc@Ingo Schwarze
2014-11-30mandoc -Tlint fixes from <kaspars at bankovskis dot net>Ingo Schwarze
2014-11-18Nuke some obvious #include duplications.Kenneth R Westerback
2014-09-15When fopen()ing internal to libc (the API doesn't support the usePhilip Guenther
2014-07-14international currency locale rules as per POSIX.1-2008Martin Pelikan
2014-05-25use calloc, from Benjamin BaierTed Unangst
2014-04-07Add some missing names to the NAME sections.Ingo Schwarze
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2013-11-12ANSI prototypeTheo de Raadt
2013-08-28Allow setlocale(LC_MESSAGES, ...); to succeed. This always returned anStefan Sperling
2013-08-28oops, we forgot to remove the .El in previous; sorry stefan (though youJason McIntyre
2013-08-28Cosmetic tweaks of wcrtomb(3) RETURN VALUES section. ok jmcStefan Sperling
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-06-02Fix wcsto{f,d,ld}() C99 compliance to now correctlyMatthew Dempsky
2013-06-01Change the naming scheme used for directories in /usr/share/locale toStefan Sperling
2013-05-30Sort includes. From Vladimir Tamara Patino <vtamara@pasosdeJesus.org>Stefan Sperling
2013-05-03Fix resetting MB_CUR_MAX when switching locales away from a UTF-8 locale.Stefan Sperling
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-08-14remove unused variableCharles Longeau
2012-06-07Document mbsnrtowcs() and wcsnrtombs().Matthew Dempsky
2012-06-06Add support for mbsnrtowcs() and wcsnrtombs() to libc.Matthew Dempsky
2011-11-16Fix mbstowcs return value documentation. New text based on mbsrtowcs page.Stefan Sperling
2011-10-09d_t_fmt: fix the format for the day of the month to use %e (singleAntoine Jacoutot
2011-04-29Add BUGS section explaining that these functions do not cover the entireStefan Sperling
2011-04-15wcwidth() must return -1 if the character is not printable.Stefan Sperling
2011-04-03Don't fill the ctype tab with Latin-1 information in UTF-8 locales.Stefan Sperling
2011-04-03Add wcwidth(3) man page. ok nicmStefan Sperling
2011-03-16nl_types.h doesn't need to be #included to use nl_langinfo(). PointedPhilip Guenthe
2011-03-15Remove evaluation of PATH_LOCALE environment variable because it can beStefan Sperling
2011-03-13Sync ctype definitions for the UTF-8 locale to FreeBSD, fixing width ofStefan Sperling
2011-03-09Stilistic improvement: use clean mdoc(7) .Qq enclosures rather thanIngo Schwarze
2010-12-05Rewrite the mbrtowc(3) man page so we can make sense of this function.Stefan Sperling
2010-11-20Add CAVEATS section documenting error handling caveats.Stefan Sperling